Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.
??????
Java™ Platform
Standard Ed. 8

DRAFT internal-b00
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

G

GAP_TOKEN - ???? ??????org.ietf.jgss.GSSException
An expected per-message token was not received.
GapContent - javax.swing.text???
An implementation of the AbstractDocument.Content interface implemented using a gapped buffer similar to that used by emacs.
GapContent() - ? ????javax.swing.text.GapContent
Creates a new GapContent object.
GapContent(int) - ? ????javax.swing.text.GapContent
Creates a new GapContent object, with the initial size specified.
GARBAGE_COLLECTOR_MXBEAN_DOMAIN_TYPE - ? ??????java.lang.management.ManagementFactory
The domain name and the type key property in the ObjectName for a GarbageCollectorMXBean.
GarbageCollectorMXBean - java.lang.management????
The management interface for the garbage collection of the Java virtual machine.
GatheringByteChannel - java.nio.channels????
A channel that can write bytes from a sequence of buffers.
GaugeMonitor - javax.management.monitor???
Defines a monitor MBean designed to observe the values of a gauge attribute.
GaugeMonitor() - ? ????javax.management.monitor.GaugeMonitor
Default constructor.
GaugeMonitorMBean - javax.management.monitor????
Exposes the remote management interface of the gauge monitor MBean.
gc() - ?? ????java.lang.management.MemoryMXBean
Runs the garbage collector.
gc() - ? ????java.lang.Runtime
Runs the garbage collector.
gc() - ? ??????java.lang.System
Runs the garbage collector.
gcd(BigInteger) - ? ????java.math.BigInteger
Returns a BigInteger whose value is the greatest common divisor of abs(this) and abs(val).
GCMParameterSpec - javax.crypto.spec???
Specifies the set of parameters required by a Cipher using the Galois/Counter Mode (GCM) mode.
GCMParameterSpec(int, byte[]) - ? ????javax.crypto.spec.GCMParameterSpec
Constructs a GCMParameterSpec using the specified authentication tag bit-length and IV buffer.
GCMParameterSpec(int, byte[], int, int) - ? ????javax.crypto.spec.GCMParameterSpec
Constructs a GCMParameterSpec object using the specified authentication tag bit-length and a subset of the specified buffer as the IV.
GDAY - ? ??????javax.xml.datatype.DatatypeConstants
Fully qualified name for W3C XML Schema 1.0 datatype gDay.
GE - ? ??????javax.management.Query
GENERAL - ?? ??????javax.swing.text.html.parser.DTDConstants
 
GENERAL_PUNCTUATION - ? ??????java.lang.Character.UnicodeBlock
Constant for the "General Punctuation" Unicode character block.
GeneralPath - java.awt.geom???
The GeneralPath class represents a geometric path constructed from straight lines, and quadratic and cubic (Bézier) curves.
GeneralPath() - ? ????java.awt.geom.GeneralPath
Constructs a new empty single precision GeneralPath object with a default winding rule of Path2D.WIND_NON_ZERO.
GeneralPath(int) - ? ????java.awt.geom.GeneralPath
Constructs a new GeneralPath object with the specified winding rule to control operations that require the interior of the path to be defined.
GeneralPath(int, int) - ? ????java.awt.geom.GeneralPath
Constructs a new GeneralPath object with the specified winding rule and the specified initial capacity to store path coordinates.
GeneralPath(Shape) - ? ????java.awt.geom.GeneralPath
Constructs a new GeneralPath object from an arbitrary Shape object.
GeneralSecurityException - java.security??????
The GeneralSecurityException class is a generic security exception class that provides type safety for all the security-related exception classes that extend from it.
GeneralSecurityException() - ???? ????java.security.GeneralSecurityException
Constructs a GeneralSecurityException with no detail message.
GeneralSecurityException(String) - ???? ????java.security.GeneralSecurityException
Constructs a GeneralSecurityException with the specified detail message.
GeneralSecurityException(String, Throwable) - ???? ????java.security.GeneralSecurityException
Creates a GeneralSecurityException with the specified detail message and cause.
GeneralSecurityException(Throwable) - ???? ????java.security.GeneralSecurityException
Creates a GeneralSecurityException with the specified cause and a detail message of {@code (cause==null ?
generate(DoubleSupplier) - ?? ??????java.util.stream.DoubleStream
Returns an infinite sequential unordered stream where each element is generated by the provided DoubleSupplier.
generate(IntSupplier) - ?? ??????java.util.stream.IntStream
Returns an infinite sequential unordered stream where each element is generated by the provided IntSupplier.
generate(LongSupplier) - ?? ??????java.util.stream.LongStream
Returns an infinite sequential unordered stream where each element is generated by the provided LongSupplier.
generate(Supplier<T>) - ?? ??????java.util.stream.Stream
Returns an infinite sequential unordered stream where each element is generated by the provided Supplier.
generateCertificate(InputStream) - ? ????java.security.cert.CertificateFactory
Generates a certificate object and initializes it with the data read from the input stream inStream.
generateCertificates(InputStream) - ? ????java.security.cert.CertificateFactory
Returns a (possibly empty) collection view of the certificates read from the given input stream inStream.
generateCertPath(InputStream) - ? ????java.security.cert.CertificateFactory
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
generateCertPath(InputStream, String) - ? ????java.security.cert.CertificateFactory
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
generateCertPath(List<? extends Certificate>) - ? ????java.security.cert.CertificateFactory
Generates a CertPath object and initializes it with a List of Certificates.
generateCRL(InputStream) - ? ????java.security.cert.CertificateFactory
Generates a certificate revocation list (CRL) object and initializes it with the data read from the input stream inStream.
generateCRLs(InputStream) - ? ????java.security.cert.CertificateFactory
Returns a (possibly empty) collection view of the CRLs read from the given input stream inStream.
Generated - javax.annotation??????
The Generated annotation is used to mark source code that has been generated.
generatedKeyAlwaysReturned() - ?? ????java.sql.DatabaseMetaData
Retrieves whether a generated key will always be returned if the column name(s) or index(es) specified for the auto generated key column(s) are valid and the statement succeeds.
generateKey() - ? ????javax.crypto.KeyGenerator
Generates a secret key.
generateKeyPair() - ? ????java.security.KeyPairGenerator
Generates a key pair.
generateKeyPair() - ? ????java.security.KeyPairGeneratorSpi
Generates a key pair.
generateParameters() - ? ????java.security.AlgorithmParameterGenerator
Generates the parameters.
generatePrivate(KeySpec) - ? ????java.security.KeyFactory
Generates a private key object from the provided key specification (key material).
generatePublic(KeySpec) - ? ????java.security.KeyFactory
Generates a public key object from the provided key specification (key material).
generateSchema(SchemaOutputResolver) - ? ????javax.xml.bind.JAXBContext
Generates the schema documents for this context.
generateSecret() - ? ????javax.crypto.KeyAgreement
Generates the shared secret and returns it in a new buffer.
generateSecret(byte[], int) - ? ????javax.crypto.KeyAgreement
Generates the shared secret, and places it into the buffer sharedSecret, beginning at offset inclusive.
generateSecret(String) - ? ????javax.crypto.KeyAgreement
Creates the shared secret and returns it as a SecretKey object of the specified algorithm.
generateSecret(KeySpec) - ? ????javax.crypto.SecretKeyFactory
Generates a SecretKey object from the provided key specification (key material).
generateSeed(int) - ? ????java.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
generic() - ? ????java.lang.invoke.MethodType
Converts all types, both reference and primitive, to Object.
GENERIC_FAILURE - ? ??????java.util.logging.ErrorManager
GENERIC_FAILURE is used for failure that don't fit into one of the other categories.
GenericArrayType - java.lang.reflect????
GenericArrayType represents an array type whose component type is either a parameterized type or a type variable.
GenericDeclaration - java.lang.reflect????
A common interface for all entities that declare type variables.
genericMethodType(int, boolean) - ? ??????java.lang.invoke.MethodType
Finds or creates a method type whose components are Object with an optional trailing Object[] array.
genericMethodType(int) - ? ??????java.lang.invoke.MethodType
Finds or creates a method type whose components are all Object.
GenericSignatureFormatError - java.lang.reflect????
Thrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret the generic signature information for a type, method or constructor.
GenericSignatureFormatError() - ?? ????java.lang.reflect.GenericSignatureFormatError
Constructs a new GenericSignatureFormatError.
GenericSignatureFormatError(String) - ?? ????java.lang.reflect.GenericSignatureFormatError
Constructs a new GenericSignatureFormatError with the specified message.
genExemptionBlob() - ? ????javax.crypto.ExemptionMechanism
Generates the exemption mechanism key blob.
genExemptionBlob(byte[]) - ? ????javax.crypto.ExemptionMechanism
Generates the exemption mechanism key blob, and stores the result in the output buffer.
genExemptionBlob(byte[], int) - ? ????javax.crypto.ExemptionMechanism
Generates the exemption mechanism key blob, and stores the result in the output buffer, starting at outputOffset inclusive.
genKeyPair() - ? ????java.security.KeyPairGenerator
Generates a key pair.
GEOMETRIC_SHAPES - ? ??????java.lang.Character.UnicodeBlock
Constant for the "Geometric Shapes" Unicode character block.
GEORGIAN - ? ??????java.lang.Character.UnicodeBlock
Constant for the "Georgian" Unicode character block.
GEORGIAN_SUPPLEMENT - ? ??????java.lang.Character.UnicodeBlock
Constant for the "Georgian Supplement" Unicode character block.
geq(ValueExp, ValueExp) - ? ??????javax.management.Query
Returns a query expression that represents a "greater than or equal to" constraint on two values.
GERMAN - ? ??????java.util.Locale
Useful constant for language.
GERMANY - ? ??????java.util.Locale
Useful constant for country.
get(Object) - ? ????java.awt.RenderingHints
Returns the value to which the specified key is mapped.
get(Object) - ? ????java.beans.Encoder
Returns a tentative value for oldInstance in the environment created by this stream.
get(String, boolean) - ? ????java.io.ObjectInputStream.GetField
Get the value of the named boolean field from the persistent field.
get(String, byte) - ? ????java.io.ObjectInputStream.GetField
Get the value of the named byte field from the persistent field.
get(String, char) - ? ????java.io.ObjectInputStream.GetField
Get the value of the named char field from the persistent field.
get(String, short) - ? ????java.io.ObjectInputStream.GetField
Get the value of the named short field from the persistent field.
get(String, int) - ? ????java.io.ObjectInputStream.GetField
Get the value of the named int field from the persistent field.
get(String, long) - ? ????java.io.ObjectInputStream.GetField
Get the value of the named long field from the persistent field.
get(String, float) - ? ????java.io.ObjectInputStream.GetField
Get the value of the named float field from the persistent field.
get(String, double) - ? ????java.io.ObjectInputStream.GetField
Get the value of the named double field from the persistent field.
get(String, Object) - ? ????java.io.ObjectInputStream.GetField
Get the value of the named Object field from the persistent field.
get(Class<?>) - ? ????java.lang.ClassValue
Returns the value for the given class.
get() - ? ????java.lang.ref.PhantomReference
Returns this reference object's referent.
get() - ? ????java.lang.ref.Reference
Returns this reference object's referent.
get() - ? ????java.lang.ref.SoftReference
Returns this reference object's referent.
get(Object, int) - ? ??????java.lang.reflect.Array
Returns the value of the indexed component in the specified array object.
get(Object) - ? ????java.lang.reflect.Field
Returns the value of the field represented by this Field, on the specified object.
get() - ? ????java.lang.ThreadLocal
Returns the value in the current thread's copy of this thread-local variable.
get(URI, Map<String, List<String>>) - ? ????java.net.CookieHandler
Gets all the applicable cookies from a cookie cache for the specified uri in the request header.
get(URI, Map<String, List<String>>) - ? ????java.net.CookieManager
 
get(URI) - ?? ????java.net.CookieStore
Retrieve cookies associated with given URI, or whose domain matches the given URI.
get(URI, String, Map<String, List<String>>) - ? ????java.net.ResponseCache
Retrieve the cached response based on the requesting uri, request method and request headers.
get() - ? ????java.nio.ByteBuffer
Relative get method.
get(int) - ? ????java.nio.ByteBuffer
Absolute get method.
get(byte[], int, int) - ? ????java.nio.ByteBuffer
Relative bulk get method.
get(byte[]) - ? ????java.nio.ByteBuffer
Relative bulk get method.
get() - ? ????java.nio.CharBuffer
Relative get method.
get(int) - ? ????java.nio.CharBuffer
Absolute get method.
get(char[], int, int) - ? ????java.nio.CharBuffer
Relative bulk get method.
get(char[]) - ? ????java.nio.CharBuffer
Relative bulk get method.
get() - ? ????java.nio.DoubleBuffer
Relative get method.
get(int) - ? ????java.nio.DoubleBuffer
Absolute get method.
get(double[], int, int) - ? ????java.nio.DoubleBuffer
Relative bulk get method.
get(double[]) - ? ????java.nio.DoubleBuffer
Relative bulk get method.
get(String, String...) - ? ??????java.nio.file.Paths
Converts a path string, or a sequence of strings that when joined form a path string, to a Path.
get(URI) - ? ??????java.nio.file.Paths
Converts the given URI to a Path object.
get() - ? ????java.nio.FloatBuffer
Relative get method.
get(int) - ? ????java.nio.FloatBuffer
Absolute get method.
get(float[], int, int) - ? ????java.nio.FloatBuffer
Relative bulk get method.
get(float[]) - ? ????java.nio.FloatBuffer
Relative bulk get method.
get() - ? ????java.nio.IntBuffer
Relative get method.
get(int) - ? ????java.nio.IntBuffer
Absolute get method.
get(int[], int, int) - ? ????java.nio.IntBuffer
Relative bulk get method.
get(int[]) - ? ????java.nio.IntBuffer
Relative bulk get method.
get() - ? ????java.nio.LongBuffer
Relative get method.
get(int) - ? ????java.nio.LongBuffer
Absolute get method.
get(long[], int, int) - ? ????java.nio.LongBuffer
Relative bulk get method.
get(long[]) - ? ????java.nio.LongBuffer
Relative bulk get method.
get() - ? ????java.nio.ShortBuffer
Relative get method.
get(int) - ? ????java.nio.ShortBuffer
Absolute get method.
get(short[], int, int) - ? ????java.nio.ShortBuffer
Relative bulk get method.
get(short[]) - ? ????java.nio.ShortBuffer
Relative bulk get method.
get() - ? ????java.rmi.MarshalledObject
Returns a new copy of the contained marshalledobject.
get(Object) - ? ????java.security.Provider
 
get(TemporalUnit) - ?? ????java.time.chrono.ChronoPeriod
Gets the value of the requested unit.
get(TemporalField) - ?? ????java.time.chrono.ChronoZonedDateTime
 
get(TemporalField) - ?? ????java.time.chrono.Era
Gets the value of the specified field from this era as an int.
get(TemporalField) - ?? ????java.time.DayOfWeek
Gets the value of the specified field from this day-of-week as an int.
get(TemporalUnit) - ? ????java.time.Duration
Gets the value of the requested unit.
get(TemporalField) - ? ????java.time.Instant
Gets the value of the specified field from this instant as an int.
get(TemporalField) - ? ????java.time.LocalDate
Gets the value of the specified field from this date as an int.
get(TemporalField) - ? ????java.time.LocalDateTime
Gets the value of the specified field from this date-time as an int.
get(TemporalField) - ? ????java.time.LocalTime
Gets the value of the specified field from this time as an int.
get(TemporalField) - ?? ????java.time.Month
Gets the value of the specified field from this month-of-year as an int.
get(TemporalField) - ? ????java.time.MonthDay
Gets the value of the specified field from this month-day as an int.
get(TemporalField) - ? ????java.time.OffsetDateTime
Gets the value of the specified field from this date-time as an int.
get(TemporalField) - ? ????java.time.OffsetTime
Gets the value of the specified field from this time as an int.
get(TemporalUnit) - ? ????java.time.Period
Gets the value of the requested unit.
get(TemporalField) - ?? ????java.time.temporal.TemporalAccessor
Gets the value of the specified field as an int.
get(TemporalUnit) - ?? ????java.time.temporal.TemporalAmount
Returns the value of the requested unit.
get(TemporalField) - ? ????java.time.Year
Gets the value of the specified field from this year as an int.
get(TemporalField) - ? ????java.time.YearMonth
Gets the value of the specified field from this year-month as an int.
get(TemporalField) - ? ????java.time.ZonedDateTime
Gets the value of the specified field from this date-time as an int.
get(TemporalField) - ? ????java.time.ZoneOffset
Gets the value of the specified field from this offset as an int.
get(int) - ? ????java.util.AbstractList
Returns the element at the specified position in this list.
get(Object) - ? ????java.util.AbstractMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - ? ????java.util.AbstractSequentialList
Returns the element at the specified position in this list.
get(int) - ? ????java.util.ArrayList
Returns the element at the specified position in this list.
get(int) - ? ????java.util.BitSet
Returns the value of the bit with the specified index.
get(int, int) - ? ????java.util.BitSet
Returns a new BitSet composed of bits from this BitSet from fromIndex (inclusive) to toIndex (exclusive).
get(int) - ? ????java.util.Calendar
Returns the value of the given calendar field.
get() - ? ????java.util.concurrent.atomic.AtomicBoolean
Returns the current value.
get() - ? ????java.util.concurrent.atomic.AtomicInteger
Gets the current value.
get(int) - ? ????java.util.concurrent.atomic.AtomicIntegerArray
Gets the current value at position i.
get(T) - ? ????java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Gets the current value held in the field of the given object managed by this updater.
get() - ? ????java.util.concurrent.atomic.AtomicLong
Gets the current value.
get(int) - ? ????java.util.concurrent.atomic.AtomicLongArray
Gets the current value at position i.
get(T) - ? ????java.util.concurrent.atomic.AtomicLongFieldUpdater
Gets the current value held in the field of the given object managed by this updater.
get(boolean[]) - ? ????java.util.concurrent.atomic.AtomicMarkableReference
Returns the current values of both the reference and the mark.
get() - ? ????java.util.concurrent.atomic.AtomicReference
Gets the current value.
get(int) - ? ????java.util.concurrent.atomic.AtomicReferenceArray
Gets the current value at position i.
get(T) - ? ????java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Gets the current value held in the field of the given object managed by this updater.
get(int[]) - ? ????java.util.concurrent.atomic.AtomicStampedReference
Returns the current values of both the reference and the stamp.
get() - ? ????java.util.concurrent.atomic.DoubleAccumulator
Returns the current value.
get() - ? ????java.util.concurrent.atomic.LongAccumulator
Returns the current value.
get() - ? ????java.util.concurrent.CompletableFuture
Waits if necessary for this future to complete, and then returns its result.
get(long, TimeUnit) - ? ????java.util.concurrent.CompletableFuture
Waits if necessary for at most the given time for this future to complete, and then returns its result, if available.
get(Object) - ? ????java.util.concurrent.ConcurrentHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - ? ????java.util.concurrent.ConcurrentSkipListMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - ? ????java.util.concurrent.CopyOnWriteArrayList
Returns the element at the specified position in this list.
get() - ? ????java.util.concurrent.ForkJoinTask
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - ? ????java.util.concurrent.ForkJoinTask
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
get() - ?? ????java.util.concurrent.Future
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - ?? ????java.util.concurrent.Future
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
get() - ? ????java.util.concurrent.FutureTask
 
get(long, TimeUnit) - ? ????java.util.concurrent.FutureTask
 
get(Object) - ? ????java.util.Dictionary
Returns the value to which the key is mapped in this dictionary.
get(Object) - ? ????java.util.EnumMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get() - ?? ????java.util.function.Supplier
Gets a result.
get(Object) - ? ????java.util.HashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - ? ????java.util.Hashtable
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - ? ????java.util.IdentityHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - ? ????java.util.jar.Attributes
Returns the value of the specified attribute name, or null if the attribute name was not found.
get(Object) - ? ????java.util.LinkedHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - ? ????java.util.LinkedList
Returns the element at the specified position in this list.
get(int) - ?? ????java.util.List
Returns the element at the specified position in this list.
get(Object) - ?? ????java.util.Map
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get() - ? ????java.util.Optional
If a value is present in this Optional, returns the value, otherwise throws NoSuchElementException.
get(String, String) - ? ????java.util.prefs.AbstractPreferences
Implements the get method as per the specification in Preferences.get(String,String).
get(String, String) - ? ????java.util.prefs.Preferences
Returns the value associated with the specified key in this preference node.
get(Object) - ? ????java.util.TreeMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - ? ????java.util.Vector
Returns the element at the specified position in this Vector.
get(Object) - ? ????java.util.WeakHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(String) - ? ????javax.accessibility.AccessibleRelationSet
Returns the relation that matches the specified key.
get(String) - ? ????javax.activation.MimeTypeParameterList
Retrieve the value associated with the given name, or null if there is no current association.
get(String) - ?? ????javax.management.openmbean.CompositeData
Returns the value of the item whose name is key.
get(String) - ? ????javax.management.openmbean.CompositeDataSupport
Returns the value of the item whose name is key.
get(Object[]) - ?? ????javax.management.openmbean.TabularData
Returns the CompositeData value whose index is key, or null if there is no value mapping to key, in this TabularData instance.
get(Object) - ? ????javax.management.openmbean.TabularDataSupport
This method simply calls get((Object[]) key).
get(Object[]) - ? ????javax.management.openmbean.TabularDataSupport
Returns the CompositeData value whose index is key, or null if there is no value mapping to key, in this TabularData instance.
get(int) - ? ????javax.naming.CompositeName
Retrieves a component of this composite name.
get(int) - ? ????javax.naming.CompoundName
Retrieves a component of this compound name.
get() - ?? ????javax.naming.directory.Attribute
Retrieves one of this attribute's values.
get(int) - ?? ????javax.naming.directory.Attribute
Retrieves the attribute value from the ordered list of attribute values.
get(String) - ?? ????javax.naming.directory.Attributes
Retrieves the attribute with the given attribute id from the attribute set.
get() - ? ????javax.naming.directory.BasicAttribute
Retrieves one of this attribute's values.
get(int) - ? ????javax.naming.directory.BasicAttribute
 
get(String) - ? ????javax.naming.directory.BasicAttributes
 
get(int) - ? ????javax.naming.ldap.LdapName
Retrieves a component of this LDAP name as a string.
get(int) - ?? ????javax.naming.Name
Retrieves a component of this name.
get(String) - ? ????javax.naming.Reference
Retrieves the first address that has the address type 'addrType'.
get(int) - ? ????javax.naming.Reference
Retrieves the address at index posn.
get(Class<?>) - ?? ????javax.print.attribute.AttributeSet
Returns the attribute value which this attribute set contains in the given attribute category.
get(Class<?>) - ? ????javax.print.attribute.HashAttributeSet
Returns the attribute value which this attribute set contains in the given attribute category.
get(String) - ? ????javax.script.AbstractScriptEngine
Gets the value for the specified key in the ENGINE_SCOPE of the protected context field.
get(Object) - ?? ????javax.script.Bindings
Returns the value to which this map maps the specified key.
get(String) - ?? ????javax.script.ScriptEngine
Retrieves a value set in the state of this engine.
get(String) - ? ????javax.script.ScriptEngineManager
Gets the value for the specified key in the Global Scope
get(Object) - ? ????javax.script.SimpleBindings
Returns the value to which this map maps the specified key.
get(int) - ? ????javax.sound.midi.Track
Obtains the event at the specified index.
get(Object) - ? ????javax.swing.ActionMap
Returns the binding for key, messaging the parent ActionMap if the binding is not locally defined.
get(int) - ? ????javax.swing.DefaultListModel
Returns the element at the specified position in this list.
get(KeyStroke) - ? ????javax.swing.InputMap
Returns the binding for keyStroke, messaging the parent InputMap if the binding is not locally defined.
get(SynthContext, Object) - ? ????javax.swing.plaf.nimbus.NimbusStyle
Getter for a region specific style property.
get(SynthContext, Object) - ? ????javax.swing.plaf.synth.SynthStyle
Getter for a region specific style property.
get() - ? ????javax.swing.SwingWorker
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - ? ????javax.swing.SwingWorker
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
get(Object) - ? ????javax.swing.UIDefaults
Returns the value for key.
get(Object, Locale) - ? ????javax.swing.UIDefaults
Returns the value for key associated with the given locale.
get(Object) - ? ??????javax.swing.UIManager
Returns an object from the defaults.
get(Object, Locale) - ? ??????javax.swing.UIManager
Returns an object from the defaults that is appropriate for the given locale.
get(Object) - ? ????javax.xml.crypto.dom.DOMCryptoContext
This implementation uses an internal HashMap to get the object that the specified key maps to.
get(Object) - ?? ????javax.xml.crypto.XMLCryptoContext
Returns the value to which this context maps the specified key.
get(Object) - ? ????javax.xml.soap.SOAPConnection
Gets a message from a specific endpoint and blocks until it receives,
get2DigitYearStart() - ? ????java.text.SimpleDateFormat
Returns the beginning date of the 100-year period 2-digit years are interpreted as being within.
get_any() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the org.omg.CORBA.Any contained in this DynAny object.
get_any() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts an Any value contained in the Any represented by this DynAny.
get_any() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts an Any value contained in the Any represented by this DynAny.
get_any() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts an Any value contained in the Any represented by this DynAny.
get_any() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts an Any value contained in the Any represented by this DynAny.
get_any() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts an Any value contained in the Any represented by this DynAny.
get_any() - ? ????org.omg.DynamicAny._DynStructStub
Extracts an Any value contained in the Any represented by this DynAny.
get_any() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts an Any value contained in the Any represented by this DynAny.
get_any() - ? ????org.omg.DynamicAny._DynValueStub
Extracts an Any value contained in the Any represented by this DynAny.
get_any() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts an Any value contained in the Any represented by this DynAny.
get_as_string() - ? ????org.omg.DynamicAny._DynEnumStub
Returns the value of the DynEnum as an IDL identifier.
get_as_string() - ?? ????org.omg.DynamicAny.DynEnumOperations
Returns the value of the DynEnum as an IDL identifier.
get_as_ulong() - ? ????org.omg.DynamicAny._DynEnumStub
Returns the value of the DynEnum as the enumerated value's ordinal value.
get_as_ulong() - ?? ????org.omg.DynamicAny.DynEnumOperations
Returns the value of the DynEnum as the enumerated value's ordinal value.
get_boolean() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the boolean contained in this DynAny object.
get_boolean() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts the boolean value from this DynAny.
get_boolean() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts the boolean value from this DynAny.
get_boolean() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts the boolean value from this DynAny.
get_boolean() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts the boolean value from this DynAny.
get_boolean() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts the boolean value from this DynAny.
get_boolean() - ? ????org.omg.DynamicAny._DynStructStub
Extracts the boolean value from this DynAny.
get_boolean() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts the boolean value from this DynAny.
get_boolean() - ? ????org.omg.DynamicAny._DynValueStub
Extracts the boolean value from this DynAny.
get_boolean() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts the boolean value from this DynAny.
get_boxed_value() - ?? ????org.omg.DynamicAny.DynValueBoxOperations
Returns the boxed value as an Any.
get_boxed_value_as_dyn_any() - ?? ????org.omg.DynamicAny.DynValueBoxOperations
Returns the boxed value as a DynAny.
get_char() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the char contained in this DynAny object.
get_char() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts the char value from this DynAny.
get_char() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts the char value from this DynAny.
get_char() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts the char value from this DynAny.
get_char() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts the char value from this DynAny.
get_char() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts the char value from this DynAny.
get_char() - ? ????org.omg.DynamicAny._DynStructStub
Extracts the char value from this DynAny.
get_char() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts the char value from this DynAny.
get_char() - ? ????org.omg.DynamicAny._DynValueStub
Extracts the char value from this DynAny.
get_char() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts the char value from this DynAny.
get_codebase(Object) - ? ????org.omg.CORBA_2_3.portable.Delegate
Returns the codebase for object reference provided.
get_compact_typecode() - ? ????org.omg.CORBA.TypeCode
Strips out all optional name and member name fields, but leaves all alias typecodes intact.
get_current() - ? ????org.omg.CORBA.ORB
????
use resolve_initial_references.
get_default_context() - ? ????org.omg.CORBA.ORB
Gets the default Context object.
get_discriminator() - ? ????org.omg.DynamicAny._DynUnionStub
Returns the current discriminator value.
get_discriminator() - ?? ????org.omg.DynamicAny.DynUnionOperations
Returns the current discriminator value.
get_domain_managers(Object) - ? ????org.omg.CORBA.portable.Delegate
Retrieves the DomainManagers of this object.
get_domain_policy(int) - ?? ????org.omg.CORBA.DomainManagerOperations
This returns the policy of the specified type for objects in this domain.
get_double() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the double contained in this DynAny object.
get_double() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts the double value from this DynAny.
get_double() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts the double value from this DynAny.
get_double() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts the double value from this DynAny.
get_double() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts the double value from this DynAny.
get_double() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts the double value from this DynAny.
get_double() - ? ????org.omg.DynamicAny._DynStructStub
Extracts the double value from this DynAny.
get_double() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts the double value from this DynAny.
get_double() - ? ????org.omg.DynamicAny._DynValueStub
Extracts the double value from this DynAny.
get_double() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts the double value from this DynAny.
get_dyn_any() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_dyn_any() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_dyn_any() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_dyn_any() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_dyn_any() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_dyn_any() - ? ????org.omg.DynamicAny._DynStructStub
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_dyn_any() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_dyn_any() - ? ????org.omg.DynamicAny._DynValueStub
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_dyn_any() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_effective_component(int) - ?? ????org.omg.PortableInterceptor.ClientRequestInfoOperations
Returns the IOP.TaggedComponent with the given ID from the profile selected for this request.
get_effective_components(int) - ?? ????org.omg.PortableInterceptor.ClientRequestInfoOperations
Returns an array of all tagged components with the given ID from the profile selected for this request.
get_effective_policy(int) - ?? ????org.omg.PortableInterceptor.IORInfoOperations
Allows an ORB service implementation to determine what server side policy of a particular type is in effect for an IOR being constructed.
get_elements() - ?? ????org.omg.CORBA.DynArray
????
Returns the value of all the elements of this array.
get_elements() - ?? ????org.omg.CORBA.DynSequence
????
Returns the value of every element in this sequence.
get_elements() - ? ????org.omg.DynamicAny._DynArrayStub
Returns the elements of the DynArray.
get_elements() - ? ????org.omg.DynamicAny._DynSequenceStub
Returns the elements of the sequence.
get_elements() - ?? ????org.omg.DynamicAny.DynArrayOperations
Returns the elements of the DynArray.
get_elements() - ?? ????org.omg.DynamicAny.DynSequenceOperations
Returns the elements of the sequence.
get_elements_as_dyn_any() - ? ????org.omg.DynamicAny._DynArrayStub
Returns the elements of the DynArray as DynAnys.
get_elements_as_dyn_any() - ? ????org.omg.DynamicAny._DynSequenceStub
Returns the DynAnys representing the elements of the sequence.
get_elements_as_dyn_any() - ?? ????org.omg.DynamicAny.DynArrayOperations
Returns the elements of the DynArray as DynAnys.
get_elements_as_dyn_any() - ?? ????org.omg.DynamicAny.DynSequenceOperations
Returns the DynAnys representing the elements of the sequence.
get_float() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the float contained in this DynAny object.
get_float() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts the float value from this DynAny.
get_float() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts the float value from this DynAny.
get_float() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts the float value from this DynAny.
get_float() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts the float value from this DynAny.
get_float() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts the float value from this DynAny.
get_float() - ? ????org.omg.DynamicAny._DynStructStub
Extracts the float value from this DynAny.
get_float() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts the float value from this DynAny.
get_float() - ? ????org.omg.DynamicAny._DynValueStub
Extracts the float value from this DynAny.
get_float() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts the float value from this DynAny.
get_id() - ?? ????org.omg.CORBA.portable.BoxedValueHelper
 
get_id() - ? ????org.omg.CORBA.StringValueHelper
 
get_id() - ? ????org.omg.CORBA.WStringValueHelper
 
get_interface_def(Object) - ? ????org.omg.CORBA.portable.Delegate
Return an InterfaceDef for the object reference provided.
get_interface_def(Servant) - ?? ????org.omg.PortableServer.portable.Delegate
This operation returns an object in the Interface Repository which provides type information that may be useful to a program.
get_length() - ? ????org.omg.DynamicAny._DynSequenceStub
Returns the current length of the sequence.
get_length() - ?? ????org.omg.DynamicAny.DynSequenceOperations
Returns the current length of the sequence.
get_long() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the int contained in this DynAny object.
get_long() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts the integer value from this DynAny.
get_long() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts the integer value from this DynAny.
get_long() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts the integer value from this DynAny.
get_long() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts the integer value from this DynAny.
get_long() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts the integer value from this DynAny.
get_long() - ? ????org.omg.DynamicAny._DynStructStub
Extracts the integer value from this DynAny.
get_long() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts the integer value from this DynAny.
get_long() - ? ????org.omg.DynamicAny._DynValueStub
Extracts the integer value from this DynAny.
get_long() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts the integer value from this DynAny.
get_longlong() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the long contained in this DynAny object.
get_longlong() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts the long value from this DynAny.
get_longlong() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts the long value from this DynAny.
get_longlong() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts the long value from this DynAny.
get_longlong() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts the long value from this DynAny.
get_longlong() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts the long value from this DynAny.
get_longlong() - ? ????org.omg.DynamicAny._DynStructStub
Extracts the long value from this DynAny.
get_longlong() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts the long value from this DynAny.
get_longlong() - ? ????org.omg.DynamicAny._DynValueStub
Extracts the long value from this DynAny.
get_longlong() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts the long value from this DynAny.
get_members() - ?? ????org.omg.CORBA.DynStruct
????
Returns an array containing all the members of the stored struct.
get_members() - ?? ????org.omg.CORBA.DynValue
????
Returns an array containing all the members of the value object stored in this DynValue.
get_members() - ? ????org.omg.DynamicAny._DynStructStub
Returns a sequence of NameValuePairs describing the name and the value of each member in the struct associated with a DynStruct object.
get_members() - ? ????org.omg.DynamicAny._DynValueStub
Returns a sequence of NameValuePairs describing the name and the value of each member in the value type.
get_members() - ?? ????org.omg.DynamicAny.DynStructOperations
Returns a sequence of NameValuePairs describing the name and the value of each member in the struct associated with a DynStruct object.
get_members() - ?? ????org.omg.DynamicAny.DynValueOperations
Returns a sequence of NameValuePairs describing the name and the value of each member in the value type.
get_members_as_dyn_any() - ? ????org.omg.DynamicAny._DynStructStub
Returns a sequence of NameDynAnyPairs describing the name and the value of each member in the struct associated with a DynStruct object.
get_members_as_dyn_any() - ? ????org.omg.DynamicAny._DynValueStub
Returns a sequence of NameDynAnyPairs describing the name and the value of each member in the value type.
get_members_as_dyn_any() - ?? ????org.omg.DynamicAny.DynStructOperations
Returns a sequence of NameDynAnyPairs describing the name and the value of each member in the struct associated with a DynStruct object.
get_members_as_dyn_any() - ?? ????org.omg.DynamicAny.DynValueOperations
Returns a sequence of NameDynAnyPairs describing the name and the value of each member in the value type.
get_next_response() - ? ????org.omg.CORBA.ORB
Gets the next Request instance for which a response has been received.
get_object_id() - ?? ????org.omg.PortableServer.CurrentOperations
Returns the ObjectId identifying the object in whose context it is called.
get_octet() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the byte contained in this DynAny object.
get_octet() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts the byte value from this DynAny.
get_octet() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts the byte value from this DynAny.
get_octet() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts the byte value from this DynAny.
get_octet() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts the byte value from this DynAny.
get_octet() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts the byte value from this DynAny.
get_octet() - ? ????org.omg.DynamicAny._DynStructStub
Extracts the byte value from this DynAny.
get_octet() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts the byte value from this DynAny.
get_octet() - ? ????org.omg.DynamicAny._DynValueStub
Extracts the byte value from this DynAny.
get_octet() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts the byte value from this DynAny.
get_POA() - ?? ????org.omg.PortableServer.CurrentOperations
Returns reference to the POA implementing the object in whose context it is called.
get_policy(Object, int) - ? ????org.omg.CORBA.portable.Delegate
Returns the Policy object of the specified type which applies to this object.
get_primitive_tc(TCKind) - ? ????org.omg.CORBA.ORB
Retrieves the TypeCode object that represents the given primitive IDL type.
get_reference() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the org.omg.CORBA.Other contained in this DynAny object.
get_reference() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts the reference to a CORBA Object from this DynAny.
get_reference() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts the reference to a CORBA Object from this DynAny.
get_reference() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts the reference to a CORBA Object from this DynAny.
get_reference() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts the reference to a CORBA Object from this DynAny.
get_reference() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts the reference to a CORBA Object from this DynAny.
get_reference() - ? ????org.omg.DynamicAny._DynStructStub
Extracts the reference to a CORBA Object from this DynAny.
get_reference() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts the reference to a CORBA Object from this DynAny.
get_reference() - ? ????org.omg.DynamicAny._DynValueStub
Extracts the reference to a CORBA Object from this DynAny.
get_reference() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts the reference to a CORBA Object from this DynAny.
get_reply_service_context(int) - ?? ????org.omg.PortableInterceptor.RequestInfoOperations
Returns a copy of the service context with the given ID that is associated with the reply.
get_request_policy(int) - ?? ????org.omg.PortableInterceptor.ClientRequestInfoOperations
Returns the given policy in effect for this operation.
get_request_service_context(int) - ?? ????org.omg.PortableInterceptor.RequestInfoOperations
Returns a copy of the service context with the given ID that is associated with the request.
get_response() - ? ????org.omg.CORBA.Request
Allows the user to access the response for the invocation triggered earlier with the send_deferred method.
get_servant() - ?? ????org.omg.PortableServer.POAOperations
This operation returns the default servant associated with the POA.
get_servant_manager() - ?? ????org.omg.PortableServer.POAOperations
If the ServantRetentionPolicy of the POA is RETAIN, then the ServantManager argument (imgr) shall support the ServantActivator interface.
get_server_policy(int) - ?? ????org.omg.PortableInterceptor.ServerRequestInfoOperations
Returns the policy in effect for this operation for the given policy type.
get_service_information(short, ServiceInformationHolder) - ? ????org.omg.CORBA.ORB
Used to obtain information about CORBA facilities and services that are supported by this ORB.
get_short() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the short contained in this DynAny object.
get_short() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts the short value from this DynAny.
get_short() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts the short value from this DynAny.
get_short() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts the short value from this DynAny.
get_short() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts the short value from this DynAny.
get_short() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts the short value from this DynAny.
get_short() - ? ????org.omg.DynamicAny._DynStructStub
Extracts the short value from this DynAny.
get_short() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts the short value from this DynAny.
get_short() - ? ????org.omg.DynamicAny._DynValueStub
Extracts the short value from this DynAny.
get_short() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts the short value from this DynAny.
get_slot(int) - ?? ????org.omg.PortableInterceptor.CurrentOperations
Retrieves the slot data the application set in PICurrent via get_slot.
get_slot(int) - ?? ????org.omg.PortableInterceptor.RequestInfoOperations
Returns the data from the given slot of the PortableInterceptor.Current that is in the scope of the request.
get_state() - ?? ????org.omg.PortableServer.POAManagerOperations
This operation returns the state of the POA manager.
get_string() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the String contained in this DynAny object.
get_string() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts the string value from this DynAny.
get_string() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts the string value from this DynAny.
get_string() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts the string value from this DynAny.
get_string() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts the string value from this DynAny.
get_string() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts the string value from this DynAny.
get_string() - ? ????org.omg.DynamicAny._DynStructStub
Extracts the string value from this DynAny.
get_string() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts the string value from this DynAny.
get_string() - ? ????org.omg.DynamicAny._DynValueStub
Extracts the string value from this DynAny.
get_string() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts the string value from this DynAny.
get_typecode() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the org.omg.CORBA.TypeCode contained in this DynAny object.
get_typecode() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts the TypeCode object from this DynAny.
get_typecode() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts the TypeCode object from this DynAny.
get_typecode() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts the TypeCode object from this DynAny.
get_typecode() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts the TypeCode object from this DynAny.
get_typecode() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts the TypeCode object from this DynAny.
get_typecode() - ? ????org.omg.DynamicAny._DynStructStub
Extracts the TypeCode object from this DynAny.
get_typecode() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts the TypeCode object from this DynAny.
get_typecode() - ? ????org.omg.DynamicAny._DynValueStub
Extracts the TypeCode object from this DynAny.
get_typecode() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts the TypeCode object from this DynAny.
get_ulong() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the int contained in this DynAny object.
get_ulong() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts the integer value from this DynAny.
get_ulong() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts the integer value from this DynAny.
get_ulong() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts the integer value from this DynAny.
get_ulong() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts the integer value from this DynAny.
get_ulong() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts the integer value from this DynAny.
get_ulong() - ? ????org.omg.DynamicAny._DynStructStub
Extracts the integer value from this DynAny.
get_ulong() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts the integer value from this DynAny.
get_ulong() - ? ????org.omg.DynamicAny._DynValueStub
Extracts the integer value from this DynAny.
get_ulong() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts the integer value from this DynAny.
get_ulonglong() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the long contained in this DynAny object.
get_ulonglong() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts the long value from this DynAny.
get_ulonglong() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts the long value from this DynAny.
get_ulonglong() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts the long value from this DynAny.
get_ulonglong() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts the long value from this DynAny.
get_ulonglong() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts the long value from this DynAny.
get_ulonglong() - ? ????org.omg.DynamicAny._DynStructStub
Extracts the long value from this DynAny.
get_ulonglong() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts the long value from this DynAny.
get_ulonglong() - ? ????org.omg.DynamicAny._DynValueStub
Extracts the long value from this DynAny.
get_ulonglong() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts the long value from this DynAny.
get_ushort() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the short contained in this DynAny object.
get_ushort() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts the short value from this DynAny.
get_ushort() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts the short value from this DynAny.
get_ushort() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts the short value from this DynAny.
get_ushort() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts the short value from this DynAny.
get_ushort() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts the short value from this DynAny.
get_ushort() - ? ????org.omg.DynamicAny._DynStructStub
Extracts the short value from this DynAny.
get_ushort() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts the short value from this DynAny.
get_ushort() - ? ????org.omg.DynamicAny._DynValueStub
Extracts the short value from this DynAny.
get_ushort() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts the short value from this DynAny.
get_val() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the java.io.Serializable object contained in this DynAny object.
get_val() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts a Serializable object from this DynAny.
get_val() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts a Serializable object from this DynAny.
get_val() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts a Serializable object from this DynAny.
get_val() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts a Serializable object from this DynAny.
get_val() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts a Serializable object from this DynAny.
get_val() - ? ????org.omg.DynamicAny._DynStructStub
Extracts a Serializable object from this DynAny.
get_val() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts a Serializable object from this DynAny.
get_val() - ? ????org.omg.DynamicAny._DynValueStub
Extracts a Serializable object from this DynAny.
get_val() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts a Serializable object from this DynAny.
get_value() - ?? ????org.omg.CORBA.DynFixed
????
Returns the value of the fixed type represented in this DynFixed object.
get_value() - ? ????org.omg.DynamicAny._DynFixedStub
Returns the value of a DynFixed.
get_value() - ?? ????org.omg.DynamicAny.DynFixedOperations
Returns the value of a DynFixed.
get_value_def(String) - ? ????org.omg.CORBA_2_3.ORB
 
get_values(String, int, String) - ? ????org.omg.CORBA.Context
Retrieves the NamedValue objects whose name field matches the given name or name pattern.
get_wchar() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the char contained in this DynAny object.
get_wchar() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts the long value from this DynAny.
get_wchar() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts the long value from this DynAny.
get_wchar() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts the long value from this DynAny.
get_wchar() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts the long value from this DynAny.
get_wchar() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts the long value from this DynAny.
get_wchar() - ? ????org.omg.DynamicAny._DynStructStub
Extracts the long value from this DynAny.
get_wchar() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts the long value from this DynAny.
get_wchar() - ? ????org.omg.DynamicAny._DynValueStub
Extracts the long value from this DynAny.
get_wchar() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts the long value from this DynAny.
get_wstring() - ?? ????org.omg.CORBA.DynAny
????
Retrieves the String contained in this DynAny object.
get_wstring() - ? ????org.omg.DynamicAny._DynAnyStub
Extracts the string value from this DynAny.
get_wstring() - ? ????org.omg.DynamicAny._DynArrayStub
Extracts the string value from this DynAny.
get_wstring() - ? ????org.omg.DynamicAny._DynEnumStub
Extracts the string value from this DynAny.
get_wstring() - ? ????org.omg.DynamicAny._DynFixedStub
Extracts the string value from this DynAny.
get_wstring() - ? ????org.omg.DynamicAny._DynSequenceStub
Extracts the string value from this DynAny.
get_wstring() - ? ????org.omg.DynamicAny._DynStructStub
Extracts the string value from this DynAny.
get_wstring() - ? ????org.omg.DynamicAny._DynUnionStub
Extracts the string value from this DynAny.
get_wstring() - ? ????org.omg.DynamicAny._DynValueStub
Extracts the string value from this DynAny.
get_wstring() - ?? ????org.omg.DynamicAny.DynAnyOperations
Extracts the string value from this DynAny.
getA() - ? ????java.security.spec.EllipticCurve
Returns the first coefficient a of the elliptic curve.
getAbsoluteFile() - ? ????java.io.File
Returns the absolute form of this abstract pathname.
getAbsolutePath() - ? ????java.io.File
Returns the absolute pathname string of this abstract pathname.
getAccelerationPriority() - ? ????java.awt.Image
Returns the current value of the acceleration priority hint.
getAccelerator() - ? ????javax.swing.JMenuItem
Returns the KeyStroke which serves as an accelerator for the menu item.
getAcceleratorForeground() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the accelerator foreground color of the current theme.
getAcceleratorForeground() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the accelerator foreground color.
getAcceleratorSelectedForeground() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the accelerator selected foreground color of the current theme.
getAcceleratorSelectedForeground() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the accelerator selected foreground color.
getAcceleratorString() - ? ????javax.swing.plaf.metal.MetalToolTipUI
 
getAcceptAllFileFilter() - ? ????javax.swing.JFileChooser
Returns the AcceptAll file filter.
getAcceptAllFileFilter(JFileChooser) - ? ????javax.swing.plaf.basic.BasicFileChooserUI
Returns the default accept all file filter
getAcceptAllFileFilter(JFileChooser) - ? ????javax.swing.plaf.FileChooserUI
 
getAcceptAllFileFilter(JFileChooser) - ? ????javax.swing.plaf.multi.MultiFileChooserUI
Invokes the getAcceptAllFileFilter method on each UI handled by this object.
getAcceptedIssuers() - ?? ????javax.net.ssl.X509TrustManager
Return an array of certificate authority certificates which are trusted for authenticating peers.
getAcceptorAddress() - ? ????org.ietf.jgss.ChannelBinding
Get the acceptor's address for this channel binding.
getAccessibleAction() - ? ????java.awt.Button.AccessibleAWTButton
Get the AccessibleAction associated with this object.
getAccessibleAction() - ? ????java.awt.Checkbox.AccessibleAWTCheckbox
Get the AccessibleAction associated with this object.
getAccessibleAction() - ? ????java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Get the AccessibleAction associated with this object.
getAccessibleAction() - ? ????java.awt.Choice.AccessibleAWTChoice
Get the AccessibleAction associated with this object.
getAccessibleAction() - ? ????java.awt.MenuItem.AccessibleAWTMenuItem
Get the AccessibleAction associated with this object.
getAccessibleAction() - ? ????javax.accessibility.AccessibleContext
Gets the AccessibleAction associated with this object that supports one or more actions.
getAccessibleAction() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Get the AccessibleAction associated with this object.
getAccessibleAction() - ? ????javax.swing.JComboBox.AccessibleJComboBox
Get the AccessibleAction associated with this object.
getAccessibleAction() - ? ????javax.swing.JSpinner.AccessibleJSpinner
Gets the AccessibleAction associated with this object that supports one or more actions.
getAccessibleAction() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the AccessibleAction associated with this object if one exists.
getAccessibleAction() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the AccessibleAction associated with this object.
getAccessibleAction() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleAction() - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
 
getAccessibleActionAnchor(int) - ? ????javax.accessibility.AccessibleHyperlink
Returns an object that represents the link anchor, as appropriate for that link.
getAccessibleActionAnchor(int) - ? ????javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Return an object that represents the link anchor, as appropriate for that link.
getAccessibleActionCount() - ? ????java.awt.Button.AccessibleAWTButton
Returns the number of Actions available in this object.
getAccessibleActionCount() - ? ????java.awt.Checkbox.AccessibleAWTCheckbox
Returns the number of Actions available in this object.
getAccessibleActionCount() - ? ????java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Returns the number of Actions available in this object.
getAccessibleActionCount() - ? ????java.awt.Choice.AccessibleAWTChoice
Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object.
getAccessibleActionCount() - ? ????java.awt.MenuItem.AccessibleAWTMenuItem
Returns the number of Actions available in this object.
getAccessibleActionCount() - ?? ????javax.accessibility.AccessibleAction
Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object.
getAccessibleActionCount() - ? ????javax.accessibility.AccessibleHyperlink
Returns the number of accessible actions available in this Link If there are more than one, the first one is NOT considered the "default" action of this LINK object (e.g. in an HTML imagemap).
getAccessibleActionCount() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Returns the number of Actions available in this object.
getAccessibleActionCount() - ? ????javax.swing.JComboBox.AccessibleJComboBox
Returns the number of Actions available in this object.
getAccessibleActionCount() - ? ????javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Returns the number of accessible actions available in this Link If there are more than one, the first one is NOT considered the "default" action of this LINK object (e.g. in an HTML imagemap).
getAccessibleActionCount() - ? ????javax.swing.JSpinner.AccessibleJSpinner
Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object.
getAccessibleActionCount() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Returns the number of accessible actions available in this tree node.
getAccessibleActionCount() - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object.
getAccessibleActionDescription(int) - ? ????java.awt.Button.AccessibleAWTButton
Return a description of the specified action of the object.
getAccessibleActionDescription(int) - ? ????java.awt.Checkbox.AccessibleAWTCheckbox
Return a description of the specified action of the object.
getAccessibleActionDescription(int) - ? ????java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Return a description of the specified action of the object.
getAccessibleActionDescription(int) - ? ????java.awt.Choice.AccessibleAWTChoice
Returns a description of the specified action of the object.
getAccessibleActionDescription(int) - ? ????java.awt.MenuItem.AccessibleAWTMenuItem
Return a description of the specified action of the object.
getAccessibleActionDescription(int) - ?? ????javax.accessibility.AccessibleAction
Returns a description of the specified action of the object.
getAccessibleActionDescription(int) - ? ????javax.accessibility.AccessibleHyperlink
Returns a String description of this particular link action.
getAccessibleActionDescription(int) - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Return a description of the specified action of the object.
getAccessibleActionDescription(int) - ? ????javax.swing.JComboBox.AccessibleJComboBox
Return a description of the specified action of the object.
getAccessibleActionDescription(int) - ? ????javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Return a String description of this particular link action.
getAccessibleActionDescription(int) - ? ????javax.swing.JSpinner.AccessibleJSpinner
Returns a description of the specified action of the object.
getAccessibleActionDescription(int) - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Return a description of the specified action of the tree node.
getAccessibleActionDescription(int) - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns a description of the specified action of the object.
getAccessibleActionObject(int) - ? ????javax.accessibility.AccessibleHyperlink
Returns an object that represents the link action, as appropriate for that link.
getAccessibleActionObject(int) - ? ????javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Returns a URL object that represents the link.
getAccessibleAt(Point) - ? ????java.awt.Component.AccessibleAWTComponent
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - ? ????java.awt.Container.AccessibleAWTContainer
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - ? ????java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - ? ????java.awt.List.AccessibleAWTList
Returns the Accessible child contained at the local coordinate Point, if one exists.
getAccessibleAt(Point) - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - ?? ????javax.accessibility.AccessibleComponent
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(int, int) - ?? ????javax.accessibility.AccessibleTable
Returns the Accessible at a specified row and column in the table.
getAccessibleAt(Point) - ? ????javax.swing.JEditorPane.AccessibleJEditorPaneHTML
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleAt(Point) - ? ????javax.swing.JList.AccessibleJList
Returns the Accessible child contained at the local coordinate Point, if one exists.
getAccessibleAt(Point) - ? ????javax.swing.JTabbedPane.AccessibleJTabbedPane
Returns the Accessible child contained at the local coordinate Point, if one exists.
getAccessibleAt(Point) - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
 
getAccessibleAt(Point) - ? ????javax.swing.JTable.AccessibleJTable
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(int, int) - ? ????javax.swing.JTable.AccessibleJTable
 
getAccessibleAt(Point) - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - ? ????javax.swing.JTree.AccessibleJTree
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Component, Point) - ? ??????javax.swing.SwingUtilities
Returns the Accessible child contained at the local coordinate Point, if one exists.
getAccessibleAt(Point) - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleAt(Point) - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleCaption() - ?? ????javax.accessibility.AccessibleTable
Returns the caption for the table.
getAccessibleCaption() - ? ????javax.swing.JTable.AccessibleJTable
Returns the caption for the table.
getAccessibleChild(int) - ? ????java.awt.Component.AccessibleAWTComponent
Returns the nth Accessible child of the object.
getAccessibleChild(int) - ? ????java.awt.Container.AccessibleAWTContainer
Returns the nth Accessible child of the object.
getAccessibleChild(int) - ? ????java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Return the specified Accessible child of the object.
getAccessibleChild(int) - ? ????java.awt.List.AccessibleAWTList
Return the nth Accessible child of the object.
getAccessibleChild(int) - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the nth Accessible child of the object.
getAccessibleChild(int) - ? ????javax.accessibility.AccessibleContext
Returns the specified Accessible child of the object.
getAccessibleChild(int) - ? ????javax.swing.ImageIcon.AccessibleImageIcon
Returns the nth Accessible child of the object.
getAccessibleChild(int) - ? ????javax.swing.JComboBox.AccessibleJComboBox
Returns the nth Accessible child of the object.
getAccessibleChild(int) - ? ????javax.swing.JComponent.AccessibleJComponent
Returns the nth Accessible child of the object.
getAccessibleChild(int) - ? ????javax.swing.JEditorPane.AccessibleJEditorPaneHTML
Returns the specified Accessible child of the object.
getAccessibleChild(int) - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleChild(int) - ? ????javax.swing.JList.AccessibleJList
Return the nth Accessible child of the object.
getAccessibleChild(int) - ? ????javax.swing.JMenu.AccessibleJMenu
Returns the nth Accessible child of the object.
getAccessibleChild(int) - ? ????javax.swing.JRootPane.AccessibleJRootPane
Returns the specified Accessible child of the object.
getAccessibleChild(int) - ? ????javax.swing.JSpinner.AccessibleJSpinner
Returns the specified Accessible child of the object.
getAccessibleChild(int) - ? ????javax.swing.JTabbedPane.AccessibleJTabbedPane
Return the specified Accessible child of the object.
getAccessibleChild(int) - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Returns the specified Accessible child of the object.
getAccessibleChild(int) - ? ????javax.swing.JTable.AccessibleJTable
Returns the nth Accessible child of the object.
getAccessibleChild(int) - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Return the specified Accessible child of the object.
getAccessibleChild(int) - ? ????javax.swing.JTree.AccessibleJTree
Return the nth Accessible child of the object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.basic.BasicComboBoxUI
 
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.ComponentUI
Returns the ith Accessible child of the object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiButtonUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiColorChooserUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiComboBoxUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiDesktopIconUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiDesktopPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiFileChooserUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiInternalFrameUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiLabelUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiListUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiMenuBarUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiMenuItemUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiOptionPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiPanelUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiPopupMenuUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiProgressBarUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiRootPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiScrollBarUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiScrollPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiSeparatorUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiSliderUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiSpinnerUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiSplitPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiTabbedPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiTableHeaderUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiTableUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiTextUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiToolBarUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiToolTipUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiTreeUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - ? ????javax.swing.plaf.multi.MultiViewportUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(int) - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Returns the specified Accessible child of the object.
getAccessibleChild(Component, int) - ? ??????javax.swing.SwingUtilities
Return the nth Accessible child of the object.
getAccessibleChild(int) - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleChild(int) - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader
Return the nth Accessible child of the object.
getAccessibleChildrenCount() - ? ????java.awt.Component.AccessibleAWTComponent
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - ? ????java.awt.Container.AccessibleAWTContainer
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - ? ????java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Returns the number of accessible children of the object.
getAccessibleChildrenCount() - ? ????java.awt.List.AccessibleAWTList
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - ? ????javax.accessibility.AccessibleContext
Returns the number of accessible children of the object.
getAccessibleChildrenCount() - ? ????javax.swing.ImageIcon.AccessibleImageIcon
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - ? ????javax.swing.JComboBox.AccessibleJComboBox
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - ? ????javax.swing.JComponent.AccessibleJComponent
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - ? ????javax.swing.JEditorPane.AccessibleJEditorPaneHTML
Returns the number of accessible children of the object.
getAccessibleChildrenCount() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleChildrenCount() - ? ????javax.swing.JList.AccessibleJList
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - ? ????javax.swing.JMenu.AccessibleJMenu
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - ? ????javax.swing.JRootPane.AccessibleJRootPane
Returns the number of accessible children of the object.
getAccessibleChildrenCount() - ? ????javax.swing.JSpinner.AccessibleJSpinner
Returns the number of accessible children of the object.
getAccessibleChildrenCount() - ? ????javax.swing.JTabbedPane.AccessibleJTabbedPane
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - ? ????javax.swing.JTable.AccessibleJTable
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - ? ????javax.swing.JTree.AccessibleJTree
Returns the number of top-level children nodes of this JTree.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.basic.BasicComboBoxUI
 
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.ComponentUI
Returns the number of accessible children in the object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiButtonUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiColorChooserUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiComboBoxUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiDesktopIconUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiDesktopPaneUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiFileChooserUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiInternalFrameUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiLabelUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiListUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiMenuBarUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiMenuItemUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiOptionPaneUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiPanelUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiPopupMenuUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiProgressBarUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiRootPaneUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiScrollBarUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiScrollPaneUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiSeparatorUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiSliderUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiSpinnerUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiSplitPaneUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiTabbedPaneUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiTableHeaderUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiTableUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiTextUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiToolBarUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiToolTipUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiTreeUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - ? ????javax.swing.plaf.multi.MultiViewportUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount() - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Returns the number of accessible children of the object.
getAccessibleChildrenCount(Component) - ? ??????javax.swing.SwingUtilities
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleChildrenCount() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader
Returns the number of accessible children in the object.
getAccessibleColumn(int) - ?? ????javax.accessibility.AccessibleExtendedTable
Returns the column number of an index in the table.
getAccessibleColumn(int) - ? ????javax.swing.JTable.AccessibleJTable
Returns the column number of an index in the table.
getAccessibleColumnAtIndex(int) - ? ????javax.swing.JTable.AccessibleJTable
Returns the column at a given index into the table.
getAccessibleColumnCount() - ?? ????javax.accessibility.AccessibleTable
Returns the number of columns in the table.
getAccessibleColumnCount() - ? ????javax.swing.JTable.AccessibleJTable
 
getAccessibleColumnDescription(int) - ?? ????javax.accessibility.AccessibleTable
Returns the description text of the specified column in the table.
getAccessibleColumnDescription(int) - ? ????javax.swing.JTable.AccessibleJTable
Returns the description of the specified column in the table.
getAccessibleColumnExtentAt(int, int) - ?? ????javax.accessibility.AccessibleTable
Returns the number of columns occupied by the Accessible at a specified row and column in the table.
getAccessibleColumnExtentAt(int, int) - ? ????javax.swing.JTable.AccessibleJTable
Returns the number of columns occupied by the Accessible at a given (row, column).
getAccessibleColumnHeader() - ?? ????javax.accessibility.AccessibleTable
Returns the column headers as an AccessibleTable.
getAccessibleColumnHeader() - ? ????javax.swing.JTable.AccessibleJTable
Returns the column headers as an AccessibleTable.
getAccessibleComponent() - ? ????java.awt.Component.AccessibleAWTComponent
Gets the AccessibleComponent associated with this object if one exists.
getAccessibleComponent() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the AccessibleComponent associated with this object if one exists.
getAccessibleComponent() - ? ????javax.accessibility.AccessibleContext
Gets the AccessibleComponent associated with this object that has a graphical representation.
getAccessibleComponent() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
Get the AccessibleComponent associated with this object.
getAccessibleComponent() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the AccessibleComponent associated with this object if one exists.
getAccessibleComponent() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the AccessibleComponent associated with this object.
getAccessibleComponent() - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Gets the AccessibleComponent associated with this object that has a graphical representation.
getAccessibleComponent() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
Get the AccessibleComponent associated with this object.
getAccessibleContext() - ? ????java.applet.Applet
Gets the AccessibleContext associated with this Applet.
getAccessibleContext() - ? ????java.awt.Button
Gets the AccessibleContext associated with this Button.
getAccessibleContext() - ? ????java.awt.Canvas
Gets the AccessibleContext associated with this Canvas.
getAccessibleContext() - ? ????java.awt.Checkbox
Gets the AccessibleContext associated with this Checkbox.
getAccessibleContext() - ? ????java.awt.CheckboxMenuItem
Gets the AccessibleContext associated with this CheckboxMenuItem.
getAccessibleContext() - ? ????java.awt.Choice
Gets the AccessibleContext associated with this Choice.
getAccessibleContext() - ? ????java.awt.Component
Gets the AccessibleContext associated with this Component.
getAccessibleContext() - ? ????java.awt.Dialog
Gets the AccessibleContext associated with this Dialog.
getAccessibleContext() - ? ????java.awt.Frame
Gets the AccessibleContext associated with this Frame.
getAccessibleContext() - ? ????java.awt.Label
Gets the AccessibleContext associated with this Label.
getAccessibleContext() - ? ????java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Gets the AccessibleContext for this object.
getAccessibleContext() - ? ????java.awt.List
Gets the AccessibleContext associated with this List.
getAccessibleContext() - ? ????java.awt.Menu
Gets the AccessibleContext associated with this Menu.
getAccessibleContext() - ? ????java.awt.MenuBar
Gets the AccessibleContext associated with this MenuBar.
getAccessibleContext() - ? ????java.awt.MenuComponent
Gets the AccessibleContext associated with this MenuComponent.
getAccessibleContext() - ? ????java.awt.MenuItem
Gets the AccessibleContext associated with this MenuItem.
getAccessibleContext() - ? ????java.awt.Panel
Gets the AccessibleContext associated with this Panel.
getAccessibleContext() - ? ????java.awt.PopupMenu
Gets the AccessibleContext associated with this PopupMenu.
getAccessibleContext() - ? ????java.awt.Scrollbar
Gets the AccessibleContext associated with this Scrollbar.
getAccessibleContext() - ? ????java.awt.ScrollPane
Gets the AccessibleContext associated with this ScrollPane.
getAccessibleContext() - ? ????java.awt.TextArea
Returns the AccessibleContext associated with this TextArea.
getAccessibleContext() - ? ????java.awt.TextComponent
Gets the AccessibleContext associated with this TextComponent.
getAccessibleContext() - ? ????java.awt.TextField
Gets the AccessibleContext associated with this TextField.
getAccessibleContext() - ? ????java.awt.Window
Gets the AccessibleContext associated with this Window.
getAccessibleContext() - ?? ????javax.accessibility.Accessible
Returns the AccessibleContext associated with this object.
getAccessibleContext() - ? ????javax.swing.Box.Filler
Gets the AccessibleContext associated with this Box.Filler.
getAccessibleContext() - ? ????javax.swing.Box
Gets the AccessibleContext associated with this Box.
getAccessibleContext() - ? ????javax.swing.CellRendererPane
Gets the AccessibleContext associated with this CellRendererPane.
getAccessibleContext() - ? ????javax.swing.ImageIcon
Gets the AccessibleContext associated with this ImageIcon.
getAccessibleContext() - ? ????javax.swing.JApplet
Gets the AccessibleContext associated with this JApplet.
getAccessibleContext() - ? ????javax.swing.JButton
Gets the AccessibleContext associated with this JButton.
getAccessibleContext() - ? ????javax.swing.JCheckBox
Gets the AccessibleContext associated with this JCheckBox.
getAccessibleContext() - ? ????javax.swing.JCheckBoxMenuItem
Gets the AccessibleContext associated with this JCheckBoxMenuItem.
getAccessibleContext() - ? ????javax.swing.JColorChooser
Gets the AccessibleContext associated with this JColorChooser.
getAccessibleContext() - ? ????javax.swing.JComboBox
Gets the AccessibleContext associated with this JComboBox.
getAccessibleContext() - ? ????javax.swing.JDesktopPane
Gets the AccessibleContext associated with this JDesktopPane.
getAccessibleContext() - ? ????javax.swing.JDialog
Gets the AccessibleContext associated with this JDialog.
getAccessibleContext() - ? ????javax.swing.JEditorPane
Gets the AccessibleContext associated with this JEditorPane.
getAccessibleContext() - ? ????javax.swing.JFileChooser
Gets the AccessibleContext associated with this JFileChooser.
getAccessibleContext() - ? ????javax.swing.JFrame
Gets the AccessibleContext associated with this JFrame.
getAccessibleContext() - ? ????javax.swing.JInternalFrame
Gets the AccessibleContext associated with this JInternalFrame.
getAccessibleContext() - ? ????javax.swing.JInternalFrame.JDesktopIcon
Gets the AccessibleContext associated with this JDesktopIcon.
getAccessibleContext() - ? ????javax.swing.JLabel
Get the AccessibleContext of this object
getAccessibleContext() - ? ????javax.swing.JLayer
Gets the AccessibleContext associated with this JLayer.
getAccessibleContext() - ? ????javax.swing.JLayeredPane
Gets the AccessibleContext associated with this JLayeredPane.
getAccessibleContext() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
Get the AccessibleContext for this object.
getAccessibleContext() - ? ????javax.swing.JList
Gets the AccessibleContext associated with this JList.
getAccessibleContext() - ? ????javax.swing.JMenu
Gets the AccessibleContext associated with this JMenu.
getAccessibleContext() - ? ????javax.swing.JMenuBar
Gets the AccessibleContext associated with this JMenuBar.
getAccessibleContext() - ? ????javax.swing.JMenuItem
Returns the AccessibleContext associated with this JMenuItem.
getAccessibleContext() - ? ????javax.swing.JOptionPane
Returns the AccessibleContext associated with this JOptionPane.
getAccessibleContext() - ? ????javax.swing.JPanel
Gets the AccessibleContext associated with this JPanel.
getAccessibleContext() - ? ????javax.swing.JPasswordField
Returns the AccessibleContext associated with this JPasswordField.
getAccessibleContext() - ? ????javax.swing.JPopupMenu
Gets the AccessibleContext associated with this JPopupMenu.
getAccessibleContext() - ? ????javax.swing.JProgressBar
Gets the AccessibleContext associated with this JProgressBar.
getAccessibleContext() - ? ????javax.swing.JRadioButton
Gets the AccessibleContext associated with this JRadioButton.
getAccessibleContext() - ? ????javax.swing.JRadioButtonMenuItem
Gets the AccessibleContext associated with this JRadioButtonMenuItem.
getAccessibleContext() - ? ????javax.swing.JRootPane
Gets the AccessibleContext associated with this JRootPane.
getAccessibleContext() - ? ????javax.swing.JScrollBar
Gets the AccessibleContext associated with this JScrollBar.
getAccessibleContext() - ? ????javax.swing.JScrollPane
Gets the AccessibleContext associated with this JScrollPane.
getAccessibleContext() - ? ????javax.swing.JSeparator
Gets the AccessibleContext associated with this JSeparator.
getAccessibleContext() - ? ????javax.swing.JSlider
Gets the AccessibleContext associated with this JSlider.
getAccessibleContext() - ? ????javax.swing.JSpinner
Gets the AccessibleContext for the JSpinner
getAccessibleContext() - ? ????javax.swing.JSplitPane
Gets the AccessibleContext associated with this JSplitPane.
getAccessibleContext() - ? ????javax.swing.JTabbedPane
Gets the AccessibleContext associated with this JTabbedPane.
getAccessibleContext() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the AccessibleContext associated with this component.
getAccessibleContext() - ? ????javax.swing.JTable
Gets the AccessibleContext associated with this JTable.
getAccessibleContext() - ? ????javax.swing.JTextArea
Gets the AccessibleContext associated with this JTextArea.
getAccessibleContext() - ? ????javax.swing.JTextField
Gets the AccessibleContext associated with this JTextField.
getAccessibleContext() - ? ????javax.swing.JToggleButton
Gets the AccessibleContext associated with this JToggleButton.
getAccessibleContext() - ? ????javax.swing.JToolBar
Gets the AccessibleContext associated with this JToolBar.
getAccessibleContext() - ? ????javax.swing.JToolTip
Gets the AccessibleContext associated with this JToolTip.
getAccessibleContext() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the AccessibleContext associated with this tree node.
getAccessibleContext() - ? ????javax.swing.JTree
Gets the AccessibleContext associated with this JTree.
getAccessibleContext() - ? ????javax.swing.JViewport
Gets the AccessibleContext associated with this JViewport.
getAccessibleContext() - ? ????javax.swing.JWindow
Gets the AccessibleContext associated with this JWindow.
getAccessibleContext() - ? ????javax.swing.plaf.basic.BasicComboPopup
Gets the AccessibleContext associated with this BasicComboPopup.
getAccessibleContext() - ? ????javax.swing.ProgressMonitor
Gets the AccessibleContext for the ProgressMonitor
getAccessibleContext() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
Get the AccessibleContext associated with this object.
getAccessibleContext() - ? ????javax.swing.table.JTableHeader
Gets the AccessibleContext associated with this JTableHeader.
getAccessibleContext() - ? ????javax.swing.text.html.HTMLEditorKit
returns the AccessibleContext associated with this editor kit
getAccessibleContext() - ? ????javax.swing.text.JTextComponent
Gets the AccessibleContext associated with this JTextComponent.
getAccessibleDescription() - ? ????java.awt.Component.AccessibleAWTComponent
Gets the accessible description of this object.
getAccessibleDescription() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the accessible description of this object.
getAccessibleDescription() - ? ????javax.accessibility.AccessibleContext
Gets the accessibleDescription property of this object.
getAccessibleDescription() - ? ????javax.swing.JComponent.AccessibleJComponent
Gets the accessible description of this object.
getAccessibleDescription() - ? ????javax.swing.JEditorPane.AccessibleJEditorPane
Gets the accessibleDescription property of this object.
getAccessibleDescription() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleDescription() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the accessible description of this object.
getAccessibleDescription() - ? ????javax.swing.JToolTip.AccessibleJToolTip
Get the accessible description of this object.
getAccessibleDescription() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the accessible description of this object.
getAccessibleDescription() - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Gets the accessibleDescription property of this object.
getAccessibleDescription() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleEditableText() - ? ????javax.accessibility.AccessibleContext
Gets the AccessibleEditableText associated with this object presenting editable text on the display.
getAccessibleEditableText() - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the AccessibleEditableText interface for this text component.
getAccessibleIcon() - ? ????javax.accessibility.AccessibleContext
Gets the AccessibleIcons associated with an object that has one or more associated icons
getAccessibleIcon() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Get the AccessibleIcons associated with this object if one or more exist.
getAccessibleIcon() - ? ????javax.swing.JLabel.AccessibleJLabel
Get the AccessibleIcons associated with this object if one or more exist.
getAccessibleIcon() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
Returns the icon for the element renderer, as the only item of an array of AccessibleIcons or a null array if the renderer component contains no icons.
getAccessibleIconDescription() - ?? ????javax.accessibility.AccessibleIcon
Gets the description of the icon.
getAccessibleIconDescription() - ? ????javax.swing.ImageIcon.AccessibleImageIcon
Gets the description of the icon.
getAccessibleIconHeight() - ?? ????javax.accessibility.AccessibleIcon
Gets the height of the icon
getAccessibleIconHeight() - ? ????javax.swing.ImageIcon.AccessibleImageIcon
Gets the height of the icon.
getAccessibleIconWidth() - ?? ????javax.accessibility.AccessibleIcon
Gets the width of the icon
getAccessibleIconWidth() - ? ????javax.swing.ImageIcon.AccessibleImageIcon
Gets the width of the icon.
getAccessibleIndex(int, int) - ?? ????javax.accessibility.AccessibleExtendedTable
Returns the index at a row and column in the table.
getAccessibleIndex(int, int) - ? ????javax.swing.JTable.AccessibleJTable
Returns the index at a row and column in the table.
getAccessibleIndexAt(int, int) - ? ????javax.swing.JTable.AccessibleJTable
Returns the index at a given (row, column) in the table.
getAccessibleIndexInParent() - ? ????java.awt.Component.AccessibleAWTComponent
Gets the index of this object in its accessible parent.
getAccessibleIndexInParent() - ? ????java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Get the 0-based index of this object in its accessible parent.
getAccessibleIndexInParent() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the index of this object in its accessible parent.
getAccessibleIndexInParent() - ? ????javax.accessibility.AccessibleContext
Gets the 0-based index of this object in its accessible parent.
getAccessibleIndexInParent() - ? ????javax.swing.ImageIcon.AccessibleImageIcon
Gets the index of this object in its accessible parent.
getAccessibleIndexInParent() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleIndexInParent() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the index of this object in its accessible parent.
getAccessibleIndexInParent() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the index of this object in its accessible parent.
getAccessibleIndexInParent() - ? ????javax.swing.JTree.AccessibleJTree
Get the index of this object in its accessible parent.
getAccessibleIndexInParent() - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Gets the 0-based index of this object in its accessible parent.
getAccessibleIndexInParent(Component) - ? ??????javax.swing.SwingUtilities
Get the index of this object in its accessible parent.
getAccessibleIndexInParent() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleKeyBinding() - ?? ????javax.accessibility.AccessibleExtendedComponent
Returns key bindings associated with this object
getAccessibleKeyBinding(int) - ?? ????javax.accessibility.AccessibleKeyBinding
Returns a key binding for this object.
getAccessibleKeyBinding() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Returns key bindings associated with this object
getAccessibleKeyBinding() - ? ????javax.swing.JComponent.AccessibleJComponent
Returns key bindings associated with this object
getAccessibleKeyBinding() - ? ????javax.swing.JLabel.AccessibleJLabel
Returns key bindings associated with this object
getAccessibleKeyBindingCount() - ?? ????javax.accessibility.AccessibleKeyBinding
Returns the number of key bindings for this object
getAccessibleName() - ? ????java.awt.Button.AccessibleAWTButton
Get the accessible name of this object.
getAccessibleName() - ? ????java.awt.Component.AccessibleAWTComponent
Gets the accessible name of this object.
getAccessibleName() - ? ????java.awt.Label.AccessibleAWTLabel
Get the accessible name of this object.
getAccessibleName() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the accessible name of this object.
getAccessibleName() - ? ????java.awt.MenuItem.AccessibleAWTMenuItem
Get the accessible name of this object.
getAccessibleName() - ? ????javax.accessibility.AccessibleContext
Gets the accessibleName property of this object.
getAccessibleName() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Returns the accessible name of this object.
getAccessibleName() - ? ????javax.swing.JComponent.AccessibleJComponent
Gets the accessible name of this object.
getAccessibleName() - ? ????javax.swing.JDialog.AccessibleJDialog
Get the accessible name of this object.
getAccessibleName() - ? ????javax.swing.JFrame.AccessibleJFrame
Get the accessible name of this object.
getAccessibleName() - ? ????javax.swing.JInternalFrame.AccessibleJInternalFrame
Get the accessible name of this object.
getAccessibleName() - ? ????javax.swing.JLabel.AccessibleJLabel
Get the accessible name of this object.
getAccessibleName() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleName() - ? ????javax.swing.JTabbedPane.AccessibleJTabbedPane
Returns the accessible name of this object, or null if there is no accessible name.
getAccessibleName() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the accessible name of this object.
getAccessibleName() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the accessible name of this object.
getAccessibleName() - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Gets the accessibleName property of this object.
getAccessibleName() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleParent() - ? ????java.awt.Component.AccessibleAWTComponent
Gets the Accessible parent of this object.
getAccessibleParent() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the Accessible parent of this object.
getAccessibleParent() - ? ????javax.accessibility.AccessibleContext
Gets the Accessible parent of this object.
getAccessibleParent() - ? ????javax.swing.ImageIcon.AccessibleImageIcon
Gets the Accessible parent of this object.
getAccessibleParent() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the Accessible parent of this object.
getAccessibleParent() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the Accessible parent of this object.
getAccessibleParent() - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Gets the Accessible parent of this object.
getAccessibleRelationSet() - ? ????javax.accessibility.AccessibleContext
Gets the AccessibleRelationSet associated with an object
getAccessibleRelationSet() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Get the AccessibleRelationSet associated with this object if one exists.
getAccessibleRelationSet() - ? ????javax.swing.JLabel.AccessibleJLabel
Get the AccessibleRelationSet associated with this object if one exists.
getAccessibleRole() - ? ????java.applet.Applet.AccessibleApplet
Get the role of this object.
getAccessibleRole() - ? ????java.awt.Button.AccessibleAWTButton
Get the role of this object.
getAccessibleRole() - ? ????java.awt.Canvas.AccessibleAWTCanvas
Get the role of this object.
getAccessibleRole() - ? ????java.awt.Checkbox.AccessibleAWTCheckbox
Get the role of this object.
getAccessibleRole() - ? ????java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Get the role of this object.
getAccessibleRole() - ? ????java.awt.Choice.AccessibleAWTChoice
Get the role of this object.
getAccessibleRole() - ? ????java.awt.Component.AccessibleAWTComponent
Gets the role of this object.
getAccessibleRole() - ? ????java.awt.Dialog.AccessibleAWTDialog
Get the role of this object.
getAccessibleRole() - ? ????java.awt.Frame.AccessibleAWTFrame
Get the role of this object.
getAccessibleRole() - ? ????java.awt.Label.AccessibleAWTLabel
Get the role of this object.
getAccessibleRole() - ? ????java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Get the role of this object.
getAccessibleRole() - ? ????java.awt.List.AccessibleAWTList
Get the role of this object.
getAccessibleRole() - ? ????java.awt.Menu.AccessibleAWTMenu
Get the role of this object.
getAccessibleRole() - ? ????java.awt.MenuBar.AccessibleAWTMenuBar
Get the role of this object.
getAccessibleRole() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the role of this object.
getAccessibleRole() - ? ????java.awt.MenuItem.AccessibleAWTMenuItem
Get the role of this object.
getAccessibleRole() - ? ????java.awt.Panel.AccessibleAWTPanel
Get the role of this object.
getAccessibleRole() - ? ????java.awt.PopupMenu.AccessibleAWTPopupMenu
Get the role of this object.
getAccessibleRole() - ? ????java.awt.Scrollbar.AccessibleAWTScrollBar
Get the role of this object.
getAccessibleRole() - ? ????java.awt.ScrollPane.AccessibleAWTScrollPane
Get the role of this object.
getAccessibleRole() - ? ????java.awt.TextComponent.AccessibleAWTTextComponent
Gets the role of this object.
getAccessibleRole() - ? ????java.awt.Window.AccessibleAWTWindow
Get the role of this object.
getAccessibleRole() - ? ????javax.accessibility.AccessibleContext
Gets the role of this object.
getAccessibleRole() - ? ????javax.swing.Box.AccessibleBox
Gets the role of this object.
getAccessibleRole() - ? ????javax.swing.Box.Filler.AccessibleBoxFiller
Gets the role of this object.
getAccessibleRole() - ? ????javax.swing.CellRendererPane.AccessibleCellRendererPane
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.ImageIcon.AccessibleImageIcon
Gets the role of this object.
getAccessibleRole() - ? ????javax.swing.JButton.AccessibleJButton
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JCheckBox.AccessibleJCheckBox
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JColorChooser.AccessibleJColorChooser
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JComboBox.AccessibleJComboBox
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JComponent.AccessibleJComponent
Gets the role of this object.
getAccessibleRole() - ? ????javax.swing.JDesktopPane.AccessibleJDesktopPane
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JFileChooser.AccessibleJFileChooser
Gets the role of this object.
getAccessibleRole() - ? ????javax.swing.JInternalFrame.AccessibleJInternalFrame
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
Gets the role of this object.
getAccessibleRole() - ? ????javax.swing.JLabel.AccessibleJLabel
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JLayeredPane.AccessibleJLayeredPane
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleRole() - ? ????javax.swing.JList.AccessibleJList
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JMenu.AccessibleJMenu
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JMenuBar.AccessibleJMenuBar
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JMenuItem.AccessibleJMenuItem
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JOptionPane.AccessibleJOptionPane
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JPanel.AccessibleJPanel
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JPasswordField.AccessibleJPasswordField
Gets the role of this object.
getAccessibleRole() - ? ????javax.swing.JPopupMenu.AccessibleJPopupMenu
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JProgressBar.AccessibleJProgressBar
Gets the role of this object.
getAccessibleRole() - ? ????javax.swing.JRadioButton.AccessibleJRadioButton
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JRootPane.AccessibleJRootPane
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JScrollBar.AccessibleJScrollBar
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JScrollPane.AccessibleJScrollPane
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JSeparator.AccessibleJSeparator
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JSlider.AccessibleJSlider
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JSpinner.AccessibleJSpinner
Gets the role of this object.
getAccessibleRole() - ? ????javax.swing.JSplitPane.AccessibleJSplitPane
Gets the role of this object.
getAccessibleRole() - ? ????javax.swing.JTabbedPane.AccessibleJTabbedPane
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the role of this object.
getAccessibleRole() - ? ????javax.swing.JTable.AccessibleJTable
Gets the role of this object.
getAccessibleRole() - ? ????javax.swing.JToggleButton.AccessibleJToggleButton
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JToolBar.AccessibleJToolBar
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JToolTip.AccessibleJToolTip
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JTree.AccessibleJTree
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.JViewport.AccessibleJViewport
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Gets the role of this object.
getAccessibleRole() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleRole() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader
Get the role of this object.
getAccessibleRole() - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Gets the role of this object.
getAccessibleRow(int) - ?? ????javax.accessibility.AccessibleExtendedTable
Returns the row number of an index in the table.
getAccessibleRow(int) - ? ????javax.swing.JTable.AccessibleJTable
Returns the row number of an index in the table.
getAccessibleRowAtIndex(int) - ? ????javax.swing.JTable.AccessibleJTable
Returns the row at a given index into the table.
getAccessibleRowCount() - ?? ????javax.accessibility.AccessibleTable
Returns the number of rows in the table.
getAccessibleRowCount() - ? ????javax.swing.JTable.AccessibleJTable
 
getAccessibleRowDescription(int) - ?? ????javax.accessibility.AccessibleTable
Returns the description of the specified row in the table.
getAccessibleRowDescription(int) - ? ????javax.swing.JTable.AccessibleJTable
Returns the description of the specified row in the table.
getAccessibleRowExtentAt(int, int) - ?? ????javax.accessibility.AccessibleTable
Returns the number of rows occupied by the Accessible at a specified row and column in the table.
getAccessibleRowExtentAt(int, int) - ? ????javax.swing.JTable.AccessibleJTable
Returns the number of rows occupied by the Accessible at a specified row and column in the table.
getAccessibleRowHeader() - ?? ????javax.accessibility.AccessibleTable
Returns the row headers as an AccessibleTable.
getAccessibleRowHeader() - ? ????javax.swing.JTable.AccessibleJTable
Returns the row headers as an AccessibleTable.
getAccessibleSelection() - ? ????java.awt.List.AccessibleAWTList
Get the AccessibleSelection associated with this object.
getAccessibleSelection(int) - ? ????java.awt.List.AccessibleAWTList
Returns an Accessible representing the specified selected item in the object.
getAccessibleSelection() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the AccessibleSelection associated with this object which allows its Accessible children to be selected.
getAccessibleSelection(int) - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns an Accessible representing the specified selected child in the object.
getAccessibleSelection() - ? ????javax.accessibility.AccessibleContext
Gets the AccessibleSelection associated with this object which allows its Accessible children to be selected.
getAccessibleSelection(int) - ?? ????javax.accessibility.AccessibleSelection
Returns an Accessible representing the specified selected child of the object.
getAccessibleSelection() - ? ????javax.swing.JComboBox.AccessibleJComboBox
Get the AccessibleSelection associated with this object.
getAccessibleSelection(int) - ? ????javax.swing.JComboBox.AccessibleJComboBox
Returns an Accessible representing the specified selected child in the popup.
getAccessibleSelection() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleSelection() - ? ????javax.swing.JList.AccessibleJList
Get the AccessibleSelection associated with this object.
getAccessibleSelection(int) - ? ????javax.swing.JList.AccessibleJList
Returns an Accessible representing the specified selected item in the object.
getAccessibleSelection() - ? ????javax.swing.JMenu.AccessibleJMenu
Get the AccessibleSelection associated with this object.
getAccessibleSelection(int) - ? ????javax.swing.JMenu.AccessibleJMenu
Returns the currently selected sub-menu if one is selected, otherwise null (there can only be one selection, and it can only be a sub-menu, as otherwise menu items don't remain selected).
getAccessibleSelection() - ? ????javax.swing.JMenuBar.AccessibleJMenuBar
Get the AccessibleSelection associated with this object.
getAccessibleSelection(int) - ? ????javax.swing.JMenuBar.AccessibleJMenuBar
Returns the currently selected menu if one is selected, otherwise null.
getAccessibleSelection() - ? ????javax.swing.JTabbedPane.AccessibleJTabbedPane
Gets the AccessibleSelection associated with this object.
getAccessibleSelection(int) - ? ????javax.swing.JTabbedPane.AccessibleJTabbedPane
 
getAccessibleSelection() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the AccessibleSelection associated with this object if one exists.
getAccessibleSelection() - ? ????javax.swing.JTable.AccessibleJTable
Get the AccessibleSelection associated with this object.
getAccessibleSelection(int) - ? ????javax.swing.JTable.AccessibleJTable
Returns an Accessible representing the specified selected child in the object.
getAccessibleSelection() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the AccessibleSelection associated with this object if one exists.
getAccessibleSelection(int) - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Returns an Accessible representing the specified selected item in the object.
getAccessibleSelection() - ? ????javax.swing.JTree.AccessibleJTree
Get the AccessibleSelection associated with this object.
getAccessibleSelection(int) - ? ????javax.swing.JTree.AccessibleJTree
Returns an Accessible representing the specified selected item in the object.
getAccessibleSelection() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleSelectionCount() - ? ????java.awt.List.AccessibleAWTList
Returns the number of items currently selected.
getAccessibleSelectionCount() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the number of Accessible children currently selected.
getAccessibleSelectionCount() - ?? ????javax.accessibility.AccessibleSelection
Returns the number of Accessible children currently selected.
getAccessibleSelectionCount() - ? ????javax.swing.JComboBox.AccessibleJComboBox
Returns the number of Accessible children currently selected.
getAccessibleSelectionCount() - ? ????javax.swing.JList.AccessibleJList
Returns the number of items currently selected.
getAccessibleSelectionCount() - ? ????javax.swing.JMenu.AccessibleJMenu
Returns 1 if a sub-menu is currently selected in this menu.
getAccessibleSelectionCount() - ? ????javax.swing.JMenuBar.AccessibleJMenuBar
Returns 1 if a menu is currently selected in this menu bar.
getAccessibleSelectionCount() - ? ????javax.swing.JTabbedPane.AccessibleJTabbedPane
 
getAccessibleSelectionCount() - ? ????javax.swing.JTable.AccessibleJTable
Returns the number of Accessible children currently selected.
getAccessibleSelectionCount() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Returns the number of items currently selected.
getAccessibleSelectionCount() - ? ????javax.swing.JTree.AccessibleJTree
Returns the number of items currently selected.
getAccessibleStateSet() - ? ????java.applet.Applet.AccessibleApplet
Get the state of this object.
getAccessibleStateSet() - ? ????java.awt.Checkbox.AccessibleAWTCheckbox
Get the state set of this object.
getAccessibleStateSet() - ? ????java.awt.Component.AccessibleAWTComponent
Gets the state of this object.
getAccessibleStateSet() - ? ????java.awt.Dialog.AccessibleAWTDialog
Get the state of this object.
getAccessibleStateSet() - ? ????java.awt.Frame.AccessibleAWTFrame
Get the state of this object.
getAccessibleStateSet() - ? ????java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Get the state set of this object.
getAccessibleStateSet() - ? ????java.awt.List.AccessibleAWTList
Get the state set of this object.
getAccessibleStateSet() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the state of this object.
getAccessibleStateSet() - ? ????java.awt.Scrollbar.AccessibleAWTScrollBar
Get the state set of this object.
getAccessibleStateSet() - ? ????java.awt.TextArea.AccessibleAWTTextArea
Gets the state set of this object.
getAccessibleStateSet() - ? ????java.awt.TextComponent.AccessibleAWTTextComponent
Gets the state set of the TextComponent.
getAccessibleStateSet() - ? ????java.awt.TextField.AccessibleAWTTextField
Gets the state set of this object.
getAccessibleStateSet() - ? ????java.awt.Window.AccessibleAWTWindow
Get the state of this object.
getAccessibleStateSet() - ? ????javax.accessibility.AccessibleContext
Gets the state set of this object.
getAccessibleStateSet() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Get the state set of this object.
getAccessibleStateSet() - ? ????javax.swing.ImageIcon.AccessibleImageIcon
Gets the state of this object.
getAccessibleStateSet() - ? ????javax.swing.JComboBox.AccessibleJComboBox
Gets the state set of this object.
getAccessibleStateSet() - ? ????javax.swing.JComponent.AccessibleJComponent
Gets the state of this object.
getAccessibleStateSet() - ? ????javax.swing.JDialog.AccessibleJDialog
Get the state of this object.
getAccessibleStateSet() - ? ????javax.swing.JEditorPane.AccessibleJEditorPane
Gets the state set of this object.
getAccessibleStateSet() - ? ????javax.swing.JFrame.AccessibleJFrame
Get the state of this object.
getAccessibleStateSet() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleStateSet() - ? ????javax.swing.JList.AccessibleJList
Get the state set of this object.
getAccessibleStateSet() - ? ????javax.swing.JMenuBar.AccessibleJMenuBar
Get the accessible state set of this object.
getAccessibleStateSet() - ? ????javax.swing.JProgressBar.AccessibleJProgressBar
Gets the state set of this object.
getAccessibleStateSet() - ? ????javax.swing.JScrollBar.AccessibleJScrollBar
Get the state set of this object.
getAccessibleStateSet() - ? ????javax.swing.JSlider.AccessibleJSlider
Get the state set of this object.
getAccessibleStateSet() - ? ????javax.swing.JSplitPane.AccessibleJSplitPane
Gets the state set of this object.
getAccessibleStateSet() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the state set of this object.
getAccessibleStateSet() - ? ????javax.swing.JTextArea.AccessibleJTextArea
Gets the state set of this object.
getAccessibleStateSet() - ? ????javax.swing.JTextField.AccessibleJTextField
Gets the state set of this object.
getAccessibleStateSet() - ? ????javax.swing.JToolBar.AccessibleJToolBar
Get the state of this object.
getAccessibleStateSet() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the state set of this object.
getAccessibleStateSet() - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Gets the state set of this object.
getAccessibleStateSet(Component) - ? ??????javax.swing.SwingUtilities
Get the state of this object.
getAccessibleStateSet() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleStateSet() - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Gets the state set of the JTextComponent.
getAccessibleSummary() - ?? ????javax.accessibility.AccessibleTable
Returns the summary description of the table.
getAccessibleSummary() - ? ????javax.swing.JTable.AccessibleJTable
Returns the summary description of the table.
getAccessibleTable() - ? ????javax.accessibility.AccessibleContext
Gets the AccessibleTable associated with an object
getAccessibleTable() - ? ????javax.swing.JTable.AccessibleJTable
Gets the AccessibleTable associated with this object.
getAccessibleText() - ? ????java.awt.TextComponent.AccessibleAWTTextComponent
Get the AccessibleText associated with this object.
getAccessibleText() - ? ????javax.accessibility.AccessibleContext
Gets the AccessibleText associated with this object presenting text on the display.
getAccessibleText() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
 
getAccessibleText() - ? ????javax.swing.JEditorPane.AccessibleJEditorPaneHTML
 
getAccessibleText() - ? ????javax.swing.JLabel.AccessibleJLabel
 
getAccessibleText() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleText() - ? ????javax.swing.JPasswordField.AccessibleJPasswordField
Gets the AccessibleText for the JPasswordField.
getAccessibleText() - ? ????javax.swing.JSpinner.AccessibleJSpinner
Gets the AccessibleText associated with this object presenting text on the display.
getAccessibleText() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the AccessibleText associated with this object if one exists.
getAccessibleText() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the AccessibleText associated with this object if one exists.
getAccessibleText() - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Gets the AccessibleText associated with this object presenting text on the display.
getAccessibleText() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleText() - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Get the AccessibleText associated with this object.
getAccessibleValue() - ? ????java.awt.Button.AccessibleAWTButton
Get the AccessibleValue associated with this object.
getAccessibleValue() - ? ????java.awt.Checkbox.AccessibleAWTCheckbox
Get the AccessibleValue associated with this object.
getAccessibleValue() - ? ????java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Get the AccessibleValue associated with this object.
getAccessibleValue() - ? ????java.awt.MenuItem.AccessibleAWTMenuItem
Get the AccessibleValue associated with this object.
getAccessibleValue() - ? ????java.awt.Scrollbar.AccessibleAWTScrollBar
Get the AccessibleValue associated with this object.
getAccessibleValue() - ? ????javax.accessibility.AccessibleContext
Gets the AccessibleValue associated with this object that supports a Numerical value.
getAccessibleValue() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Get the AccessibleValue associated with this object.
getAccessibleValue() - ? ????javax.swing.JInternalFrame.AccessibleJInternalFrame
Gets the AccessibleValue associated with this object.
getAccessibleValue() - ? ????javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
Gets the AccessibleValue associated with this object.
getAccessibleValue() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleValue() - ? ????javax.swing.JProgressBar.AccessibleJProgressBar
Gets the AccessibleValue associated with this object.
getAccessibleValue() - ? ????javax.swing.JScrollBar.AccessibleJScrollBar
Get the AccessibleValue associated with this object.
getAccessibleValue() - ? ????javax.swing.JSlider.AccessibleJSlider
Get the AccessibleValue associated with this object.
getAccessibleValue() - ? ????javax.swing.JSpinner.AccessibleJSpinner
Gets the AccessibleValue associated with this object.
getAccessibleValue() - ? ????javax.swing.JSplitPane.AccessibleJSplitPane
Get the AccessibleValue associated with this object.
getAccessibleValue() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the AccessibleValue associated with this object if one exists.
getAccessibleValue() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the AccessibleValue associated with this object if one exists.
getAccessibleValue() - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Gets the AccessibleValue associated with this object that supports a Numerical value.
getAccessibleValue() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessLevel() - ? ????javax.tools.ForwardingJavaFileObject
 
getAccessLevel() - ?? ????javax.tools.JavaFileObject
Provides a hint about the access level of the class represented by this file object.
getAccessLevel() - ? ????javax.tools.SimpleJavaFileObject
This implementation returns null.
getAccessory() - ? ????javax.swing.JFileChooser
Returns the accessory component.
getAccessoryPanel() - ? ????javax.swing.plaf.basic.BasicFileChooserUI
 
getACHuffmanTables() - ? ????javax.imageio.plugins.jpeg.JPEGImageReadParam
Returns a copy of the array of AC Huffman tables set on the most recent call to setDecodeTables, or null if tables are not currently set.
getACHuffmanTables() - ? ????javax.imageio.plugins.jpeg.JPEGImageWriteParam
Returns a copy of the array of AC Huffman tables set on the most recent call to setEncodeTables, or null if tables are not currently set.
getAcl() - ?? ????java.nio.file.attribute.AclFileAttributeView
Reads the access control list.
getAction() - ? ????java.beans.EventHandler
Returns the name of the target's writable property that this event handler will set, or the name of the method that this event handler will invoke on the target.
getAction() - ? ????javax.swing.AbstractButton
Returns the currently set Action for this ActionEvent source, or null if no Action is set.
getAction() - ? ????javax.swing.JComboBox
Returns the currently set Action for this ActionEvent source, or null if no Action is set.
getAction() - ? ????javax.swing.JTextField
Returns the currently set Action for this ActionEvent source, or null if no Action is set.
getAction(KeyStroke) - ?? ????javax.swing.text.Keymap
Fetches the action appropriate for the given symbolic event sequence.
getActionCommand() - ? ????java.awt.Button
Returns the command name of the action event fired by this button.
getActionCommand() - ? ????java.awt.event.ActionEvent
Returns the command string associated with this action.
getActionCommand() - ? ????java.awt.MenuItem
Gets the command name of the action event that is fired by this menu item.
getActionCommand() - ? ????java.awt.TrayIcon
Returns the command name of the action event fired by this tray icon.
getActionCommand() - ? ????javax.swing.AbstractButton
Returns the action command for this button.
getActionCommand() - ?? ????javax.swing.ButtonModel
Returns the action command string for the button.
getActionCommand() - ? ????javax.swing.DefaultButtonModel
Returns the action command string for the button.
getActionCommand() - ? ????javax.swing.JComboBox
Returns the action command that is included in the event sent to action listeners.
getActionCommand() - ? ????javax.swing.Timer
Returns the string that will be delivered as the action command in ActionEvents fired by this timer.
getActionForKeyStroke(KeyStroke) - ? ????javax.swing.JComponent
Returns the object that will perform the action registered for a given keystroke.
getActionListeners() - ? ????java.awt.Button
Returns an array of all the action listeners registered on this button.
getActionListeners() - ? ????java.awt.List
Returns an array of all the action listeners registered on this list.
getActionListeners() - ? ????java.awt.MenuItem
Returns an array of all the action listeners registered on this menu item.
getActionListeners() - ? ????java.awt.TextField
Returns an array of all the action listeners registered on this textfield.
getActionListeners() - ? ????java.awt.TrayIcon
Returns an array of all the action listeners registered on this TrayIcon.
getActionListeners() - ? ????javax.swing.AbstractButton
Returns an array of all the ActionListeners added to this AbstractButton with addActionListener().
getActionListeners() - ? ????javax.swing.DefaultButtonModel
Returns an array of all the action listeners registered on this DefaultButtonModel.
getActionListeners() - ? ????javax.swing.JComboBox
Returns an array of all the ActionListeners added to this JComboBox with addActionListener().
getActionListeners() - ? ????javax.swing.JFileChooser
Returns an array of all the action listeners registered on this file chooser.
getActionListeners() - ? ????javax.swing.JTextField
Returns an array of all the ActionListeners added to this JTextField with addActionListener().
getActionListeners() - ? ????javax.swing.Timer
Returns an array of all the action listeners registered on this timer.
getActionMap() - ? ????javax.swing.JComponent
Returns the ActionMap used to determine what Action to fire for particular KeyStroke binding.
getActionMap() - ? ????javax.swing.plaf.metal.MetalFileChooserUI
 
getActions() - ? ????java.io.FilePermission
Returns the "canonical string representation" of the actions.
getActions() - ? ????java.net.SocketPermission
Returns the canonical string representation of the actions.
getActions() - ? ????java.net.URLPermission
Returns the normalized method list and request header list, in the form: "method-names : header-names" where method-names is the list of methods separated by commas and header-names is the list of permitted headers separated by commas.
getActions() - ? ????java.security.AllPermission
Returns the canonical string representation of the actions.
getActions() - ? ????java.security.BasicPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for a BasicPermission.
getActions() - ? ????java.security.Permission
Returns the actions as a String.
getActions() - ? ????java.security.UnresolvedPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for an UnresolvedPermission.
getActions() - ? ????java.util.PropertyPermission
Returns the "canonical string representation" of the actions.
getActions() - ? ????javax.management.MBeanPermission
Returns the "canonical string representation" of the actions.
getActions() - ? ????javax.security.auth.kerberos.ServicePermission
Returns the canonical string representation of the actions.
getActions() - ? ????javax.security.auth.PrivateCredentialPermission
Returns the "canonical string representation" of the actions.
getActions() - ? ????javax.swing.JFormattedTextField.AbstractFormatter
Subclass and override if you wish to provide a custom set of Actions.
getActions() - ? ????javax.swing.JFormattedTextField
Fetches the command list for the editor.
getActions() - ? ????javax.swing.JTextField
Fetches the command list for the editor.
getActions() - ? ????javax.swing.text.DefaultEditorKit
Fetches the set of commands that can be used on a text component that is using a model and view produced by this kit.
getActions() - ? ????javax.swing.text.EditorKit
Fetches the set of commands that can be used on a text component that is using a model and view produced by this kit.
getActions() - ? ????javax.swing.text.html.HTMLEditorKit
Fetches the command list for the editor.
getActions() - ? ????javax.swing.text.InternationalFormatter
If getSupportsIncrement returns true, this returns two Actions suitable for incrementing/decrementing the value.
getActions() - ? ????javax.swing.text.JTextComponent
Fetches the command list for the editor.
getActions() - ? ????javax.swing.text.StyledEditorKit
Fetches the command list for the editor.
getActivationDesc(ActivationID) - ?? ????java.rmi.activation.ActivationSystem
Returns the activation descriptor, for the object with the activation identifier, id.
getActivationGroupDesc(ActivationGroupID) - ?? ????java.rmi.activation.ActivationSystem
Returns the activation group descriptor, for the group with the activation group identifier, id.
getActiveCount() - ? ????java.util.concurrent.ThreadPoolExecutor
Returns the approximate number of threads that are actively executing tasks.
getActiveThreadCount() - ? ????java.util.concurrent.ForkJoinPool
Returns an estimate of the number of threads that are currently stealing or executing tasks.
getActiveWindow() - ? ????java.awt.KeyboardFocusManager
Returns the active Window, if the active Window is in the same context as the calling thread.
getActor() - ?? ????javax.xml.soap.SOAPHeaderElement
Returns the uri of the actor attribute of this SOAPHeaderElement.
getActualMaximum(int) - ? ????java.util.Calendar
Returns the maximum value that the specified calendar field could have, given the time value of this Calendar.
getActualMaximum(int) - ? ????java.util.GregorianCalendar
Returns the maximum value that this calendar field could have, taking into consideration the given time value and the current values of the getFirstDayOfWeek, getMinimalDaysInFirstWeek, getGregorianChange and getTimeZone methods.
getActualMinimum(int) - ? ????java.util.Calendar
Returns the minimum value that the specified calendar field could have, given the time value of this Calendar.
getActualMinimum(int) - ? ????java.util.GregorianCalendar
Returns the minimum value that this calendar field could have, taking into consideration the given time value and the current values of the getFirstDayOfWeek, getMinimalDaysInFirstWeek, getGregorianChange and getTimeZone methods.
getActualTypeArguments() - ?? ????java.lang.reflect.ParameterizedType
Returns an array of Type objects representing the actual type arguments to this type.
getAdapter(Class<A>) - ? ????javax.xml.bind.helpers.AbstractMarshallerImpl
 
getAdapter(Class<A>) - ? ????javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getAdapter(Class<A>) - ?? ????javax.xml.bind.Marshaller
Gets the adapter associated with the specified type.
getAdapter(Class<A>) - ?? ????javax.xml.bind.Unmarshaller
Gets the adapter associated with the specified type.
getAdditionalBeanInfo() - ?? ????java.beans.BeanInfo
This method enables the current BeanInfo object to return an arbitrary collection of other BeanInfo objects that provide additional information about the current bean.
getAdditionalBeanInfo() - ? ????java.beans.SimpleBeanInfo
Claim there are no other relevant BeanInfo objects.
getAdditionalHeight() - ? ????javax.swing.plaf.metal.MetalIconFactory.FileIcon16
 
getAdditionalHeight() - ? ????javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
 
getAdditionalHeight() - ? ????javax.swing.plaf.metal.MetalIconFactory.TreeFolderIcon
 
getAdditionalHeight() - ? ????javax.swing.plaf.metal.MetalIconFactory.TreeLeafIcon
 
getAddListenerMethod() - ? ????java.beans.EventSetDescriptor
Gets the method used to add event listeners.
getAddress() - ? ????java.net.DatagramPacket
Returns the IP address of the machine to which this datagram is being sent or from which the datagram was received.
getAddress() - ? ????java.net.Inet4Address
Returns the raw IP address of this InetAddress object.
getAddress() - ? ????java.net.Inet6Address
Returns the raw IP address of this InetAddress object.
getAddress() - ? ????java.net.InetAddress
Returns the raw IP address of this InetAddress object.
getAddress() - ? ????java.net.InetSocketAddress
Gets the InetAddress.
getAddress() - ? ????java.net.InterfaceAddress
Returns an InetAddress for this address.
getAddress() - ?? ????javax.management.remote.JMXAddressable
The address of this object.
getAddress() - ?? ????javax.management.remote.JMXConnectorServerMBean
The address of this connector server.
getAddress() - ? ????javax.management.remote.rmi.RMIConnector
The address of this connector.
getAddress() - ? ????javax.management.remote.rmi.RMIConnectorServer
 
getAdjustable() - ? ????java.awt.event.AdjustmentEvent
Returns the Adjustable object where this event originated.
getAdjustmentListeners() - ? ????java.awt.Scrollbar
Returns an array of all the adjustment listeners registered on this scrollbar.
getAdjustmentListeners() - ? ????java.awt.ScrollPaneAdjustable
Returns an array of all the adjustment listeners registered on this ScrollPaneAdjustable.
getAdjustmentListeners() - ? ????javax.swing.JScrollBar
Returns an array of all the AdjustmentListeners added to this JScrollBar with addAdjustmentListener().
getAdjustmentType() - ? ????java.awt.event.AdjustmentEvent
Returns the type of adjustment which caused the value changed event.
getAdler() - ? ????java.util.zip.Deflater
Returns the ADLER-32 value of the uncompressed data.
getAdler() - ? ????java.util.zip.Inflater
Returns the ADLER-32 value of the uncompressed data.
getAdvance() - ? ????java.awt.font.GlyphMetrics
Returns the advance of the glyph along the baseline (either horizontal or vertical).
getAdvance() - ? ????java.awt.font.GraphicAttribute
Returns the advance of this GraphicAttribute.
getAdvance() - ? ????java.awt.font.ImageGraphicAttribute
Returns the advance of this ImageGraphicAttribute.
getAdvance() - ? ????java.awt.font.ShapeGraphicAttribute
Returns the advance of this ShapeGraphicAttribute.
getAdvance() - ? ????java.awt.font.TextLayout
Returns the advance of this TextLayout.
getAdvanceBetween(int, int) - ? ????java.awt.font.TextMeasurer
Returns the graphical width of a line beginning at start and including characters up to limit.
getAdvanceX() - ? ????java.awt.font.GlyphMetrics
Returns the x-component of the advance of the glyph.
getAdvanceY() - ? ????java.awt.font.GlyphMetrics
Returns the y-component of the advance of the glyph.
getAffineX() - ? ????java.security.spec.ECPoint
Returns the affine x-coordinate x.
getAffineY() - ? ????java.security.spec.ECPoint
Returns the affine y-coordinate y.
getAfterIndex(int, int) - ? ????java.awt.TextComponent.AccessibleAWTTextComponent
Returns the String after a given index.
getAfterIndex(int, int) - ?? ????javax.accessibility.AccessibleText
Returns the String after a given index.
getAfterIndex(int, int) - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Returns the String after a given index.
getAfterIndex(int, int) - ? ????javax.swing.JLabel.AccessibleJLabel
Returns the String after a given index.
getAfterIndex(int, int) - ? ????javax.swing.JPasswordField.AccessibleJPasswordField
Returns the String after a given index.
getAfterIndex(int, int) - ? ????javax.swing.JSpinner.AccessibleJSpinner
Returns the String after a given index.
getAfterIndex(int, int) - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Returns the String after a given index.
getAfterIndex(int, int) - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the String after a given index.
getAlgName() - ? ????javax.crypto.EncryptedPrivateKeyInfo
Returns the encryption algorithm.
getAlgorithm() - ? ????java.security.AlgorithmParameterGenerator
Returns the standard name of the algorithm this parameter generator is associated with.
getAlgorithm() - ? ????java.security.AlgorithmParameters
Returns the name of the algorithm associated with this parameter object.
getAlgorithm() - ? ????java.security.cert.CertPathBuilder
Returns the name of the algorithm of this CertPathBuilder.
getAlgorithm() - ? ????java.security.cert.CertPathValidator
Returns the algorithm name of this CertPathValidator.
getAlgorithm() - ?? ????java.security.Key
Returns the standard algorithm name for this key.
getAlgorithm() - ? ????java.security.KeyFactory
Gets the name of the algorithm associated with this KeyFactory.
getAlgorithm() - ? ????java.security.KeyPairGenerator
Returns the standard name of the algorithm for this key pair generator.
getAlgorithm() - ? ????java.security.MessageDigest
Returns a string that identifies the algorithm, independent of implementation details.
getAlgorithm() - ? ????java.security.Provider.Service
Return the name of the algorithm of this service.
getAlgorithm() - ? ????java.security.SecureRandom
Returns the name of the algorithm implemented by this SecureRandom object.
getAlgorithm() - ? ????java.security.Signature
Returns the name of the algorithm for this signature object.
getAlgorithm() - ? ????java.security.SignedObject
Retrieves the name of the signature algorithm.
getAlgorithm() - ? ????javax.crypto.Cipher
Returns the algorithm name of this Cipher object.
getAlgorithm() - ? ????javax.crypto.KeyAgreement
Returns the algorithm name of this KeyAgreement object.
getAlgorithm() - ? ????javax.crypto.KeyGenerator
Returns the algorithm name of this KeyGenerator object.
getAlgorithm() - ? ????javax.crypto.Mac
Returns the algorithm name of this Mac object.
getAlgorithm() - ? ????javax.crypto.SealedObject
Returns the algorithm that was used to seal this object.
getAlgorithm() - ? ????javax.crypto.SecretKeyFactory
Returns the algorithm name of this SecretKeyFactory object.
getAlgorithm() - ? ????javax.crypto.spec.PSource
Returns the PSource algorithm name.
getAlgorithm() - ? ????javax.crypto.spec.SecretKeySpec
Returns the name of the algorithm associated with this secret key.
getAlgorithm() - ? ????javax.net.ssl.KeyManagerFactory
Returns the algorithm name of this KeyManagerFactory object.
getAlgorithm() - ? ????javax.net.ssl.TrustManagerFactory
Returns the algorithm name of this TrustManagerFactory object.
getAlgorithm() - ? ????javax.security.auth.kerberos.KerberosKey
Returns the standard algorithm name for this key.
getAlgorithm() - ?? ????javax.xml.crypto.AlgorithmMethod
Returns the algorithm URI of this AlgorithmMethod.
getAlgorithm() - ? ????javax.xml.crypto.dsig.TransformService
Returns the URI of the algorithm supported by this TransformService.
getAlgorithmConstraints() - ? ????javax.net.ssl.SSLParameters
Returns the cryptographic algorithm constraints.
getAlgorithmProperty(String, String) - ? ??????java.security.Security
????
This method used to return the value of a proprietary property in the master file of the "SUN" Cryptographic Service Provider in order to determine how to parse algorithm-specific parameters. Use the new provider-based and algorithm-independent AlgorithmParameters and KeyFactory engine classes (introduced in the J2SE version 1.2 platform) instead.
getAlgorithms(String) - ? ??????java.security.Security
Returns a Set of Strings containing the names of all available algorithms or types for the specified Java cryptographic service (e.g., Signature, MessageDigest, Cipher, Mac, KeyStore).
getAlgParameters() - ? ????javax.crypto.EncryptedPrivateKeyInfo
Returns the algorithm parameters used by the encryption algorithm.
getAlias() - ? ????javax.security.auth.x500.X500PrivateCredential
Returns the KeyStore alias.
getAlignedSizeRequirements(SizeRequirements[]) - ? ??????javax.swing.SizeRequirements
Determines the total space necessary to align a set of components.
getAlignment() - ? ????java.awt.FlowLayout
Gets the alignment for this layout.
getAlignment() - ? ????java.awt.font.GraphicAttribute
Returns the alignment of this GraphicAttribute.
getAlignment() - ? ????java.awt.Label
Gets the current alignment of this label.
getAlignment(int) - ? ????javax.swing.text.BoxView
Determines the desired alignment for this view along an axis.
getAlignment(int) - ? ????javax.swing.text.ComponentView
Determines the desired alignment for this view along an axis.
getAlignment(int) - ? ????javax.swing.text.GlyphView
Determines the desired alignment for this view along an axis.
getAlignment(int) - ? ????javax.swing.text.html.BlockView
Gets the alignment.
getAlignment(int) - ? ????javax.swing.text.html.ImageView
Determines the desired alignment for this view along an axis.
getAlignment(int) - ? ????javax.swing.text.html.ListView
Calculates the desired shape of the list.
getAlignment(int) - ? ????javax.swing.text.IconView
Determines the desired alignment for this view along an axis.
getAlignment(int) - ? ????javax.swing.text.ParagraphView
Determines the desired alignment for this view along an axis.
getAlignment(AttributeSet) - ? ??????javax.swing.text.StyleConstants
Gets the alignment setting.
getAlignment() - ? ????javax.swing.text.TabStop
Returns the alignment, as an integer, of the tab.
getAlignment(int) - ? ????javax.swing.text.View
Determines the desired alignment for this view along an axis.
getAlignmentX() - ? ????java.awt.Component
Returns the alignment along the x axis.
getAlignmentX() - ? ????java.awt.Container
Returns the alignment along the x axis.
getAlignmentX() - ? ????javax.swing.JComponent
Overrides Container.getAlignmentX to return the vertical alignment.
getAlignmentY() - ? ????java.awt.Component
Returns the alignment along the y axis.
getAlignmentY() - ? ????java.awt.Container
Returns the alignment along the y axis.
getAlignmentY() - ? ????javax.swing.JComponent
Overrides Container.getAlignmentY to return the horizontal alignment.
getAlignOnBaseline() - ? ????java.awt.FlowLayout
Returns true if components are to be vertically aligned along their baseline.
getAll(String[]) - ?? ????javax.management.openmbean.CompositeData
Returns an array of the values of the items whose names are specified by keys, in the same order as keys.
getAll(String[]) - ? ????javax.management.openmbean.CompositeDataSupport
Returns an array of the values of the items whose names are specified by keys, in the same order as keys.
getAll() - ? ????javax.naming.CompositeName
Retrieves the components of this composite name as an enumeration of strings.
getAll() - ? ????javax.naming.CompoundName
Retrieves the components of this compound name as an enumeration of strings.
getAll() - ?? ????javax.naming.directory.Attribute
Retrieves an enumeration of the attribute's values.
getAll() - ?? ????javax.naming.directory.Attributes
Retrieves an enumeration of the attributes in the attribute set.
getAll() - ? ????javax.naming.directory.BasicAttribute
Retrieves an enumeration of this attribute's values.
getAll() - ? ????javax.naming.directory.BasicAttributes
 
getAll() - ? ????javax.naming.ldap.LdapName
Retrieves the components of this name as an enumeration of strings.
getAll() - ?? ????javax.naming.Name
Retrieves the components of this name as an enumeration of strings.
getAll() - ? ????javax.naming.Reference
Retrieves an enumeration of the addresses in this reference.
getAllAnnotationMirrors(Element) - ?? ????javax.lang.model.util.Elements
Returns all annotations present on an element, whether directly present or present via inheritance.
getAllAttributeKeys() - ?? ????java.text.AttributedCharacterIterator
Returns the keys of all attributes defined on the iterator's text range.
getAllAttributeKeys() - ? ??????javax.swing.text.html.CSS
Return the set of all possible CSS attribute keys.
getAllAttributeKeys() - ? ??????javax.swing.text.html.HTML
Returns the set of HTML attributes recognized.
getAllAttributes() - ?? ????javax.xml.soap.SOAPElement
Returns an Iterator over all of the attribute Name objects in this SOAPElement object.
getAllAttributesAsQNames() - ?? ????javax.xml.soap.SOAPElement
Returns an Iterator over all of the attributes in this SOAPElement as QName objects.
getAllByName(String) - ? ??????java.net.InetAddress
Given the name of a host, returns an array of its IP addresses, based on the configured name service on the system.
getAllCommands(String) - ? ????javax.activation.CommandMap
Get all the available commands for this type.
getAllCommands(String, DataSource) - ? ????javax.activation.CommandMap
Get all the available commands for this type.
getAllCommands() - ? ????javax.activation.DataHandler
Return all the commands for this type of data.
getAllCommands(String) - ? ????javax.activation.MailcapCommandMap
Get all the available commands in all mailcap files known to this instance of MailcapCommandMap for this MIME type.
getAllFonts() - ? ????java.awt.GraphicsEnvironment
Returns an array containing a one-point size instance of all fonts available in this GraphicsEnvironment.
getAllFrames() - ? ????javax.swing.JDesktopPane
Returns all JInternalFrames currently displayed in the desktop.
getAllFramesInLayer(int) - ? ????javax.swing.JDesktopPane
Returns all JInternalFrames currently displayed in the specified layer of the desktop.
getAllHeaders() - ? ????javax.xml.soap.MimeHeaders
Returns all the MimeHeaders in this MimeHeaders object.
getAllLoadedClasses() - ?? ????java.lang.instrument.Instrumentation
Returns an array of all classes currently loaded by the JVM.
getAllMembers(TypeElement) - ?? ????javax.lang.model.util.Elements
Returns all members of a type element, whether inherited or declared directly.
getAllMimeHeaders() - ? ????javax.xml.soap.AttachmentPart
Retrieves all the headers for this AttachmentPart object as an iterator over the MimeHeader objects.
getAllMimeHeaders() - ? ????javax.xml.soap.SOAPPart
Retrieves all the headers for this SOAPPart object as an iterator over the MimeHeader objects.
getAllNotificationIDs() - ? ????javax.management.timer.Timer
Gets all timer notification identifiers registered into the list of notifications.
getAllNotificationIDs() - ?? ????javax.management.timer.TimerMBean
Gets all timer notification identifiers registered into the list of notifications.
getAllowsChildren() - ? ????javax.swing.text.AbstractDocument.AbstractElement
Returns true if the receiver allows children.
getAllowsChildren() - ? ????javax.swing.text.AbstractDocument.BranchElement
Returns true if the receiver allows children.
getAllowsChildren() - ? ????javax.swing.text.AbstractDocument.LeafElement
Returns true if the receiver allows children.
getAllowsChildren() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns true if this node is allowed to have children.
getAllowsChildren() - ?? ????javax.swing.tree.TreeNode
Returns true if the receiver allows children.
getAllowsInvalid() - ? ????javax.swing.text.DefaultFormatter
Returns whether or not the value being edited is allowed to be invalid for a length of time.
getAllowUserInteraction() - ? ????java.net.URLConnection
Returns the value of the allowUserInteraction field for this object.
getAllRelationIds() - ? ????javax.management.relation.RelationService
Returns all the relation ids for all the relations handled by the Relation Service.
getAllRelationIds() - ?? ????javax.management.relation.RelationServiceMBean
Returns all the relation ids for all the relations handled by the Relation Service.
getAllRelationTypeNames() - ? ????javax.management.relation.RelationService
Retrieves names of all known relation types.
getAllRelationTypeNames() - ?? ????javax.management.relation.RelationServiceMBean
Retrieves names of all known relation types.
getAllRoles() - ?? ????javax.management.relation.Relation
Returns all roles present in the relation.
getAllRoles(String) - ? ????javax.management.relation.RelationService
Returns all roles present in the relation.
getAllRoles(String) - ?? ????javax.management.relation.RelationServiceMBean
Returns all roles present in the relation.
getAllRoles() - ? ????javax.management.relation.RelationSupport
Returns all roles present in the relation.
getAllStackTraces() - ? ??????java.lang.Thread
Returns a map of stack traces for all live threads.
getAllTags() - ? ??????javax.swing.text.html.HTML
Returns the set of actual HTML tags that are recognized by the default HTML reader.
getAllThreadIds() - ?? ????java.lang.management.ThreadMXBean
Returns all live thread IDs.
getAlpha() - ? ????java.awt.AlphaComposite
Returns the alpha value of this AlphaComposite.
getAlpha() - ? ????java.awt.Color
Returns the alpha component in the range 0-255.
getAlpha(int) - ? ????java.awt.image.ColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(Object) - ? ????java.awt.image.ColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(int) - ? ????java.awt.image.ComponentColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(Object) - ? ????java.awt.image.ComponentColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(int) - ? ????java.awt.image.DirectColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(Object) - ? ????java.awt.image.DirectColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(int) - ? ????java.awt.image.IndexColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlphaMask() - ? ????java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the alpha component.
getAlphaRaster() - ? ????java.awt.image.BufferedImage
Returns a WritableRaster representing the alpha channel for BufferedImage objects with ColorModel objects that support a separate spatial alpha channel, such as ComponentColorModel and DirectColorModel.
getAlphaRaster(WritableRaster) - ? ????java.awt.image.ColorModel
Returns a Raster representing the alpha channel of an image, extracted from the input Raster, provided that pixel values of this ColorModel represent color and alpha information as separate spatial bands (e.g.
getAlphaRaster(WritableRaster) - ? ????java.awt.image.ComponentColorModel
Returns a Raster representing the alpha channel of an image, extracted from the input Raster.
getAlphaRaster(WritableRaster) - ? ????java.awt.image.PackedColorModel
Returns a WritableRaster representing the alpha channel of an image, extracted from the input WritableRaster.
getAlphas(byte[]) - ? ????java.awt.image.IndexColorModel
Copies the array of alpha transparency components into the specified array.
getAlternatives() - ?? ????javax.lang.model.type.UnionType
Return the alternatives comprising this union type.
getAltKey() - ?? ????org.w3c.dom.events.MouseEvent
Used to indicate whether the 'alt' key was depressed during the firing of the event.
getAltName() - ???? ????javax.naming.CannotProceedException
Retrieves the altName field of this exception.
getAltNameCtx() - ???? ????javax.naming.CannotProceedException
Retrieves the altNameCtx field of this exception.
getAltText() - ? ????javax.swing.text.html.ImageView
Returns the text to display if the image can't be loaded.
getAmountFull(Insets, int, int) - ? ????javax.swing.plaf.basic.BasicProgressBarUI
This determines the amount of the progress bar that should be filled based on the percent done gathered from the model.
getAmPmStrings() - ? ????java.text.DateFormatSymbols
Gets ampm strings.
getAncestor() - ? ????javax.swing.event.AncestorEvent
Returns the ancestor that the event actually occurred on.
getAncestorListeners() - ? ????javax.swing.JComponent
Returns an array of all the ancestor listeners registered on this component.
getAncestorNamed(String, Component) - ? ??????javax.swing.SwingUtilities
Convenience method for searching above comp in the component hierarchy and returns the first object of name it finds.
getAncestorOfClass(Class<?>, Component) - ? ??????javax.swing.SwingUtilities
Convenience method for searching above comp in the component hierarchy and returns the first object of class c it finds.
getAncestorParent() - ? ????javax.swing.event.AncestorEvent
Returns the parent of the ancestor the event actually occurred on.
getAnchorRect() - ? ????java.awt.TexturePaint
Returns a copy of the anchor rectangle which positions and sizes the textured image.
getAnchorSelectionIndex() - ? ????javax.swing.DefaultListSelectionModel
Return the first index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
getAnchorSelectionIndex() - ? ????javax.swing.JList
Returns the anchor selection index.
getAnchorSelectionIndex() - ?? ????javax.swing.ListSelectionModel
Return the first index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
getAnchorSelectionPath() - ? ????javax.swing.JTree
Returns the path identified as the anchor.
getAndAccumulate(int, IntBinaryOperator) - ? ????java.util.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(int, int, IntBinaryOperator) - ? ????java.util.concurrent.atomic.AtomicIntegerArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(T, int, IntBinaryOperator) - ? ????java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(long, LongBinaryOperator) - ? ????java.util.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(int, long, LongBinaryOperator) - ? ????java.util.concurrent.atomic.AtomicLongArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(T, long, LongBinaryOperator) - ? ????java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(V, BinaryOperator<V>) - ? ????java.util.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(int, E, BinaryOperator<E>) - ? ????java.util.concurrent.atomic.AtomicReferenceArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(T, V, BinaryOperator<V>) - ? ????java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the previous value.
getAndAdd(int) - ? ????java.util.concurrent.atomic.AtomicInteger
Atomically adds the given value to the current value.
getAndAdd(int, int) - ? ????java.util.concurrent.atomic.AtomicIntegerArray
Atomically adds the given value to the element at index i.
getAndAdd(T, int) - ? ????java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically adds the given value to the current value of the field of the given object managed by this updater.
getAndAdd(long) - ? ????java.util.concurrent.atomic.AtomicLong
Atomically adds the given value to the current value.
getAndAdd(int, long) - ? ????java.util.concurrent.atomic.AtomicLongArray
Atomically adds the given value to the element at index i.
getAndAdd(T, long) - ? ????java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically adds the given value to the current value of the field of the given object managed by this updater.
getAndDecrement() - ? ????java.util.concurrent.atomic.AtomicInteger
Atomically decrements by one the current value.
getAndDecrement(int) - ? ????java.util.concurrent.atomic.AtomicIntegerArray
Atomically decrements by one the element at index i.
getAndDecrement(T) - ? ????java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically decrements by one the current value of the field of the given object managed by this updater.
getAndDecrement() - ? ????java.util.concurrent.atomic.AtomicLong
Atomically decrements by one the current value.
getAndDecrement(int) - ? ????java.util.concurrent.atomic.AtomicLongArray
Atomically decrements by one the element at index i.
getAndDecrement(T) - ? ????java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically decrements by one the current value of the field of the given object managed by this updater.
getAndIncrement() - ? ????java.util.concurrent.atomic.AtomicInteger
Atomically increments by one the current value.
getAndIncrement(int) - ? ????java.util.concurrent.atomic.AtomicIntegerArray
Atomically increments by one the element at index i.
getAndIncrement(T) - ? ????java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically increments by one the current value of the field of the given object managed by this updater.
getAndIncrement() - ? ????java.util.concurrent.atomic.AtomicLong
Atomically increments by one the current value.
getAndIncrement(int) - ? ????java.util.concurrent.atomic.AtomicLongArray
Atomically increments by one the element at index i.
getAndIncrement(T) - ? ????java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically increments by one the current value of the field of the given object managed by this updater.
getAndSet(boolean) - ? ????java.util.concurrent.atomic.AtomicBoolean
Atomically sets to the given value and returns the previous value.
getAndSet(int) - ? ????java.util.concurrent.atomic.AtomicInteger
Atomically sets to the given value and returns the old value.
getAndSet(int, int) - ? ????java.util.concurrent.atomic.AtomicIntegerArray
Atomically sets the element at position i to the given value and returns the old value.
getAndSet(T, int) - ? ????java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically sets the field of the given object managed by this updater to the given value and returns the old value.
getAndSet(long) - ? ????java.util.concurrent.atomic.AtomicLong
Atomically sets to the given value and returns the old value.
getAndSet(int, long) - ? ????java.util.concurrent.atomic.AtomicLongArray
Atomically sets the element at position i to the given value and returns the old value.
getAndSet(T, long) - ? ????java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically sets the field of the given object managed by this updater to the given value and returns the old value.
getAndSet(V) - ? ????java.util.concurrent.atomic.AtomicReference
Atomically sets to the given value and returns the old value.
getAndSet(int, E) - ? ????java.util.concurrent.atomic.AtomicReferenceArray
Atomically sets the element at position i to the given value and returns the old value.
getAndSet(T, V) - ? ????java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically sets the field of the given object managed by this updater to the given value and returns the old value.
getAndUpdate(IntUnaryOperator) - ? ????java.util.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(int, IntUnaryOperator) - ? ????java.util.concurrent.atomic.AtomicIntegerArray
Atomically updates the element at index i with the results of applying the given function, returning the previous value.
getAndUpdate(T, IntUnaryOperator) - ? ????java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the previous value.
getAndUpdate(LongUnaryOperator) - ? ????java.util.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(int, LongUnaryOperator) - ? ????java.util.concurrent.atomic.AtomicLongArray
Atomically updates the element at index i with the results of applying the given function, returning the previous value.
getAndUpdate(T, LongUnaryOperator) - ? ????java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the previous value.
getAndUpdate(UnaryOperator<V>) - ? ????java.util.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(int, UnaryOperator<E>) - ? ????java.util.concurrent.atomic.AtomicReferenceArray
Atomically updates the element at index i with the results of applying the given function, returning the previous value.
getAndUpdate(T, UnaryOperator<V>) - ? ????java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the previous value.
getAngleExtent() - ? ????java.awt.geom.Arc2D.Double
Returns the angular extent of the arc.
getAngleExtent() - ? ????java.awt.geom.Arc2D.Float
Returns the angular extent of the arc.
getAngleExtent() - ? ????java.awt.geom.Arc2D
Returns the angular extent of the arc.
getAngleStart() - ? ????java.awt.geom.Arc2D.Double
Returns the starting angle of the arc.
getAngleStart() - ? ????java.awt.geom.Arc2D.Float
Returns the starting angle of the arc.
getAngleStart() - ? ????java.awt.geom.Arc2D
Returns the starting angle of the arc.
getAnimationIndex() - ? ????javax.swing.plaf.basic.BasicProgressBarUI
Gets the index of the current animation frame.
getAnnotatedActualTypeArguments() - ?? ????java.lang.reflect.AnnotatedParameterizedType
Returns the potentially annotated actual type arguments of this parameterized type.
getAnnotatedBounds() - ?? ????java.lang.reflect.AnnotatedTypeVariable
Returns the potentially annotated bounds of this type variable.
getAnnotatedBounds() - ?? ????java.lang.reflect.TypeVariable
Returns an array of AnnotatedType objects that represent the use of types to denote the upper bounds of the type parameter represented by this TypeVariable.
getAnnotatedExceptionTypes() - ? ????java.lang.reflect.Executable
Returns an array of AnnotatedType objects that represent the use of types to specify the declared exceptions of the method/constructor represented by this Executable.
getAnnotatedGenericComponentType() - ?? ????java.lang.reflect.AnnotatedArrayType
Returns the potentially annotated generic component type of this array type.
getAnnotatedInterfaces() - ? ????java.lang.Class
Returns an array of AnnotatedType objects that represent the use of types to specify superinterfaces of the entity represented by this Class object.
getAnnotatedLowerBounds() - ?? ????java.lang.reflect.AnnotatedWildcardType
Returns the potentially annotated lower bounds of this wildcard type.
getAnnotatedParameterTypes() - ? ????java.lang.reflect.Executable
Returns an array of AnnotatedType objects that represent the use of types to specify formal parameter types of the method/constructor represented by this Executable.
getAnnotatedReceiverType() - ? ????java.lang.reflect.Constructor
Returns an AnnotatedType object that represents the use of a type to specify the receiver type of the method/constructor represented by this Executable object.
getAnnotatedReceiverType() - ? ????java.lang.reflect.Executable
Returns an AnnotatedType object that represents the use of a type to specify the receiver type of the method/constructor represented by this Executable object.
getAnnotatedReturnType() - ? ????java.lang.reflect.Constructor
Returns an AnnotatedType object that represents the use of a type to specify the return type of the method/constructor represented by this Executable.
getAnnotatedReturnType() - ? ????java.lang.reflect.Executable
Returns an AnnotatedType object that represents the use of a type to specify the return type of the method/constructor represented by this Executable.
getAnnotatedReturnType() - ? ????java.lang.reflect.Method
Returns an AnnotatedType object that represents the use of a type to specify the return type of the method/constructor represented by this Executable.
getAnnotatedSuperclass() - ? ????java.lang.Class
Returns an AnnotatedType object that represents the use of a type to specify the superclass of the entity represented by this Class object.
getAnnotatedType() - ? ????java.lang.reflect.Field
Returns an AnnotatedType object that represents the use of a type to specify the declared type of the field represented by this Field.
getAnnotatedType() - ? ????java.lang.reflect.Parameter
Returns an AnnotatedType object that represents the use of a type to specify the type of the formal parameter represented by this Parameter.
getAnnotatedUpperBounds() - ?? ????java.lang.reflect.AnnotatedWildcardType
Returns the potentially annotated upper bounds of this wildcard type.
getAnnotation(Class<A>) - ? ????java.lang.Class
 
getAnnotation(Class<A>) - ? ????java.lang.Package
 
getAnnotation(Class<T>) - ? ????java.lang.reflect.AccessibleObject
 
getAnnotation(Class<T>) - ?? ????java.lang.reflect.AnnotatedElement
Returns this element's annotation for the specified type if such an annotation is present, else null.
getAnnotation(Class<T>) - ? ????java.lang.reflect.Constructor
Returns this element's annotation for the specified type if such an annotation is present, else null.
getAnnotation(Class<T>) - ? ????java.lang.reflect.Executable
Returns this element's annotation for the specified type if such an annotation is present, else null.
getAnnotation(Class<T>) - ? ????java.lang.reflect.Field
 
getAnnotation(Class<T>) - ? ????java.lang.reflect.Method
Returns this element's annotation for the specified type if such an annotation is present, else null.
getAnnotation(Class<T>) - ? ????java.lang.reflect.Parameter
Returns this element's annotation for the specified type if such an annotation is present, else null.
getAnnotation(Class<A>) - ?? ????javax.lang.model.AnnotatedConstruct
Returns this construct's annotation of the specified type if such an annotation is present, else null.
getAnnotation(Class<A>) - ?? ????javax.lang.model.element.Element
Returns this construct's annotation of the specified type if such an annotation is present, else null.
getAnnotationMirrors() - ?? ????javax.lang.model.AnnotatedConstruct
Returns the annotations that are directly present on this construct.
getAnnotationMirrors() - ?? ????javax.lang.model.element.Element
Returns the annotations that are directly present on this construct.
getAnnotations() - ? ????java.lang.Class
 
getAnnotations() - ? ????java.lang.Package
 
getAnnotations() - ? ????java.lang.reflect.AccessibleObject
 
getAnnotations() - ?? ????java.lang.reflect.AnnotatedElement
Returns annotations that are present on this element.
getAnnotations() - ? ????java.lang.reflect.Parameter
Returns annotations that are present on this element.
getAnnotationsByType(Class<A>) - ? ????java.lang.Class
 
getAnnotationsByType(Class<A>) - ? ????java.lang.Package
 
getAnnotationsByType(Class<T>) - ? ????java.lang.reflect.AccessibleObject
 
getAnnotationsByType(Class<T>) - ?? ????java.lang.reflect.AnnotatedElement
Returns annotations that are associated with this element.
getAnnotationsByType(Class<T>) - ? ????java.lang.reflect.Executable
Returns annotations that are associated with this element.
getAnnotationsByType(Class<T>) - ? ????java.lang.reflect.Field
Returns annotations that are associated with this element.
getAnnotationsByType(Class<T>) - ? ????java.lang.reflect.Parameter
Returns annotations that are associated with this element.
getAnnotationsByType(Class<A>) - ?? ????javax.lang.model.AnnotatedConstruct
Returns annotations that are associated with this construct.
getAnnotationType() - ?? ????javax.lang.model.element.AnnotationMirror
Returns the type of this annotation.
getAnonymityState() - ?? ????org.ietf.jgss.GSSContext
Determines if the context initiator is anonymously authenticated to the context acceptor.
getAnonymousLogger() - ? ??????java.util.logging.Logger
Create an anonymous Logger.
getAnonymousLogger(String) - ? ??????java.util.logging.Logger
Create an anonymous Logger.
getAntiAliasingHint() - ? ????java.awt.font.FontRenderContext
Return the text anti-aliasing rendering mode hint used in this FontRenderContext.
getAppConfigurationEntry(String) - ? ????javax.security.auth.login.Configuration
Retrieve the AppConfigurationEntries for the specified name from this Configuration.
getApplet(String) - ?? ????java.applet.AppletContext
Finds and returns the applet in the document represented by this applet context with the given name.
getAppletContext() - ? ????java.applet.Applet
Determines this applet's context, which allows the applet to query and affect the environment in which it runs.
getAppletContext() - ?? ????java.applet.AppletStub
Returns the applet's context.
getAppletInfo() - ? ????java.applet.Applet
Returns information about this applet.
getApplets() - ?? ????java.applet.AppletContext
Finds all the applets in the document represented by this applet context.
getApplicationBufferSize() - ?? ????javax.net.ssl.SSLSession
Gets the current size of the largest application data that is expected when using this session.
getApplicationData() - ? ????org.ietf.jgss.ChannelBinding
Get the application specified data for this channel binding.
getApproveButton(JFileChooser) - ? ????javax.swing.plaf.basic.BasicFileChooserUI
 
getApproveButton(JFileChooser) - ? ????javax.swing.plaf.metal.MetalFileChooserUI
 
getApproveButtonMnemonic() - ? ????javax.swing.JFileChooser
Returns the approve button's mnemonic.
getApproveButtonMnemonic(JFileChooser) - ? ????javax.swing.plaf.basic.BasicFileChooserUI
 
getApproveButtonText() - ? ????javax.swing.JFileChooser
Returns the text used in the ApproveButton in the FileChooserUI.
getApproveButtonText(JFileChooser) - ? ????javax.swing.plaf.basic.BasicFileChooserUI
 
getApproveButtonText(JFileChooser) - ? ????javax.swing.plaf.FileChooserUI
 
getApproveButtonText(JFileChooser) - ? ????javax.swing.plaf.multi.MultiFileChooserUI
Invokes the getApproveButtonText method on each UI handled by this object.
getApproveButtonToolTipText() - ? ????javax.swing.JFileChooser
Returns the tooltip text used in the ApproveButton.
getApproveButtonToolTipText(JFileChooser) - ? ????javax.swing.plaf.basic.BasicFileChooserUI
 
getApproveSelectionAction() - ? ????javax.swing.plaf.basic.BasicFileChooserUI
 
getArch() - ?? ????java.lang.management.OperatingSystemMXBean
Returns the operating system architecture.
getArcHeight() - ? ????java.awt.geom.RoundRectangle2D.Double
Gets the height of the arc that rounds off the corners.
getArcHeight() - ? ????java.awt.geom.RoundRectangle2D.Float
Gets the height of the arc that rounds off the corners.
getArcHeight() - ? ????java.awt.geom.RoundRectangle2D
Gets the height of the arc that rounds off the corners.
getArcType() - ? ????java.awt.geom.Arc2D
Returns the arc closure type of the arc: Arc2D.OPEN, Arc2D.CHORD, or Arc2D.PIE.
getArcWidth() - ? ????java.awt.geom.RoundRectangle2D.Double
Gets the width of the arc that rounds off the corners.
getArcWidth() - ? ????java.awt.geom.RoundRectangle2D.Float
Gets the width of the arc that rounds off the corners.
getArcWidth() - ? ????java.awt.geom.RoundRectangle2D
Gets the width of the arc that rounds off the corners.
getAreaOfInterest() - ? ????java.awt.image.renderable.RenderContext
Gets the ares of interest currently contained in the RenderContext.
getArgument() - ???? ????javax.lang.model.element.UnknownAnnotationValueException
Returns the additional argument.
getArgument() - ???? ????javax.lang.model.element.UnknownElementException
Returns the additional argument.
getArgument() - ???? ????javax.lang.model.type.UnknownTypeException
Returns the additional argument.
getArgumentClass() - ???? ????java.util.IllegalFormatConversionException
Returns the class of the mismatched argument.
getArguments() - ? ????java.beans.Statement
Returns the arguments for the method to invoke.
getArray() - ?? ????java.sql.Array
Retrieves the contents of the SQL ARRAY value designated by this Array object in the form of an array in the Java programming language.
getArray(Map<String, Class<?>>) - ?? ????java.sql.Array
Retrieves the contents of the SQL ARRAY value designated by this Array object.
getArray(long, int) - ?? ????java.sql.Array
Retrieves a slice of the SQL ARRAY value designated by this Array object, beginning with the specified index and containing up to count successive elements of the SQL array.
getArray(long, int, Map<String, Class<?>>) - ?? ????java.sql.Array
Retreives a slice of the SQL ARRAY value designated by this Array object, beginning with the specified index and containing up to count successive elements of the SQL array.
getArray(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArray(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArray() - ? ????javax.sql.rowset.serial.SerialArray
Returns a new array that is a copy of this SerialArray object.
getArray(Map<String, Class<?>>) - ? ????javax.sql.rowset.serial.SerialArray
Returns a new array that is a copy of this SerialArray object, using the given type map for the custom mapping of each element when the elements are SQL UDTs.
getArray(long, int) - ? ????javax.sql.rowset.serial.SerialArray
Returns a new array that is a copy of a slice of this SerialArray object, starting with the element at the given index and containing the given number of consecutive elements.
getArray(long, int, Map<String, Class<?>>) - ? ????javax.sql.rowset.serial.SerialArray
Returns a new array that is a copy of a slice of this SerialArray object, starting with the element at the given index and containing the given number of consecutive elements.
getArray() - ? ????javax.swing.text.DefaultStyledDocument.ElementSpec
Gets the array of characters.
getArrayLength() - ? ????javax.swing.text.GapContent
Get the length of the allocated array.
getArrayType(TypeMirror) - ?? ????javax.lang.model.util.Types
Returns an array type with the specified component type.
getArrayType(OpenType<E>) - ? ??????javax.management.openmbean.ArrayType
Create an ArrayType instance in a type-safe manner.
getArrivedParties() - ? ????java.util.concurrent.Phaser
Returns the number of registered parties that have arrived at the current phase of this phaser.
getAsBoolean() - ?? ????java.util.function.BooleanSupplier
Gets a result.
getAscent() - ? ????java.awt.font.GraphicAttribute
Returns the ascent of this GraphicAttribute.
getAscent() - ? ????java.awt.font.ImageGraphicAttribute
Returns the ascent of this ImageGraphicAttribute.
getAscent() - ? ????java.awt.font.LineMetrics
Returns the ascent of the text.
getAscent() - ? ????java.awt.font.ShapeGraphicAttribute
Returns the ascent of this ShapeGraphicAttribute.
getAscent() - ? ????java.awt.font.TextLayout
Returns the ascent of this TextLayout.
getAscent() - ? ????java.awt.FontMetrics
Determines the font ascent of the Font described by this FontMetrics object.
getAscent(GlyphView) - ? ????javax.swing.text.GlyphView.GlyphPainter
 
getAsciiName() - ? ????javax.net.ssl.SNIHostName
Returns the StandardCharsets.US_ASCII-compliant hostname of this SNIHostName object.
getAsciiStream() - ?? ????java.sql.Clob
Retrieves the CLOB value designated by this Clob object as an ascii stream.
getAsciiStream(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream() - ? ????javax.sql.rowset.serial.SerialClob
Retrieves the CLOB value designated by this SerialClob object as an ascii stream.
getAsDouble() - ?? ????java.util.function.DoubleSupplier
Gets a result.
getAsDouble() - ? ????java.util.OptionalDouble
If a value is present in this OptionalDouble, returns the value, otherwise throws NoSuchElementException.
getAsInt() - ?? ????java.util.function.IntSupplier
Gets a result.
getAsInt() - ? ????java.util.OptionalInt
If a value is present in this OptionalInt, returns the value, otherwise throws NoSuchElementException.
getAsLong() - ?? ????java.util.function.LongSupplier
Gets a result.
getAsLong() - ? ????java.util.OptionalLong
If a value is present in this OptionalLong, returns the value, otherwise throws NoSuchElementException.
getAspectRatio(int) - ? ????javax.imageio.ImageReader
Returns the aspect ratio of the given image (that is, its width divided by its height) as a float.
getAssociatedStylesheet(Source, String, String, String) - ? ????javax.xml.transform.TransformerFactory
Get the stylesheet specification(s) associated with the XML Source document via the xml-stylesheet processing instruction that match the given criteria.
getAsText() - ?? ????java.beans.PropertyEditor
Gets the property value as text.
getAsText() - ? ????java.beans.PropertyEditorSupport
Gets the property value as a string suitable for presentation to a human to edit.
getAsTree(String) - ? ????javax.imageio.metadata.IIOMetadata
Returns an XML DOM Node object that represents the root of a tree of metadata contained within this object according to the conventions defined by a given metadata format.
getAsync() - ?? ????org.w3c.dom.ls.LSParser
true if the LSParser is asynchronous, false if it is synchronous.
getAsynchronousLoadPriority() - ? ????javax.swing.text.AbstractDocument
Gets the asynchronous loading priority.
getAsyncMode() - ? ????java.util.concurrent.ForkJoinPool
Returns true if this pool uses local first-in-first-out scheduling mode for forked tasks that are never joined.
getAtIndex(int, int) - ? ????java.awt.TextComponent.AccessibleAWTTextComponent
Returns the String at a given index.
getAtIndex(int, int) - ?? ????javax.accessibility.AccessibleText
Returns the String at a given index.
getAtIndex(int, int) - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Returns the String at a given index.
getAtIndex(int, int) - ? ????javax.swing.JLabel.AccessibleJLabel
Returns the String at a given index.
getAtIndex(int, int) - ? ????javax.swing.JPasswordField.AccessibleJPasswordField
Returns the String at a given index.
getAtIndex(int, int) - ? ????javax.swing.JSpinner.AccessibleJSpinner
Returns the String at a given index.
getAtIndex(int, int) - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Returns the String at a given index.
getAtIndex(int, int) - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the String at a given index.
getAttachment(SOAPElement) - ? ????javax.xml.soap.SOAPMessage
Returns an AttachmentPart object that is associated with an attachment that is referenced by this SOAPElement or null if no such attachment exists.
getAttachmentAsByteArray(String) - ? ????javax.xml.bind.attachment.AttachmentUnmarshaller
Retrieve the attachment identified by content-id, cid, as a byte[].
getAttachmentAsDataHandler(String) - ? ????javax.xml.bind.attachment.AttachmentUnmarshaller
Lookup MIME content by content-id, cid, and return as a DataHandler.
getAttachmentMarshaller() - ? ????javax.xml.bind.helpers.AbstractMarshallerImpl
 
getAttachmentMarshaller() - ?? ????javax.xml.bind.Marshaller
 
getAttachments() - ? ????javax.xml.soap.SOAPMessage
Retrieves all the AttachmentPart objects that are part of this SOAPMessage object.
getAttachments(MimeHeaders) - ? ????javax.xml.soap.SOAPMessage
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttachmentUnmarshaller() - ? ????javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getAttachmentUnmarshaller() - ?? ????javax.xml.bind.Unmarshaller
 
getAttrChange() - ?? ????org.w3c.dom.events.MutationEvent
attrChange indicates the type of change which triggered the DOMAttrModified event.
getAttribute(Path, String, LinkOption...) - ? ??????java.nio.file.Files
Reads the value of a file attribute.
getAttribute(String) - ? ????java.nio.file.FileStore
Reads the value of a file store attribute.
getAttribute(String) - ? ????java.security.Provider.Service
Return the value of the specified attribute or null if this attribute is not set for this Service.
getAttribute(AttributedCharacterIterator.Attribute) - ?? ????java.text.AttributedCharacterIterator
Returns the value of the named attribute for the current character.
getAttribute(String) - ? ????javax.imageio.metadata.IIOMetadataNode
Retrieves an attribute value by name.
getAttribute(ObjectName) - ? ????javax.management.AttributeValueExp
Return the value of the given attribute in the named MBean.
getAttribute(String) - ?? ????javax.management.DynamicMBean
Obtain the value of a specific attribute of the Dynamic MBean.
getAttribute(ObjectName, String) - ?? ????javax.management.MBeanServer
 
getAttribute(ObjectName, String) - ?? ????javax.management.MBeanServerConnection
Gets the value of a specific attribute of a named MBean.
getAttribute(String) - ?? ????javax.management.modelmbean.ModelMBeanInfo
Returns a ModelMBeanAttributeInfo requested by name.
getAttribute(String) - ? ????javax.management.modelmbean.ModelMBeanInfoSupport
 
getAttribute(String) - ? ????javax.management.modelmbean.RequiredModelMBean
Returns the value of a specific attribute defined for this ModelMBean.
getAttribute(ObjectName, String, Subject) - ?? ????javax.management.remote.rmi.RMIConnection
getAttribute(ObjectName, String, Subject) - ? ????javax.management.remote.rmi.RMIConnectionImpl
 
getAttribute(ObjectName, String, Subject) - ? ????javax.management.remote.rmi.RMIConnectionImpl_Stub
 
getAttribute(String) - ? ????javax.management.StandardMBean
 
getAttribute() - ? ????javax.naming.directory.ModificationItem
Retrieves the attribute associated with this modification item.
getAttribute(Class<T>) - ?? ????javax.print.PrintService
Gets the value of the single specified service attribute.
getAttribute(String, int) - ?? ????javax.script.ScriptContext
Gets the value of an attribute in a given scope.
getAttribute(String) - ?? ????javax.script.ScriptContext
Retrieves the value of the attribute with the given name in the scope occurring earliest in the search order.
getAttribute(String) - ? ????javax.script.SimpleScriptContext
Retrieves the value of the attribute with the given name in the scope occurring earliest in the search order.
getAttribute(String, int) - ? ????javax.script.SimpleScriptContext
Gets the value of an attribute in a given scope.
getAttribute(Object) - ? ????javax.swing.text.AbstractDocument.AbstractElement
Gets the value of an attribute.
getAttribute(Object) - ?? ????javax.swing.text.AttributeSet
Fetches the value of the given attribute.
getAttribute(String) - ? ??????javax.swing.text.html.CSS
Translates a string to a CSS.Attribute object.
getAttribute(String) - ? ????javax.swing.text.html.parser.Element
Get an attribute by name.
getAttribute(Object) - ? ????javax.swing.text.SimpleAttributeSet
Gets the value of an attribute.
getAttribute(Object) - ? ????javax.swing.text.StyleContext.NamedStyle
Gets the value of an attribute.
getAttribute(Object) - ? ????javax.swing.text.StyleContext.SmallAttributeSet
Gets the value of an attribute.
getAttribute(String) - ? ????javax.xml.parsers.DocumentBuilderFactory
Allows the user to retrieve specific attributes on the underlying implementation.
getAttribute(String) - ? ????javax.xml.transform.TransformerFactory
Allows the user to retrieve specific attributes on the underlying implementation.
getAttribute(String) - ? ????javax.xml.ws.spi.http.HttpContext
Returns an attribute value for container's configuration and other data that can be used by jax-ws runtime.
getAttribute(String) - ? ????javax.xml.ws.spi.http.HttpExchange
Returns an attribute that is associated with this HttpExchange.
getAttribute(String) - ?? ????org.w3c.dom.Element
Retrieves an attribute value by name.
getAttributeByName(QName) - ?? ????javax.xml.stream.events.StartElement
Returns the attribute referred to by this name
getAttributeByValue(String) - ? ????javax.swing.text.html.parser.Element
Get an attribute by value.
getAttributeContext() - ? ????javax.swing.text.AbstractDocument
Fetches the context for managing attributes.
getAttributeCount() - ? ????javax.swing.text.AbstractDocument.AbstractElement
Gets the number of attributes that are defined.
getAttributeCount() - ?? ????javax.swing.text.AttributeSet
Returns the number of attributes that are defined locally in this set.
getAttributeCount() - ? ????javax.swing.text.SimpleAttributeSet
Gets a count of the number of attributes.
getAttributeCount() - ? ????javax.swing.text.StyleContext.NamedStyle
Gets the number of attributes that are defined.
getAttributeCount() - ? ????javax.swing.text.StyleContext.SmallAttributeSet
Gets the number of attributes that are defined.
getAttributeCount() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getAttributeCount() - ?? ????javax.xml.stream.XMLStreamReader
Returns the count of attributes on this START_ELEMENT, this method is only valid on a START_ELEMENT or ATTRIBUTE.
getAttributeDataType(String, String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns one of the constants starting with DATATYPE_, indicating the format and interpretation of the value of the given attribute within the named element.
getAttributeDataType(String, String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getAttributeDefaultValue(String, String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns the default value of the named attribute, if it is not explicitly present within the named element, as a String, or null if no default value is available.
getAttributeDefaultValue(String, String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getAttributeDefinition() - ?? ????javax.naming.directory.Attribute
Retrieves the attribute's schema definition.
getAttributeDefinition() - ? ????javax.naming.directory.BasicAttribute
Retrieves this attribute's schema definition.
getAttributeDescription(String, String, Locale) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns a String containing a description of the named attribute, or null.
getAttributeDescription(String, String, Locale) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
Returns a String containing a description of the named attribute, or null.
getAttributeEnumerations(String, String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns an array of Strings containing the legal enumerated values for the given attribute within the named element.
getAttributeEnumerations(String, String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getAttributeID() - ? ????javax.naming.ldap.SortKey
Retrieves the attribute ID of the sort key.
getAttributeID() - ? ????javax.naming.ldap.SortResponseControl
Retrieves the ID of the attribute that caused the sort to fail.
getAttributeKey(String) - ? ??????javax.swing.text.html.HTML
Fetches an attribute constant for a well-known attribute name (i.e. one of the attributes in the set {FACE, COMMENT, SIZE, COLOR, CLEAR, BACKGROUND, BGCOLOR, TEXT, LINK, VLINK, ALINK, WIDTH, HEIGHT, ALIGN, NAME, HREF, REL, REV, TITLE, TARGET, SHAPE, COORDS, ISMAP, NOHREF, ALT, ID, SRC, HSPACE, VSPACE, USEMAP, LOWSRC, CODEBASE, CODE, ARCHIVE, VALUE, VALUETYPE, TYPE, CLASS, STYLE, LANG, DIR, DECLARE, CLASSID, DATA, CODETYPE, STANDBY, BORDER, SHAPES, NOSHADE, COMPACT, START, ACTION, METHOD, ENCTYPE, CHECKED, MAXLENGTH, MULTIPLE, SELECTED, ROWS, COLS, DUMMY, CELLSPACING, CELLPADDING, VALIGN, HALIGN, NOWRAP, ROWSPAN, COLSPAN, PROMPT, HTTPEQUIV, CONTENT, LANGUAGE, VERSION, N, FRAMEBORDER, MARGINWIDTH, MARGINHEIGHT, SCROLLING, NORESIZE, MEDIA, ENDTAG}).
getAttributeListMaxLength(String, String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns the maximum number of list items that may be used to define this attribute.
getAttributeListMaxLength(String, String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getAttributeListMinLength(String, String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns the minimum number of list items that may be used to define this attribute.
getAttributeListMinLength(String, String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getAttributeLocalName(int) - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getAttributeLocalName(int) - ?? ????javax.xml.stream.XMLStreamReader
Returns the localName of the attribute at the provided index
getAttributeMaxValue(String, String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns the maximum legal value for the attribute.
getAttributeMaxValue(String, String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getAttributeMinValue(String, String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns the minimum legal value for the attribute.
getAttributeMinValue(String, String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getAttributeName() - ? ????javax.management.AttributeChangeNotification
Gets the name of the attribute which has changed.
getAttributeName() - ? ????javax.management.AttributeValueExp
Returns a string representation of the name of the attribute.
getAttributeName(int) - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getAttributeName(int) - ?? ????javax.xml.stream.XMLStreamReader
Returns the qname of the attribute at the provided index
getAttributeNames(String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns an array of Strings listing the names of the attributes that may be associated with the named element.
getAttributeNames(String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getAttributeNames() - ? ????javax.swing.text.AbstractDocument.AbstractElement
Gets the names of all attributes.
getAttributeNames() - ?? ????javax.swing.text.AttributeSet
Returns an enumeration over the names of the attributes that are defined locally in the set.
getAttributeNames() - ? ????javax.swing.text.SimpleAttributeSet
Gets the names of the attributes in the set.
getAttributeNames() - ? ????javax.swing.text.StyleContext.NamedStyle
Gets the names of all attributes.
getAttributeNames() - ? ????javax.swing.text.StyleContext.SmallAttributeSet
Gets the names of all attributes.
getAttributeNames() - ? ????javax.xml.ws.spi.http.HttpContext
Returns all attribute names for container's configuration and other data that can be used by jax-ws runtime.
getAttributeNames() - ? ????javax.xml.ws.spi.http.HttpExchange
Gives all the attribute names that are associated with this HttpExchange.
getAttributeNamespace(int) - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getAttributeNamespace(int) - ?? ????javax.xml.stream.XMLStreamReader
Returns the namespace of the attribute at the provided index
getAttributeNode(String) - ? ????javax.imageio.metadata.IIOMetadataNode
 
getAttributeNode(String) - ?? ????org.w3c.dom.Element
Retrieves an attribute node by name.
getAttributeNodeNS(String, String) - ? ????javax.imageio.metadata.IIOMetadataNode
Equivalent to getAttributeNode(localName).
getAttributeNodeNS(String, String) - ?? ????org.w3c.dom.Element
Retrieves an Attr node by local name and namespace URI.
getAttributeNS(String, String) - ? ????javax.imageio.metadata.IIOMetadataNode
Equivalent to getAttribute(localName).
getAttributeNS(String, String) - ?? ????org.w3c.dom.Element
Retrieves an attribute value by local name and namespace URI.
getAttributePrefix(int) - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getAttributePrefix(int) - ?? ????javax.xml.stream.XMLStreamReader
Returns the prefix of this attribute at the provided index
getAttributes() - ? ????java.awt.Font
Returns a map of font attributes available in this Font.
getAttributes() - ? ????java.net.JarURLConnection
Return the Attributes object for this connection if the URL for it points to a JAR file entry, null otherwise.
getAttributes() - ?? ????java.security.KeyStore.Entry
Retrieves the attributes associated with an entry.
getAttributes() - ? ????java.security.KeyStore.PrivateKeyEntry
Retrieves the attributes associated with an entry.
getAttributes() - ? ????java.security.KeyStore.SecretKeyEntry
Retrieves the attributes associated with an entry.
getAttributes() - ? ????java.security.KeyStore.TrustedCertificateEntry
Retrieves the attributes associated with an entry.
getAttributes(String, String, String, String) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog.
getAttributes() - ?? ????java.sql.Struct
Produces the ordered values of the attributes of the SQL structured type that this Struct object represents.
getAttributes(Map<String, Class<?>>) - ?? ????java.sql.Struct
Produces the ordered values of the attributes of the SQL structured type that this Struct object represents.
getAttributes() - ?? ????java.text.AttributedCharacterIterator
Returns a map with the attributes defined on the current character.
getAttributes() - ? ????java.util.jar.JarEntry
Returns the Manifest Attributes for this entry, or null if none.
getAttributes(String) - ? ????java.util.jar.Manifest
Returns the Attributes for the specified entry name.
getAttributes() - ? ????javax.imageio.metadata.IIOMetadataNode
Returns a NamedNodeMap containing the attributes of this node.
getAttributes(String[]) - ?? ????javax.management.DynamicMBean
Get the values of several attributes of the Dynamic MBean.
getAttributes() - ? ????javax.management.loading.MLetContent
Gets the attributes of the MLET tag.
getAttributes() - ? ????javax.management.MBeanInfo
Returns the list of attributes exposed for management.
getAttributes(ObjectName, String[]) - ?? ????javax.management.MBeanServer
 
getAttributes(ObjectName, String[]) - ?? ????javax.management.MBeanServerConnection
Retrieves the values of several attributes of a named MBean.
getAttributes() - ?? ????javax.management.modelmbean.ModelMBeanInfo
Returns the list of attributes exposed for management.
getAttributes(String[]) - ? ????javax.management.modelmbean.RequiredModelMBean
Returns the values of several attributes in the ModelMBean.
getAttributes() - ?? ????javax.management.openmbean.OpenMBeanInfo
Returns an array of OpenMBeanAttributeInfo instances describing each attribute in the open MBean described by this OpenMBeanInfo instance.
getAttributes() - ?? ????javax.management.remote.JMXConnectorServerMBean
The attributes for this connector server.
getAttributes(ObjectName, String[], Subject) - ?? ????javax.management.remote.rmi.RMIConnection
getAttributes(ObjectName, String[], Subject) - ? ????javax.management.remote.rmi.RMIConnectionImpl
 
getAttributes(ObjectName, String[], Subject) - ? ????javax.management.remote.rmi.RMIConnectionImpl_Stub
 
getAttributes() - ? ????javax.management.remote.rmi.RMIConnectorServer
 
getAttributes(String[]) - ? ????javax.management.StandardMBean
 
getAttributes(Name) - ?? ????javax.naming.directory.DirContext
Retrieves all of the attributes associated with a named object.
getAttributes(String) - ?? ????javax.naming.directory.DirContext
Retrieves all of the attributes associated with a named object.
getAttributes(Name, String[]) - ?? ????javax.naming.directory.DirContext
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - ?? ????javax.naming.directory.DirContext
Retrieves selected attributes associated with a named object.
getAttributes(String) - ? ????javax.naming.directory.InitialDirContext
 
getAttributes(String, String[]) - ? ????javax.naming.directory.InitialDirContext
 
getAttributes(Name) - ? ????javax.naming.directory.InitialDirContext
 
getAttributes(Name, String[]) - ? ????javax.naming.directory.InitialDirContext
 
getAttributes() - ? ????javax.naming.directory.SearchResult
Retrieves the attributes in this search result.
getAttributes() - ? ????javax.naming.spi.DirStateFactory.Result
Retrieves the attributes to be bound.
getAttributes() - ?? ????javax.print.Doc
Obtains the set of printing attributes for this doc object.
getAttributes() - ?? ????javax.print.DocPrintJob
Obtains this Print Job's set of printing attributes.
getAttributes() - ? ????javax.print.event.PrintJobAttributeEvent
Determine the printing attributes that changed and their new values.
getAttributes() - ? ????javax.print.event.PrintServiceAttributeEvent
Determine the printing service attributes that changed and their new values.
getAttributes() - ?? ????javax.print.PrintService
Obtains this print service's set of printer description attributes giving this Print Service's status.
getAttributes() - ? ????javax.print.SimpleDoc
Obtains the set of printing attributes for this doc object.
getAttributes() - ? ????javax.sql.rowset.serial.SerialStruct
Retrieves an array of Object values containing the attributes of the SQL structured type that this SerialStruct object represents.
getAttributes(Map<String, Class<?>>) - ? ????javax.sql.rowset.serial.SerialStruct
Retrieves the attributes for the SQL structured type that this SerialStruct represents as an array of Object values, using the given type map for custom mapping if appropriate.
getAttributes() - ? ????javax.swing.text.AbstractDocument.AbstractElement
Gets the attributes for the element.
getAttributes() - ? ????javax.swing.text.DefaultStyledDocument.ElementSpec
Gets the element attributes.
getAttributes() - ?? ????javax.swing.text.Element
Fetches the collection of attributes this element contains.
getAttributes() - ? ????javax.swing.text.html.BlockView
Fetches the attributes to use when rendering.
getAttributes() - ? ????javax.swing.text.html.HTMLDocument.Iterator
Return the attributes for this tag.
getAttributes() - ? ????javax.swing.text.html.ImageView
Fetches the attributes to use when rendering.
getAttributes() - ? ????javax.swing.text.html.InlineView
Fetches the attributes to use when rendering.
getAttributes() - ? ????javax.swing.text.html.Option
Fetch the attributes associated with this option.
getAttributes() - ? ????javax.swing.text.html.ParagraphView
Fetches the attributes to use when rendering.
getAttributes() - ? ????javax.swing.text.html.parser.Element
Get the attributes.
getAttributes() - ? ????javax.swing.text.html.parser.Parser
 
getAttributes() - ? ????javax.swing.text.View
Fetches the attributes to use when rendering.
getAttributes() - ?? ????javax.xml.stream.events.StartElement
Returns an Iterator of non-namespace declared attributes declared on this START_ELEMENT, returns an empty iterator if there are no attributes.
getAttributes() - ?? ????org.w3c.dom.Node
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttributesScope(String) - ?? ????javax.script.ScriptContext
Get the lowest scope in which an attribute is defined.
getAttributesScope(String) - ? ????javax.script.SimpleScriptContext
Get the lowest scope in which an attribute is defined.
getAttributeSyntaxDefinition() - ?? ????javax.naming.directory.Attribute
Retrieves the syntax definition associated with the attribute.
getAttributeSyntaxDefinition() - ? ????javax.naming.directory.BasicAttribute
Retrieves the syntax definition associated with this attribute.
getAttributeType() - ? ????javax.management.AttributeChangeNotification
Gets the type of the attribute which has changed.
getAttributeType(int) - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getAttributeType(int) - ?? ????javax.xml.stream.XMLStreamReader
Returns the XML type of the attribute at the provided index
getAttributeTypeInfo(int) - ? ????javax.xml.validation.TypeInfoProvider
Returns the immutable TypeInfo object for the specified attribute of the current element.
getAttributeValue(Name) - ?? ????javax.xml.soap.SOAPElement
Returns the value of the attribute with the specified name.
getAttributeValue(QName) - ?? ????javax.xml.soap.SOAPElement
Returns the value of the attribute with the specified qname.
getAttributeValue(String, String) - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getAttributeValue(int) - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getAttributeValue(String, String) - ?? ????javax.xml.stream.XMLStreamReader
Returns the normalized attribute value of the attribute with the namespace and localName If the namespaceURI is null the namespace is not checked for equality
getAttributeValue(int) - ?? ????javax.xml.stream.XMLStreamReader
Returns the value of the attribute at the index
getAttributeValueType(String, String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns one of the constants starting with VALUE_, indicating whether the values of the given attribute within the named element are arbitrary, constrained to lie within a specified range, constrained to be one of a set of enumerated values, or are a whitespace-separated list of arbitrary values.
getAttributeValueType(String, String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getAttrName() - ?? ????org.w3c.dom.events.MutationEvent
attrName indicates the name of the changed Attr node in a DOMAttrModified event.
getAudioActionMap() - ? ????javax.swing.plaf.basic.BasicLookAndFeel
Returns an ActionMap containing the audio actions for this look and feel.
getAudioClip(URL) - ? ????java.applet.Applet
Returns the AudioClip object specified by the URL argument.
getAudioClip(URL, String) - ? ????java.applet.Applet
Returns the AudioClip object specified by the URL and name arguments.
getAudioClip(URL) - ?? ????java.applet.AppletContext
Creates an audio clip.
getAudioFileFormat(InputStream) - ? ??????javax.sound.sampled.AudioSystem
Obtains the audio file format of the provided input stream.
getAudioFileFormat(URL) - ? ??????javax.sound.sampled.AudioSystem
Obtains the audio file format of the specified URL.
getAudioFileFormat(File) - ? ??????javax.sound.sampled.AudioSystem
Obtains the audio file format of the specified File.
getAudioFileFormat(InputStream) - ? ????javax.sound.sampled.spi.AudioFileReader
Obtains the audio file format of the input stream provided.
getAudioFileFormat(URL) - ? ????javax.sound.sampled.spi.AudioFileReader
Obtains the audio file format of the URL provided.
getAudioFileFormat(File) - ? ????javax.sound.sampled.spi.AudioFileReader
Obtains the audio file format of the File provided.
getAudioFileTypes() - ? ??????javax.sound.sampled.AudioSystem
Obtains the file types for which file writing support is provided by the system.
getAudioFileTypes(AudioInputStream) - ? ??????javax.sound.sampled.AudioSystem
Obtains the file types that the system can write from the audio input stream specified.
getAudioFileTypes() - ? ????javax.sound.sampled.spi.AudioFileWriter
Obtains the file types for which file writing support is provided by this audio file writer.
getAudioFileTypes(AudioInputStream) - ? ????javax.sound.sampled.spi.AudioFileWriter
Obtains the file types that this audio file writer can write from the audio input stream specified.
getAudioInputStream(AudioFormat.Encoding, AudioInputStream) - ? ??????javax.sound.sampled.AudioSystem
Obtains an audio input stream of the indicated encoding, by converting the provided audio input stream.
getAudioInputStream(AudioFormat, AudioInputStream) - ? ??????javax.sound.sampled.AudioSystem
Obtains an audio input stream of the indicated format, by converting the provided audio input stream.
getAudioInputStream(InputStream) - ? ??????javax.sound.sampled.AudioSystem
Obtains an audio input stream from the provided input stream.
getAudioInputStream(URL) - ? ??????javax.sound.sampled.AudioSystem
Obtains an audio input stream from the URL provided.
getAudioInputStream(File) - ? ??????javax.sound.sampled.AudioSystem
Obtains an audio input stream from the provided File.
getAudioInputStream(InputStream) - ? ????javax.sound.sampled.spi.AudioFileReader
Obtains an audio input stream from the input stream provided.
getAudioInputStream(URL) - ? ????javax.sound.sampled.spi.AudioFileReader
Obtains an audio input stream from the URL provided.
getAudioInputStream(File) - ? ????javax.sound.sampled.spi.AudioFileReader
Obtains an audio input stream from the File provided.
getAudioInputStream(AudioFormat.Encoding, AudioInputStream) - ? ????javax.sound.sampled.spi.FormatConversionProvider
Obtains an audio input stream with the specified encoding from the given audio input stream.
getAudioInputStream(AudioFormat, AudioInputStream) - ? ????javax.sound.sampled.spi.FormatConversionProvider
Obtains an audio input stream with the specified format from the given audio input stream.
getAuthenticationID() - ? ????javax.security.sasl.AuthorizeCallback
Returns the authentication id to check.
getAuthority() - ? ????java.net.URI
Returns the decoded authority component of this URI.
getAuthority() - ? ????java.net.URL
Gets the authority part of this URL.
getAuthorityKeyIdentifier() - ? ????java.security.cert.X509CertSelector
Returns the authorityKeyIdentifier criterion.
getAuthorityName() - ???? ????java.security.cert.CertificateRevokedException
Returns the name of the authority that signed the certificate's revocation status information.
getAuthorizationID() - ? ????javax.security.sasl.AuthorizeCallback
Returns the authorization id to check.
getAuthorizationID() - ?? ????javax.security.sasl.SaslServer
Reports the authorization ID in effect for the client of this session.
getAuthorizedID() - ? ????javax.security.sasl.AuthorizeCallback
Returns the id of the authorized user.
getAuthTime() - ? ????javax.security.auth.kerberos.KerberosTicket
Returns the time that the client was authenticated.
getAutoCommit() - ?? ????java.sql.Connection
Retrieves the current auto-commit mode for this Connection object.
getAutoCommit() - ?? ????javax.sql.rowset.JdbcRowSet
Each JdbcRowSet contains a Connection object from the original ResultSet or JDBC properties passed to it.
getAutoCreateColumnsFromModel() - ? ????javax.swing.JTable
Determines whether the table will create default columns from the model.
getAutoCreateContainerGaps() - ? ????javax.swing.GroupLayout
Returns true if gaps between the container and components that border the container are automatically created.
getAutoCreateGaps() - ? ????javax.swing.GroupLayout
Returns true if gaps between components are automatically created.
getAutoCreateRowSorter() - ? ????javax.swing.JTable
Returns true if whenever the model changes, a new RowSorter should be created and installed as the table's sorter; otherwise, returns false.
getAutoDelay() - ? ????java.awt.Robot
Returns the number of milliseconds this Robot sleeps after generating an event.
getAutoResizeMode() - ? ????javax.swing.JTable
Returns the auto resize mode of the table.
getAutoscrollInsets() - ?? ????java.awt.dnd.Autoscroll
This method returns the Insets describing the autoscrolling region or border relative to the geometry of the implementing Component.
getAutoscrolls() - ? ????javax.swing.JComponent
Gets the autoscrolls property.
getAuxiliaryLookAndFeels() - ? ??????javax.swing.UIManager
Returns the list of auxiliary look and feels (can be null).
getAvailableAcceleratedMemory() - ? ????java.awt.GraphicsDevice
This method returns the number of bytes available in accelerated memory on this device.
getAvailableAttributes() - ? ????java.awt.Font
Returns the keys of all the attributes supported by this Font.
getAvailableCalendarTypes() - ? ??????java.util.Calendar
Returns an unmodifiable Set containing all calendar types supported by Calendar in the runtime environment.
getAvailableChronologies() - ?? ??????java.time.chrono.Chronology
Returns the available chronologies.
getAvailableCurrencies() - ? ??????java.util.Currency
Gets the set of available currencies.
getAvailableDataFlavors() - ? ????java.awt.datatransfer.Clipboard
Returns an array of DataFlavors in which the current contents of this clipboard can be provided.
getAvailableFontFamilyNames() - ? ????java.awt.GraphicsEnvironment
Returns an array containing the names of all font families in this GraphicsEnvironment localized for the default locale, as returned by Locale.getDefault().
getAvailableFontFamilyNames(Locale) - ? ????java.awt.GraphicsEnvironment
Returns an array containing the names of all font families in this GraphicsEnvironment localized for the specified locale.
getAvailableIDs(int) - ? ??????java.util.TimeZone
Gets the available IDs according to the given time zone offset in milliseconds.
getAvailableIDs() - ? ??????java.util.TimeZone
Gets all the available IDs supported.
getAvailableInstruments() - ?? ????javax.sound.midi.Synthesizer
Obtains a list of instruments that come with the synthesizer.
getAvailableLocales() - ?? ????java.awt.im.spi.InputMethodDescriptor
Returns the locales supported by the corresponding input method.
getAvailableLocales() - ? ??????java.text.BreakIterator
Returns an array of all locales for which the get*Instance methods of this class can return localized instances.
getAvailableLocales() - ? ??????java.text.Collator
Returns an array of all locales for which the getInstance methods of this class can return localized instances.
getAvailableLocales() - ? ??????java.text.DateFormat
Returns an array of all locales for which the get*Instance methods of this class can return localized instances.
getAvailableLocales() - ? ??????java.text.DateFormatSymbols
Returns an array of all locales for which the getInstance methods of this class can return localized instances.
getAvailableLocales() - ? ??????java.text.DecimalFormatSymbols
Returns an array of all locales for which the getInstance methods of this class can return localized instances.
getAvailableLocales() - ? ??????java.text.NumberFormat
Returns an array of all locales for which the get*Instance methods of this class can return localized instances.
getAvailableLocales() - ? ??????java.time.format.DecimalStyle
Lists all the locales that are supported.
getAvailableLocales() - ? ??????java.util.Calendar
Returns an array of all locales for which the getInstance methods of this class can return localized instances.
getAvailableLocales() - ? ??????java.util.Locale
Returns an array of all installed locales.
getAvailableLocales() - ? ????java.util.spi.LocaleServiceProvider
Returns an array of all locales for which this locale service provider can provide localized objects or names.
getAvailableLocales() - ? ????javax.imageio.ImageReader
Returns an array of Locales that may be used to localize warning listeners and compression settings.
getAvailableLocales() - ? ????javax.imageio.ImageWriter
Returns an array of Locales that may be used to localize warning listeners and compression settings.
getAvailableProcessors() - ?? ????java.lang.management.OperatingSystemMXBean
Returns the number of processors available to the Java virtual machine.
getAvailableSize(Dimension, Insets) - ? ????javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Returns the available width based on the container size and Insets.
getAvailableZoneIds() - ? ??????java.time.zone.ZoneRulesProvider
Gets the set of available zone IDs.
getAvailableZoneIds() - ? ??????java.time.ZoneId
Gets the set of available zone IDs.
getAverage() - ? ????java.util.DoubleSummaryStatistics
Returns the arithmetic mean of values recorded, or zero if no values have been recorded.
getAverage() - ? ????java.util.IntSummaryStatistics
Returns the arithmetic mean of values recorded, or zero if no values have been recorded.
getAverage() - ? ????java.util.LongSummaryStatistics
Returns the arithmetic mean of values recorded, or zero if no values have been recorded.
getAWTEventListeners() - ? ????java.awt.Toolkit
Returns an array of all the AWTEventListeners registered on this toolkit.
getAWTEventListeners(long) - ? ????java.awt.Toolkit
Returns an array of all the AWTEventListeners registered on this toolkit which listen to all of the event types specified in the eventMask argument.
getAWTKeyStroke(char) - ? ??????java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke that represents a KEY_TYPED event for the specified character.
getAWTKeyStroke(Character, int) - ? ??????java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke that represents a KEY_TYPED event for the specified Character object and a set of modifiers.
getAWTKeyStroke(int, int, boolean) - ? ??????java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke, given a numeric key code and a set of modifiers, specifying whether the key is activated when it is pressed or released.
getAWTKeyStroke(int, int) - ? ??????java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke, given a numeric key code and a set of modifiers.
getAWTKeyStroke(String) - ? ??????java.awt.AWTKeyStroke
Parses a string and returns an AWTKeyStroke.
getAWTKeyStrokeForEvent(KeyEvent) - ? ??????java.awt.AWTKeyStroke
Returns an AWTKeyStroke which represents the stroke which generated a given KeyEvent.
getAxis() - ? ????javax.swing.BoxLayout
Returns the axis that was used to lay out components.
getAxis() - ? ????javax.swing.text.BoxView
Fetches the tile axis property.
getB() - ? ????java.security.spec.EllipticCurve
Returns the second coefficient b of the elliptic curve.
getBackBuffer() - ? ????java.awt.Component.FlipBufferStrategy
 
getBackBufferCapabilities() - ? ????java.awt.BufferCapabilities
 
getBackground() - ? ????java.awt.Component.AccessibleAWTComponent
Gets the background color of this object.
getBackground() - ? ????java.awt.Component
Gets the background color of this component.
getBackground() - ? ????java.awt.Graphics2D
Returns the background color used for clearing a region.
getBackground() - ? ????java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Get the background color of this object.
getBackground() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the background color of this object.
getBackground() - ? ????java.awt.TextComponent
Gets the background color of this text component.
getBackground() - ? ????java.awt.Window
Gets the background color of this window.
getBackground() - ?? ????javax.accessibility.AccessibleComponent
Gets the background color of this object.
getBackground() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getBackground() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the background color of this object.
getBackground() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the background color of this object.
getBackground() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getBackground(AttributeSet) - ? ????javax.swing.text.DefaultStyledDocument
Gets the background color from an attribute set.
getBackground() - ? ????javax.swing.text.GlyphView
Fetch the background color to use to render the glyphs.
getBackground(AttributeSet) - ? ????javax.swing.text.html.StyleSheet
Takes a set of attributes and turn it into a background color specification.
getBackground() - ? ????javax.swing.text.LabelView
Fetches the background color to use to render the glyphs.
getBackground(AttributeSet) - ? ??????javax.swing.text.StyleConstants
Gets the background color setting from the attribute list.
getBackground(AttributeSet) - ? ????javax.swing.text.StyleContext
Takes a set of attributes and turn it into a background color specification.
getBackground(AttributeSet) - ?? ????javax.swing.text.StyledDocument
Takes a set of attributes and turn it into a background color specification.
getBackgroundAt(int) - ? ????javax.swing.JTabbedPane
Returns the tab background color at index.
getBackgroundNonSelectionColor() - ? ????javax.swing.tree.DefaultTreeCellRenderer
Returns the background color to be used for non selected nodes.
getBackgroundPainter(SynthContext) - ? ????javax.swing.plaf.nimbus.NimbusStyle
Gets the appropriate background Painter, if there is one, for the state specified in the given SynthContext.
getBackgroundSelectionColor() - ? ????javax.swing.tree.DefaultTreeCellRenderer
Returns the color to use for the background if node is selected.
getBandOffsets() - ? ????java.awt.image.ComponentSampleModel
Returns the band offset for all bands.
getBank() - ? ????javax.sound.midi.Patch
Returns the number of the bank that contains the instrument whose location this Patch specifies.
getBankData() - ? ????java.awt.image.DataBufferByte
Returns the data arrays for all banks.
getBankData() - ? ????java.awt.image.DataBufferDouble
Returns the data array for all banks.
getBankData() - ? ????java.awt.image.DataBufferFloat
Returns the data array for all banks.
getBankData() - ? ????java.awt.image.DataBufferInt
Returns the data arrays for all banks.
getBankData() - ? ????java.awt.image.DataBufferShort
Returns the data arrays for all banks.
getBankData() - ? ????java.awt.image.DataBufferUShort
Returns the data arrays for all banks.
getBankIndices() - ? ????java.awt.image.ComponentSampleModel
Returns the bank indices for all bands.
getBase() - ? ????javax.swing.text.html.HTMLDocument
Returns the location to resolve relative URLs against.
getBase() - ? ????javax.swing.text.html.StyleSheet
Returns the base.
getBase64Content() - ? ????javax.xml.soap.AttachmentPart
Returns an InputStream which can be used to obtain the content of AttachmentPart as Base64 encoded character data, this method would base64 encode the raw bytes of the attachment and return.
getBaseBundleName() - ? ????java.util.ResourceBundle
Returns the base name of this bundle, if known, or null if unknown.
getBaseLevel() - ? ????java.text.Bidi
Return the base level (0 if left-to-right, 1 if right-to-left).
getBaseline(int, int) - ? ????java.awt.Component
Returns the baseline.
getBaseline() - ? ????java.awt.font.TextLayout
Returns the baseline for this TextLayout.
getBaseline(Component, int, int) - ? ????javax.swing.border.AbstractBorder
Returns the baseline.
getBaseline(Component, int, int) - ? ????javax.swing.border.TitledBorder
Returns the baseline.
getBaseline(int, int) - ? ????javax.swing.JComponent
Returns the baseline.
getBaseline(int, int) - ? ????javax.swing.JSpinner.DefaultEditor
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.basic.BasicButtonUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.basic.BasicComboBoxUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.basic.BasicLabelUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.basic.BasicListUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.basic.BasicPanelUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.basic.BasicProgressBarUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.basic.BasicScrollPaneUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.basic.BasicSliderUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.basic.BasicSpinnerUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
Returns the baseline.
getBaseline(int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
Returns the baseline for the specified tab.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.basic.BasicTableHeaderUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.basic.BasicTableUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.basic.BasicTextAreaUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.basic.BasicTextFieldUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.basic.BasicTreeUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.ComponentUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.LayerUI
If the JLayer's view component is not null, this calls the view's getBaseline() method.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.metal.MetalComboBoxUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.synth.SynthButtonUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.synth.SynthLabelUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.synth.SynthProgressBarUI
Returns the baseline.
getBaseline(JComponent, int, int) - ? ????javax.swing.plaf.synth.SynthSliderUI
Returns the baseline.
getBaseline(int) - ? ????javax.swing.plaf.synth.SynthTabbedPaneUI
Returns the baseline for the specified tab.
getBaselineFor(char) - ? ????java.awt.Font
Returns the baseline appropriate for displaying this character.
getBaselineIndex() - ? ????java.awt.font.LineMetrics
Returns the baseline index of the text.
getBaselineOffset() - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
Returns the amount the baseline is offset by.
getBaselineOffset() - ? ????javax.swing.plaf.metal.MetalTabbedPaneUI
Returns the amount the baseline is offset by.
getBaselineOffsets() - ? ????java.awt.font.LineMetrics
Returns the baseline offsets of the text, relative to the baseline of the text.
getBaselineOffsets() - ? ????java.awt.font.TextLayout
Returns the offsets array for the baselines used for this TextLayout.
getBaselineResizeBehavior() - ? ????java.awt.Component
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaselineResizeBehavior(Component) - ? ????javax.swing.border.AbstractBorder
Returns an enum indicating how the baseline of a component changes as the size changes.
getBaselineResizeBehavior(Component) - ? ????javax.swing.border.TitledBorder
Returns an enum indicating how the baseline of the border changes as the size changes.
getBaselineResizeBehavior() - ? ????javax.swing.JComponent
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaselineResizeBehavior() - ? ????javax.swing.JSpinner.DefaultEditor
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaselineResizeBehavior(JComponent) - ? ????javax.swing.plaf.basic.BasicButtonUI
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaselineResizeBehavior(JComponent) - ? ????javax.swing.plaf.basic.BasicComboBoxUI
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaselineResizeBehavior(JComponent) - ? ????javax.swing.plaf.basic.BasicLabelUI
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaselineResizeBehavior(JComponent) - ? ????javax.swing.plaf.basic.BasicListUI
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaselineResizeBehavior(JComponent) - ? ????javax.swing.plaf.basic.BasicPanelUI
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaselineResizeBehavior(JComponent) - ? ????javax.swing.plaf.basic.BasicProgressBarUI
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaselineResizeBehavior(JComponent) - ? ????javax.swing.plaf.basic.BasicScrollPaneUI
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaselineResizeBehavior(JComponent) - ? ????javax.swing.plaf.basic.BasicSliderUI
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaselineResizeBehavior(JComponent) - ? ????javax.swing.plaf.basic.BasicSpinnerUI
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaselineResizeBehavior(JComponent) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaselineResizeBehavior(JComponent) - ? ????javax.swing.plaf.basic.BasicTableUI
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaselineResizeBehavior(JComponent) - ? ????javax.swing.plaf.basic.BasicTextAreaUI
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaselineResizeBehavior(JComponent) - ? ????javax.swing.plaf.basic.BasicTextFieldUI
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaselineResizeBehavior(JComponent) - ? ????javax.swing.plaf.basic.BasicTreeUI
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaselineResizeBehavior(JComponent) - ? ????javax.swing.plaf.ComponentUI
Returns an enum indicating how the baseline of he component changes as the size changes.
getBaselineResizeBehavior(JComponent) - ? ????javax.swing.plaf.LayerUI
If the JLayer's view component is not null, this returns the result of the view's getBaselineResizeBehavior() method.
getBaseType() - ?? ????java.sql.Array
Retrieves the JDBC type of the elements in the array designated by this Array object.
getBaseType() - ? ????javax.activation.MimeType
Return a String representation of this object without the parameter list.
getBaseType() - ? ????javax.sql.rowset.serial.SerialArray
Retrieves the SQL type of the elements in this SerialArray object.
getBaseTypeName() - ?? ????java.sql.Array
Retrieves the SQL type name of the elements in the array designated by this Array object.
getBaseTypeName() - ?? ????java.sql.Ref
Retrieves the fully-qualified SQL name of the SQL structured type that this Ref object references.
getBaseTypeName() - ? ????javax.sql.rowset.serial.SerialArray
Retrieves the DBMS-specific type name for the elements in this SerialArray object.
getBaseTypeName() - ? ????javax.sql.rowset.serial.SerialRef
Returns a string describing the base type name of the Ref.
getBaseUnit() - ?? ????java.time.temporal.ChronoField
 
getBaseUnit() - ?? ????java.time.temporal.TemporalField
Gets the unit that the field is measured in.
getBaseURI() - ? ????javax.imageio.metadata.IIOMetadataNode
This DOM Level 3 method is not supported for IIOMetadataNode and will throw a DOMException.
getBaseURI() - ? ????javax.xml.crypto.dom.DOMCryptoContext
 
getBaseURI() - ?? ????javax.xml.crypto.XMLCryptoContext
Returns the base URI.
getBaseURI() - ?? ????javax.xml.stream.events.EntityDeclaration
Get the base URI for this reference or null if this information is not available
getBaseURI() - ?? ????org.w3c.dom.ls.LSInput
The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for resolving a relative systemId to an absolute URI.
getBaseURI() - ?? ????org.w3c.dom.Node
The absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI.
getBasicConstraints() - ? ????java.security.cert.X509Certificate
Gets the certificate constraints path length from the critical BasicConstraints extension, (OID = 2.5.29.19).
getBasicConstraints() - ? ????java.security.cert.X509CertSelector
Returns the basic constraints constraint.
getBasicSplitPaneUI() - ? ????javax.swing.plaf.basic.BasicSplitPaneDivider
Returns the SplitPaneUI the receiver is currently in.
getBean(CommandInfo) - ? ????javax.activation.DataHandler
A convenience method that takes a CommandInfo object and instantiates the corresponding command, usually a JavaBean component.
getBeanClass() - ? ????java.beans.BeanDescriptor
Gets the bean's Class object.
getBeanContext() - ?? ????java.beans.beancontext.BeanContextChild
Gets the BeanContext associated with this BeanContextChild.
getBeanContext() - ? ????java.beans.beancontext.BeanContextChildSupport
Gets the nesting BeanContext for this BeanContextChildSupport.
getBeanContext() - ? ????java.beans.beancontext.BeanContextEvent
Gets the BeanContext associated with this event.
getBeanContextChildPeer() - ? ????java.beans.beancontext.BeanContextChildSupport
Gets the BeanContextChild associated with this BeanContextChildSupport.
getBeanContextPeer() - ? ????java.beans.beancontext.BeanContextSupport
Gets the instance of BeanContext that this object is providing the implementation for.
getBeanContextProxy() - ?? ????java.beans.beancontext.BeanContextProxy
Gets the BeanContextChild (or subinterface) associated with this object.
getBeanContextServicesPeer() - ? ????java.beans.beancontext.BeanContextServicesSupport
Gets the BeanContextServices associated with this BeanContextServicesSupport.
getBeanDescriptor() - ?? ????java.beans.BeanInfo
Returns the bean descriptor that provides overall information about the bean, such as its display name or its customizer.
getBeanDescriptor() - ? ????java.beans.SimpleBeanInfo
Deny knowledge about the class and customizer of the bean.
getBeanInfo(Class<?>) - ? ??????java.beans.Introspector
Introspect on a Java Bean and learn about all its properties, exposed methods, and events.
getBeanInfo(Class<?>, int) - ? ??????java.beans.Introspector
Introspect on a Java bean and learn about all its properties, exposed methods, and events, subject to some control flags.
getBeanInfo(Class<?>, Class<?>) - ? ??????java.beans.Introspector
Introspect on a Java bean and learn all about its properties, exposed methods, below a given "stop" point.
getBeanInfo(Class<?>, Class<?>, int) - ? ??????java.beans.Introspector
Introspect on a Java Bean and learn about all its properties, exposed methods and events, below a given stopClass point subject to some control flags.
getBeanInfoSearchPath() - ? ??????java.beans.Introspector
Gets the list of package names that will be used for finding BeanInfo classes.
getBeforeIndex(int, int) - ? ????java.awt.TextComponent.AccessibleAWTTextComponent
Returns the String before a given index.
getBeforeIndex(int, int) - ?? ????javax.accessibility.AccessibleText
Returns the String before a given index.
getBeforeIndex(int, int) - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Returns the String before a given index.
getBeforeIndex(int, int) - ? ????javax.swing.JLabel.AccessibleJLabel
Returns the String before a given index.
getBeforeIndex(int, int) - ? ????javax.swing.JPasswordField.AccessibleJPasswordField
Returns the String before a given index.
getBeforeIndex(int, int) - ? ????javax.swing.JSpinner.AccessibleJSpinner
Returns the String before a given index.
getBeforeIndex(int, int) - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Returns the String before a given index.
getBeforeIndex(int, int) - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the String before a given index.
getBeginIndex() - ?? ????java.text.CharacterIterator
Returns the start index of the text.
getBeginIndex() - ? ????java.text.FieldPosition
Retrieves the index of the first character in the requested field.
getBeginIndex() - ? ????java.text.StringCharacterIterator
Implements CharacterIterator.getBeginIndex() for String.
getBeginIndex() - ? ????javax.swing.text.Segment
Returns the start index of the text.
getBestConfiguration(GraphicsConfiguration[]) - ? ????java.awt.GraphicsConfigTemplate
Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate.
getBestConfiguration(GraphicsConfigTemplate) - ? ????java.awt.GraphicsDevice
Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate.
getBestCursorSize(int, int) - ? ????java.awt.Toolkit
Returns the supported cursor dimension which is closest to the desired sizes.
getBestRowIdentifier(String, String, String, int, boolean) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of a table's optimal set of columns that uniquely identifies a row.
getBevelType() - ? ????javax.swing.border.BevelBorder
Returns the type of the bevel border.
getBias() - ? ????javax.swing.text.JTextComponent.DropLocation
Returns the bias for the drop index.
getBidiLevel(AttributeSet) - ? ??????javax.swing.text.StyleConstants
Gets the BidiLevel setting.
getBidiRootElement() - ? ????javax.swing.text.AbstractDocument
Returns the root element of the bidirectional structure for this document.
getBigDecimal(int, int) - ?? ????java.sql.CallableStatement
????
use getBigDecimal(int parameterIndex) or getBigDecimal(String parameterName)
getBigDecimal(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(int, int) - ?? ????java.sql.ResultSet
????
Use getBigDecimal(int columnIndex) or getBigDecimal(String columnLabel)
getBigDecimal(String, int) - ?? ????java.sql.ResultSet
????
Use getBigDecimal(int columnIndex) or getBigDecimal(String columnLabel)
getBigDecimal(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBinaryName(TypeElement) - ?? ????javax.lang.model.util.Elements
Returns the binary name of a type element.
getBinaryStream() - ?? ????java.sql.Blob
Retrieves the BLOB value designated by this Blob instance as a stream.
getBinaryStream(long, long) - ?? ????java.sql.Blob
Returns an InputStream object that contains a partial Blob value, starting with the byte specified by pos, which is length bytes in length.
getBinaryStream(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted bytes.
getBinaryStream(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted bytes.
getBinaryStream() - ?? ????java.sql.SQLXML
Retrieves the XML value designated by this SQLXML instance as a stream.
getBinaryStream() - ? ????javax.sql.rowset.serial.SerialBlob
Returns this SerialBlob object as an input stream.
getBinaryStream(long, long) - ? ????javax.sql.rowset.serial.SerialBlob
Returns an InputStream object that contains a partial Blob value, starting with the byte specified by pos, which is length bytes in length.
getBinding() - ?? ????javax.xml.ws.BindingProvider
Get the Binding for this binding provider.
getBinding() - ? ????javax.xml.ws.Endpoint
Returns the binding for this endpoint.
getBindingID() - ?? ????javax.xml.ws.Binding
Get the URI for this binding instance.
getBindingID() - ?? ????javax.xml.ws.handler.PortInfo
Gets the URI identifying the binding used by the port being accessed.
getBindings(int) - ? ????javax.script.AbstractScriptEngine
Returns the Bindings with the specified scope value in the protected context field.
getBindings(int) - ?? ????javax.script.ScriptContext
Gets the Bindings associated with the given scope in this ScriptContext.
getBindings(int) - ?? ????javax.script.ScriptEngine
Returns a scope of named values.
getBindings() - ? ????javax.script.ScriptEngineManager
getBindings returns the value of the globalScope field.
getBindings(int) - ? ????javax.script.SimpleScriptContext
Returns the value of the engineScope field if specified scope is ENGINE_SCOPE.
getBitDepth() - ? ????java.awt.DisplayMode
Returns the bit depth of the display, in bits per pixel.
getBitMasks() - ? ????java.awt.image.SinglePixelPackedSampleModel
Returns the bit masks for all bands.
getBitOffset(int) - ? ????java.awt.image.MultiPixelPackedSampleModel
Returns the offset, in bits, into the data element in which it is stored for the xth pixel of a scanline.
getBitOffset() - ?? ????javax.imageio.stream.ImageInputStream
Returns the current bit offset, as an integer between 0 and 7, inclusive.
getBitOffset() - ? ????javax.imageio.stream.ImageInputStreamImpl
 
getBitOffsets() - ? ????java.awt.image.SinglePixelPackedSampleModel
Returns the bit offsets into the data array element representing a pixel for all bands.
getBitRate(float) - ? ????javax.imageio.ImageWriteParam
Returns a float indicating an estimate of the number of bits of output data for each bit of input image data at the given quality level.
getBitsPerBand(int) - ? ????javax.imageio.ImageTypeSpecifier
Return the number of bits used to represent samples of the given band.
getBlack() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the black color of the current theme.
getBlack() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the black color.
getBlack() - ? ????javax.swing.plaf.metal.OceanTheme
Returns the black color.
getBlackBoxBounds(int, int) - ? ????java.awt.font.TextLayout
Returns the black box bounds of the characters in the specified range.
getBlackLineBorderUIResource() - ? ??????javax.swing.plaf.BorderUIResource
 
getBlinkRate() - ?? ????javax.swing.text.Caret
Gets the blink rate of the caret.
getBlinkRate() - ? ????javax.swing.text.DefaultCaret
Gets the caret blink rate.
getBlob(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlob(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlockedCount() - ? ????java.lang.management.ThreadInfo
Returns the total number of times that the thread associated with this ThreadInfo blocked to enter or reenter a monitor.
getBlockedTime() - ? ????java.lang.management.ThreadInfo
Returns the approximate accumulated elapsed time (in milliseconds) that the thread associated with this ThreadInfo has blocked to enter or reenter a monitor since thread contention monitoring is enabled.
getBlocker(Thread) - ? ??????java.util.concurrent.locks.LockSupport
Returns the blocker object supplied to the most recent invocation of a park method that has not yet unblocked, or null if not blocked.
getBlockIncrement() - ?? ????java.awt.Adjustable
Gets the block value increment for the adjustable object.
getBlockIncrement() - ? ????java.awt.Scrollbar
Gets the block increment of this scroll bar.
getBlockIncrement() - ? ????java.awt.ScrollPaneAdjustable
 
getBlockIncrement(int) - ? ????javax.swing.JScrollBar
Returns the amount to change the scrollbar's value by, given a block (usually "page") up/down request.
getBlockIncrement() - ? ????javax.swing.JScrollBar
For backwards compatibility with java.awt.Scrollbar.
getBlockIncrement(int) - ? ????javax.swing.JScrollPane.ScrollBar
Computes the block increment for scrolling if the viewport's view is a Scrollable object.
getBlockSize() - ? ????javax.crypto.Cipher
Returns the block size (in bytes).
getBlue() - ? ????java.awt.Color
Returns the blue component in the range 0-255 in the default sRGB space.
getBlue(int) - ? ????java.awt.image.ColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(Object) - ? ????java.awt.image.ColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(int) - ? ????java.awt.image.ComponentColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(Object) - ? ????java.awt.image.ComponentColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(int) - ? ????java.awt.image.DirectColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(Object) - ? ????java.awt.image.DirectColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(int) - ? ????java.awt.image.IndexColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlueMask() - ? ????java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the blue color component.
getBlues(byte[]) - ? ????java.awt.image.IndexColorModel
Copies the array of blue color components into the specified array.
getBody() - ? ????java.net.CacheRequest
Returns an OutputStream to which the response body can be written.
getBody() - ? ????java.net.CacheResponse
Returns the response body as an InputStream.
getBody() - ?? ????javax.xml.soap.SOAPEnvelope
Returns the SOAPBody object associated with this SOAPEnvelope object.
getBoolean(String) - ? ??????java.lang.Boolean
Returns true if and only if the system property named by the argument exists and is equal to the string "true".
getBoolean(Object, int) - ? ??????java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a boolean.
getBoolean(Object) - ? ????java.lang.reflect.Field
Gets the value of a static or instance boolean field.
getBoolean(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC BIT or BOOLEAN parameter as a boolean in the Java programming language.
getBoolean(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC BIT or BOOLEAN parameter as a boolean in the Java programming language.
getBoolean(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(String, boolean) - ? ????java.util.prefs.AbstractPreferences
Implements the getBoolean method as per the specification in Preferences.getBoolean(String,boolean).
getBoolean(String, boolean) - ? ????java.util.prefs.Preferences
Returns the boolean value represented by the string associated with the specified key in this preference node.
getBoolean(SynthContext, Object, boolean) - ? ????javax.swing.plaf.synth.SynthStyle
Convenience method to get a specific style property whose value is an Boolean.
getBoolean(Object) - ? ????javax.swing.UIDefaults
If the value of key is boolean, return the boolean value, otherwise return false.
getBoolean(Object, Locale) - ? ????javax.swing.UIDefaults
If the value of key for the given Locale is boolean, return the boolean value, otherwise return false.
getBoolean(Object) - ? ??????javax.swing.UIManager
Returns a boolean from the defaults which is associated with the key value.
getBoolean(Object, Locale) - ? ??????javax.swing.UIManager
Returns a boolean from the defaults which is associated with the key value and the given Locale.
getBootClassPath() - ?? ????java.lang.management.RuntimeMXBean
Returns the boot class path that is used by the bootstrap class loader to search for class files.
getBorder() - ? ????javax.swing.border.TitledBorder
Returns the border of the titled border.
getBorder() - ? ????javax.swing.JComponent
Returns the border of this component or null if no border is currently set.
getBorder() - ? ????javax.swing.plaf.basic.BasicSplitPaneDivider
Returns the border of this component or null if no border is currently set.
getBorder() - ? ????javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
Overrides JComponent.getBorder to returns the current border.
getBorder(Object) - ? ????javax.swing.UIDefaults
If the value of key is a Border return it, otherwise return null.
getBorder(Object, Locale) - ? ????javax.swing.UIDefaults
If the value of key for the given Locale is a Border return it, otherwise return null.
getBorder(Object) - ? ??????javax.swing.UIManager
Returns a border from the defaults.
getBorder(Object, Locale) - ? ??????javax.swing.UIManager
Returns a border from the defaults that is appropriate for the given locale.
getBorderColor() - ? ????javax.swing.plaf.basic.BasicToolBarUI.DragWindow
 
getBorderInsets(Component) - ? ????javax.swing.border.AbstractBorder
This default implementation returns a new Insets object that is initialized by the AbstractBorder.getBorderInsets(Component,Insets) method.
getBorderInsets(Component, Insets) - ? ????javax.swing.border.AbstractBorder
Reinitializes the insets parameter with this Border's current Insets.
getBorderInsets(Component, Insets) - ? ????javax.swing.border.BevelBorder
Reinitialize the insets parameter with this Border's current Insets.
getBorderInsets(Component) - ?? ????javax.swing.border.Border
Returns the insets of the border.
getBorderInsets(Component, Insets) - ? ????javax.swing.border.CompoundBorder
Reinitialize the insets parameter with this Border's current Insets.
getBorderInsets(Component, Insets) - ? ????javax.swing.border.EmptyBorder
Reinitialize the insets parameter with this Border's current Insets.
getBorderInsets() - ? ????javax.swing.border.EmptyBorder
Returns the insets of the border.
getBorderInsets(Component, Insets) - ? ????javax.swing.border.EtchedBorder
Reinitialize the insets parameter with this Border's current Insets.
getBorderInsets(Component, Insets) - ? ????javax.swing.border.LineBorder
Reinitialize the insets parameter with this Border's current Insets.
getBorderInsets(Component, Insets) - ? ????javax.swing.border.MatteBorder
Reinitialize the insets parameter with this Border's current Insets.
getBorderInsets() - ? ????javax.swing.border.MatteBorder
Returns the insets of the border.
getBorderInsets(Component, Insets) - ? ????javax.swing.border.SoftBevelBorder
Reinitialize the insets parameter with this Border's current Insets.
getBorderInsets(Component, Insets) - ? ????javax.swing.border.StrokeBorder
Reinitializes the insets parameter with this border's current insets.
getBorderInsets(Component, Insets) - ? ????javax.swing.border.TitledBorder
Reinitialize the insets parameter with this Border's current Insets.
getBorderInsets(Component, Insets) - ? ????javax.swing.plaf.basic.BasicBorders.ButtonBorder
 
getBorderInsets(Component, Insets) - ? ????javax.swing.plaf.basic.BasicBorders.FieldBorder
 
getBorderInsets(Component, Insets) - ? ????javax.swing.plaf.basic.BasicBorders.MarginBorder
 
getBorderInsets(Component, Insets) - ? ????javax.swing.plaf.basic.BasicBorders.MenuBarBorder
 
getBorderInsets(Component, Insets) - ? ????javax.swing.plaf.basic.BasicBorders.RadioButtonBorder
 
getBorderInsets(Component) - ? ????javax.swing.plaf.basic.BasicBorders.SplitPaneBorder
 
getBorderInsets(Component, Insets) - ? ????javax.swing.plaf.basic.BasicBorders.ToggleButtonBorder
 
getBorderInsets(Component) - ? ????javax.swing.plaf.BorderUIResource
 
getBorderInsets(Component, Insets) - ? ????javax.swing.plaf.metal.MetalBorders.ButtonBorder
 
getBorderInsets(Component, Insets) - ? ????javax.swing.plaf.metal.MetalBorders.Flush3DBorder
 
getBorderInsets(Component, Insets) - ? ????javax.swing.plaf.metal.MetalBorders.InternalFrameBorder
 
getBorderInsets(Component, Insets) - ? ????javax.swing.plaf.metal.MetalBorders.MenuBarBorder
 
getBorderInsets(Component, Insets) - ? ????javax.swing.plaf.metal.MetalBorders.MenuItemBorder
 
getBorderInsets(Component, Insets) - ? ????javax.swing.plaf.metal.MetalBorders.OptionDialogBorder
 
getBorderInsets(Component, Insets) - ? ????javax.swing.plaf.metal.MetalBorders.PaletteBorder
 
getBorderInsets(Component, Insets) - ? ????javax.swing.plaf.metal.MetalBorders.PopupMenuBorder
 
getBorderInsets(Component, Insets) - ? ????javax.swing.plaf.metal.MetalBorders.ScrollPaneBorder
 
getBorderInsets(Component, Insets) - ? ????javax.swing.plaf.metal.MetalBorders.TableHeaderBorder
 
getBorderInsets(Component, Insets) - ? ????javax.swing.plaf.metal.MetalBorders.ToolBarBorder
 
getBorderPainter(SynthContext) - ? ????javax.swing.plaf.nimbus.NimbusStyle
Gets the appropriate border Painter, if there is one, for the state specified in the given SynthContext.
getBorderSelectionColor() - ? ????javax.swing.tree.DefaultTreeCellEditor
Returns the color the border is drawn.
getBorderSelectionColor() - ? ????javax.swing.tree.DefaultTreeCellRenderer
Returns the color the border is drawn.
getBorderTitle(Border) - ? ????javax.swing.JComponent.AccessibleJComponent
Recursively search through the border hierarchy (if it exists) for a TitledBorder with a non-null title.
getBottomComponent() - ? ????javax.swing.JSplitPane
Returns the component below, or to the right of the divider.
getBottomInset() - ? ????javax.swing.text.AsyncBoxView
Get the bottom part of the margin around the view.
getBottomInset() - ? ????javax.swing.text.CompositeView
Gets the bottom inset.
getBottomPanel() - ? ????javax.swing.plaf.metal.MetalFileChooserUI
 
getBoundActions() - ?? ????javax.swing.text.Keymap
Fetches all of the actions defined in this keymap.
getBoundedPosition(GlyphView, int, float, float) - ? ????javax.swing.text.GlyphView.GlyphPainter
Determines the model location that represents the maximum advance that fits within the given span.
getBoundingBox() - ? ????java.awt.Polygon
????
As of JDK version 1.1, replaced by getBounds().
getBoundKeyStrokes() - ?? ????javax.swing.text.Keymap
Fetches all of the keystrokes in this map that are bound to some action.
getBounds() - ? ????java.awt.Component.AccessibleAWTComponent
Gets the bounds of this object in the form of a Rectangle object.
getBounds() - ? ????java.awt.Component
Gets the bounds of this component in the form of a Rectangle object.
getBounds(Rectangle) - ? ????java.awt.Component
Stores the bounds of this component into "return value" rv and return rv.
getBounds() - ? ????java.awt.font.GraphicAttribute
Returns a Rectangle2D that encloses all of the bits drawn by this GraphicAttribute relative to the rendering position.
getBounds() - ? ????java.awt.font.ImageGraphicAttribute
Returns a Rectangle2D that encloses all of the bits rendered by this ImageGraphicAttribute, relative to the rendering position.
getBounds() - ? ????java.awt.font.ShapeGraphicAttribute
Returns a Rectangle2D that encloses all of the bits drawn by this ShapeGraphicAttribute relative to the rendering position.
getBounds() - ? ????java.awt.font.TextLayout
Returns the bounds of this TextLayout.
getBounds() - ? ????java.awt.geom.Area
Returns a bounding Rectangle that completely encloses this Area.
getBounds() - ? ????java.awt.geom.CubicCurve2D
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - ? ????java.awt.geom.Line2D
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - ? ????java.awt.geom.Path2D
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - ? ????java.awt.geom.QuadCurve2D
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - ? ????java.awt.geom.RectangularShape
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - ? ????java.awt.GraphicsConfiguration
Returns the bounds of the GraphicsConfiguration in the device coordinates.
getBounds() - ? ????java.awt.image.Raster
Returns the bounding Rectangle of this Raster.
getBounds() - ? ????java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Gets the bounds of this object in the form of a Rectangle object.
getBounds() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the bounds of this object in the form of a Rectangle object.
getBounds() - ? ????java.awt.Polygon
Gets the bounding box of this Polygon.
getBounds() - ? ????java.awt.Rectangle
Gets the bounding Rectangle of this Rectangle.
getBounds() - ?? ????java.awt.Shape
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - ? ????java.awt.SplashScreen
Returns the bounds of the splash screen window as a Rectangle.
getBounds() - ?? ????java.lang.reflect.TypeVariable
Returns an array of Type objects representing the upper bound(s) of this type variable.
getBounds() - ?? ????javax.accessibility.AccessibleComponent
Gets the bounds of this object in the form of a Rectangle object.
getBounds() - ?? ????javax.lang.model.element.TypeParameterElement
Returns the bounds of this type parameter.
getBounds() - ?? ????javax.lang.model.type.IntersectionType
Return the bounds comprising this intersection type.
getBounds(Rectangle) - ? ????javax.swing.JComponent
Stores the bounds of this component into "return value" rv and returns rv.
getBounds() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getBounds() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
 
getBounds() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
getBounds() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getBounds(TreePath, Rectangle) - ? ????javax.swing.tree.AbstractLayoutCache
Returns a rectangle giving the bounds needed to draw path.
getBounds(TreePath, Rectangle) - ? ????javax.swing.tree.FixedHeightLayoutCache
Returns a rectangle giving the bounds needed to draw path.
getBounds(TreePath, Rectangle) - ? ????javax.swing.tree.VariableHeightLayoutCache
Returns the Rectangle enclosing the label portion into which the item identified by path will be drawn.
getBounds2D() - ? ????java.awt.font.GlyphMetrics
Returns the bounds of the glyph.
getBounds2D() - ? ????java.awt.geom.Arc2D
Returns the high-precision framing rectangle of the arc.
getBounds2D() - ? ????java.awt.geom.Area
Returns a high precision bounding Rectangle2D that completely encloses this Area.
getBounds2D() - ? ????java.awt.geom.CubicCurve2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - ? ????java.awt.geom.CubicCurve2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - ? ????java.awt.geom.Ellipse2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - ? ????java.awt.geom.Ellipse2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - ? ????java.awt.geom.Line2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - ? ????java.awt.geom.Line2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - ? ????java.awt.geom.Path2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - ? ????java.awt.geom.Path2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - ? ????java.awt.geom.QuadCurve2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - ? ????java.awt.geom.QuadCurve2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - ? ????java.awt.geom.Rectangle2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - ? ????java.awt.geom.Rectangle2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - ? ????java.awt.geom.Rectangle2D
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - ? ????java.awt.geom.RoundRectangle2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - ? ????java.awt.geom.RoundRectangle2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D(BufferedImage) - ? ????java.awt.image.AffineTransformOp
Returns the bounding box of the transformed destination.
getBounds2D(Raster) - ? ????java.awt.image.AffineTransformOp
Returns the bounding box of the transformed destination.
getBounds2D(Raster) - ? ????java.awt.image.BandCombineOp
Returns the bounding box of the transformed destination.
getBounds2D(BufferedImage) - ?? ????java.awt.image.BufferedImageOp
Returns the bounding box of the filtered destination image.
getBounds2D(BufferedImage) - ? ????java.awt.image.ColorConvertOp
Returns the bounding box of the destination, given this source.
getBounds2D(Raster) - ? ????java.awt.image.ColorConvertOp
Returns the bounding box of the destination, given this source.
getBounds2D(BufferedImage) - ? ????java.awt.image.ConvolveOp
Returns the bounding box of the filtered destination image.
getBounds2D(Raster) - ? ????java.awt.image.ConvolveOp
Returns the bounding box of the filtered destination Raster.
getBounds2D(BufferedImage) - ? ????java.awt.image.LookupOp
Returns the bounding box of the filtered destination image.
getBounds2D(Raster) - ? ????java.awt.image.LookupOp
Returns the bounding box of the filtered destination Raster.
getBounds2D(Raster) - ?? ????java.awt.image.RasterOp
Returns the bounding box of the filtered destination Raster.
getBounds2D(ParameterBlock) - ?? ????java.awt.image.renderable.ContextualRenderedImageFactory
Returns the bounding box for the output of the operation, performed on a given set of sources, in rendering-independent space.
getBounds2D(BufferedImage) - ? ????java.awt.image.RescaleOp
Returns the bounding box of the rescaled destination image.
getBounds2D(Raster) - ? ????java.awt.image.RescaleOp
Returns the bounding box of the rescaled destination Raster.
getBounds2D() - ? ????java.awt.Polygon
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - ? ????java.awt.Rectangle
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - ?? ????java.awt.Shape
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBoundsAt(int) - ? ????javax.swing.JTabbedPane
Returns the tab bounds at index.
getBoundsForIconOf(JInternalFrame) - ? ????javax.swing.DefaultDesktopManager
The iconifyFrame() code calls this to determine the proper bounds for the desktopIcon.
getBox(Rectangle) - ? ????javax.swing.plaf.basic.BasicProgressBarUI
Stores the position and size of the bouncing box that would be painted for the current animation index in r and returns r.
getBox(Rectangle) - ? ????javax.swing.plaf.synth.SynthProgressBarUI
Stores the position and size of the bouncing box that would be painted for the current animation index in r and returns r.
getBoxLength(int, int) - ? ????javax.swing.plaf.basic.BasicProgressBarUI
Returns the length of the "bouncing box" to be painted.
getBoxPainter(AttributeSet) - ? ????javax.swing.text.html.StyleSheet
Fetches the box formatter to use for the given set of CSS attributes.
getBranchQualifier() - ?? ????javax.transaction.xa.Xid
Obtain the transaction branch identifier part of XID as an array of bytes.
getBreakLocation(Segment, FontMetrics, int, int, TabExpander, int) - ? ??????javax.swing.text.Utilities
Determine where to break the given text to fit within the given span.
getBreakWeight(int, float, float) - ? ????javax.swing.text.GlyphView
Determines how attractive a break opportunity in this view is.
getBreakWeight(int, float, float) - ? ????javax.swing.text.html.InlineView
Determines how attractive a break opportunity in this view is.
getBreakWeight(int, float) - ? ????javax.swing.text.ParagraphView
Gets the break weight for a given location.
getBreakWeight(int, float, float) - ? ????javax.swing.text.View
Determines how attractive a break opportunity in this view is.
getBroadcast() - ? ????java.net.DatagramSocket
Tests if SO_BROADCAST is enabled.
getBroadcast() - ? ????java.net.InterfaceAddress
Returns an InetAddress for the broadcast address for this InterfaceAddress.
getBubbles() - ?? ????org.w3c.dom.events.Event
Used to indicate whether or not an event is a bubbling event.
getBuffer() - ? ????java.io.StringWriter
Return the string buffer itself.
getBufferCapabilities() - ? ????java.awt.GraphicsConfiguration
Returns the buffering capabilities of this GraphicsConfiguration.
getBufferedImageOp() - ? ????java.awt.image.BufferedImageFilter
Returns the BufferedImageOp.
getBufferedImageType() - ? ????javax.imageio.ImageTypeSpecifier
Returns an int containing one of the enumerated constant values describing image formats from BufferedImage.
getBufferSize() - ?? ????javax.sound.sampled.DataLine
Obtains the maximum number of bytes of data that will fit in the data line's internal buffer.
getBufferStrategy() - ? ????java.awt.Canvas
Returns the BufferStrategy used by this component.
getBufferStrategy() - ? ????java.awt.Window
Returns the BufferStrategy used by this component.
getBuilder() - ? ????javax.xml.bind.annotation.W3CDomHandler
 
getBundle(String) - ? ??????java.util.ResourceBundle
Gets a resource bundle using the specified base name, the default locale, and the caller's class loader.
getBundle(String, ResourceBundle.Control) - ? ??????java.util.ResourceBundle
Returns a resource bundle using the specified base name, the default locale and the specified control.
getBundle(String, Locale) - ? ??????java.util.ResourceBundle
Gets a resource bundle using the specified base name and locale, and the caller's class loader.
getBundle(String, Locale, ResourceBundle.Control) - ? ??????java.util.ResourceBundle
Returns a resource bundle using the specified base name, target locale and control, and the caller's class loader.
getBundle(String, Locale, ClassLoader) - ? ??????java.util.ResourceBundle
Gets a resource bundle using the specified base name, locale, and class loader.
getBundle(String, Locale, ClassLoader, ResourceBundle.Control) - ? ??????java.util.ResourceBundle
Returns a resource bundle using the specified base name, target locale, class loader and control.
getBusy() - ?? ????org.w3c.dom.ls.LSParser
true if the LSParser is currently busy loading a document, otherwise false.
getButton() - ? ????java.awt.event.MouseEvent
Returns which, if any, of the mouse buttons has changed state.
getButton() - ?? ????org.w3c.dom.events.MouseEvent
During mouse events caused by the depression or release of a mouse button, button is used to indicate which mouse button changed state.
getButtonBorder() - ? ??????javax.swing.plaf.basic.BasicBorders
 
getButtonBorder() - ? ??????javax.swing.plaf.metal.MetalBorders
Returns a border instance for a JButton
getButtonCount() - ? ????javax.swing.ButtonGroup
Returns the number of buttons in the group.
getButtonPanel() - ? ????javax.swing.plaf.metal.MetalFileChooserUI
 
getButtons() - ? ????javax.swing.plaf.basic.BasicOptionPaneUI
Returns the buttons to display from the JOptionPane the receiver is providing the look and feel for.
getButtonWidth() - ? ????javax.swing.plaf.metal.MetalScrollButton
 
getByAddress(String, byte[], NetworkInterface) - ? ??????java.net.Inet6Address
Create an Inet6Address in the exact manner of InetAddress.getByAddress(String,byte[]) except that the IPv6 scope_id is set to the value corresponding to the given interface for the address type specified in addr.
getByAddress(String, byte[], int) - ? ??????java.net.Inet6Address
Create an Inet6Address in the exact manner of InetAddress.getByAddress(String,byte[]) except that the IPv6 scope_id is set to the given numeric value.
getByAddress(String, byte[]) - ? ??????java.net.InetAddress
Creates an InetAddress based on the provided host name and IP address.
getByAddress(byte[]) - ? ??????java.net.InetAddress
Returns an InetAddress object given the raw IP address .
getByIndex(int) - ? ??????java.net.NetworkInterface
Get a network interface given its index.
getByInetAddress(InetAddress) - ? ??????java.net.NetworkInterface
Convenience method to search for a network interface that has the specified Internet Protocol (IP) address bound to it.
getByName(String) - ? ??????java.net.InetAddress
Determines the IP address of a host, given the host's name.
getByName(String) - ? ??????java.net.NetworkInterface
Searches for the network interface with the specified name.
getByte(Object, int) - ? ??????java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a byte.
getByte(Object) - ? ????java.lang.reflect.Field
Gets the value of a static or instance byte field.
getByte(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC TINYINT parameter as a byte in the Java programming language.
getByte(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getByte(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByte(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByteArray(String, byte[]) - ? ????java.util.prefs.AbstractPreferences
Implements the getByteArray method as per the specification in Preferences.getByteArray(String,byte[]).
getByteArray(String, byte[]) - ? ????java.util.prefs.Preferences
Returns the byte array value represented by the string associated with the specified key in this preference node.
getByteLength() - ? ????javax.sound.midi.MidiFileFormat
Obtains the length of the MIDI file, expressed in 8-bit bytes.
getByteLength() - ? ????javax.sound.sampled.AudioFileFormat
Obtains the size in bytes of the entire audio file (not just its audio data).
getByteOffset() - ?? ????org.w3c.dom.DOMLocator
The byte offset into the input source this locator is pointing to or -1 if there is no byte offset available.
getByteOrder() - ?? ????javax.imageio.stream.ImageInputStream
Returns the byte order with which data values will be read from this stream as an instance of the java.nio.ByteOrder enumeration.
getByteOrder() - ? ????javax.imageio.stream.ImageInputStreamImpl
 
getByteParameter(int) - ? ????java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a byte.
getBytes(int, int, byte[], int) - ? ????java.lang.String
????
This method does not properly convert characters into bytes. As of JDK 1.1, the preferred way to do this is via the String.getBytes() method, which uses the platform's default charset.
getBytes(String) - ? ????java.lang.String
Encodes this String into a sequence of bytes using the named charset, storing the result into a new byte array.
getBytes(Charset) - ? ????java.lang.String
Encodes this String into a sequence of bytes using the given charset, storing the result into a new byte array.
getBytes() - ? ????java.lang.String
Encodes this String into a sequence of bytes using the platform's default charset, storing the result into a new byte array.
getBytes(long, int) - ?? ????java.sql.Blob
Retrieves all or part of the BLOB value that this Blob object represents, as an array of bytes.
getBytes(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes() - ?? ????java.sql.RowId
Returns an array of bytes representing the value of the SQL ROWID designated by this java.sql.RowId object.
getBytes(long, int) - ? ????javax.sql.rowset.serial.SerialBlob
Copies the specified number of bytes, starting at the given position, from this SerialBlob object to another array of bytes.
getBytesRead() - ? ????java.util.zip.Deflater
Returns the total number of uncompressed bytes input so far.
getBytesRead() - ? ????java.util.zip.Inflater
Returns the total number of compressed bytes input so far.
getByteStream() - ?? ????org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of bytes.
getByteStream() - ?? ????org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream of bytes.
getByteStream() - ? ????org.xml.sax.InputSource
Get the byte stream for this input source.
getBytesWritten() - ? ????java.util.zip.Deflater
Returns the total number of compressed bytes output so far.
getBytesWritten() - ? ????java.util.zip.Inflater
Returns the total number of uncompressed bytes output so far.
getCA() - ? ????java.security.cert.TrustAnchor
Returns the name of the most-trusted CA as an X500Principal.
getCachedIcon(File) - ? ????javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
 
getCacheDirectory() - ? ??????javax.imageio.ImageIO
Returns the current value set by setCacheDirectory, or null if no explicit setting has been made.
getCachedMBeanInfo() - ? ????javax.management.StandardMBean
Customization hook: Return the MBeanInfo cached for this object.
getCalculatedDigestValue() - ?? ????javax.xml.crypto.dsig.Reference
Returns the calculated digest value of this Reference after a validation operation.
getCalendar() - ? ????java.text.DateFormat
Gets the calendar associated with this date/time formatter.
getCalendarField() - ? ????java.text.DateFormat.Field
Returns the Calendar field associated with this attribute.
getCalendarField() - ? ????javax.swing.SpinnerDateModel
Returns the Calendar field that is added to or subtracted from by the nextValue and previousValue methods.
getCalendarType() - ?? ????java.time.chrono.Chronology
Gets the calendar type of the calendar system.
getCalendarType() - ? ????java.time.chrono.HijrahChronology
Gets the calendar type of the Islamic calendar.
getCalendarType() - ? ????java.time.chrono.IsoChronology
Gets the calendar type of the underlying calendar system - 'iso8601'.
getCalendarType() - ? ????java.time.chrono.JapaneseChronology
Gets the calendar type of the underlying calendar system - 'japanese'.
getCalendarType() - ? ????java.time.chrono.MinguoChronology
Gets the calendar type of the underlying calendar system - 'roc'.
getCalendarType() - ? ????java.time.chrono.ThaiBuddhistChronology
Gets the calendar type of the underlying calendar system - 'buddhist'.
getCalendarType() - ? ????java.util.Calendar
Returns the calendar type of this Calendar.
getCalendarType() - ? ????java.util.GregorianCalendar
Returns "gregory" as the calendar type.
getCallback() - ???? ????javax.security.auth.callback.UnsupportedCallbackException
Get the unrecognized Callback.
getCallbackHandler() - ? ????java.security.KeyStore.CallbackHandlerProtection
Returns the CallbackHandler.
getCAName() - ? ????java.security.cert.TrustAnchor
Returns the name of the most-trusted CA in RFC 2253 String format.
getCancelable() - ?? ????org.w3c.dom.events.Event
Used to indicate whether or not an event can have its default action prevented.
getCancelSelectionAction() - ? ????javax.swing.plaf.basic.BasicFileChooserUI
 
getCandidateLocales(String, Locale) - ? ????java.util.ResourceBundle.Control
Returns a List of Locales as candidate locales for baseName and locale.
getCanonicalFile() - ? ????java.io.File
Returns the canonical form of this abstract pathname.
getCanonicalHostName() - ? ????java.net.InetAddress
Gets the fully qualified domain name for this IP address.
getCanonicalizationMethod() - ?? ????javax.xml.crypto.dsig.SignedInfo
Returns the canonicalization method of this SignedInfo.
getCanonicalizedData() - ?? ????javax.xml.crypto.dsig.SignedInfo
Returns the canonicalized signed info bytes after a signing or validation operation.
getCanonicalKeyPropertyListString() - ? ????javax.management.ObjectName
Returns a string representation of the list of key properties, in which the key properties are sorted in lexical order.
getCanonicalName() - ? ????java.lang.Class
Returns the canonical name of the underlying class as defined by the Java Language Specification.
getCanonicalName() - ? ????javax.management.ObjectName
Returns the canonical form of the name; that is, a string representation where the properties are sorted in lexical order.
getCanonicalPath() - ? ????java.io.File
Returns the canonical pathname string of this abstract pathname.
getCanWrapLines() - ? ????javax.swing.text.AbstractWriter
Returns whether or not the lines can be wrapped.
getCapabilities() - ? ????java.awt.Component.BltBufferStrategy
 
getCapabilities() - ? ????java.awt.Component.FlipBufferStrategy
 
getCapabilities() - ? ????java.awt.image.BufferStrategy
Returns the BufferCapabilities for this BufferStrategy.
getCapabilities(GraphicsConfiguration) - ? ????java.awt.Image
Returns an ImageCapabilities object which can be inquired as to the capabilities of this Image on the specified GraphicsConfiguration.
getCapabilities() - ? ????java.awt.image.VolatileImage
Returns an ImageCapabilities object which can be inquired as to the specific capabilities of this VolatileImage.
getCapturedArg(int) - ? ????java.lang.invoke.SerializedLambda
Get a dynamic argument to the lambda capture site.
getCapturedArgCount() - ? ????java.lang.invoke.SerializedLambda
Get the count of dynamic arguments to the lambda capture site.
getCapturingClass() - ? ????java.lang.invoke.SerializedLambda
Get the name of the class that captured this lambda.
getCAPublicKey() - ? ????java.security.cert.TrustAnchor
Returns the public key of the most-trusted CA.
getCaret() - ? ????java.awt.event.InputMethodEvent
Gets the caret.
getCaret() - ? ????javax.swing.text.JTextComponent
Fetches the caret that allows text-oriented navigation over the view.
getCaret() - ? ????javax.swing.text.NavigationFilter.FilterBypass
Returns the Caret that is changing.
getCaretColor() - ? ????javax.swing.text.JTextComponent
Fetches the current color used to render the caret.
getCaretInfo(TextHitInfo, Rectangle2D) - ? ????java.awt.font.TextLayout
Returns information about the caret corresponding to hit.
getCaretInfo(TextHitInfo) - ? ????java.awt.font.TextLayout
Returns information about the caret corresponding to hit.
getCaretListeners() - ? ????javax.swing.text.JTextComponent
Returns an array of all the caret listeners registered on this text component.
getCaretPosition() - ? ????java.awt.TextComponent.AccessibleAWTTextComponent
Returns the zero-based offset of the caret.
getCaretPosition() - ? ????java.awt.TextComponent
Returns the position of the text insertion caret.
getCaretPosition() - ?? ????javax.accessibility.AccessibleText
Returns the zero-based offset of the caret.
getCaretPosition() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Return the zero-based offset of the caret.
getCaretPosition() - ? ????javax.swing.JLabel.AccessibleJLabel
Return the zero-based offset of the caret.
getCaretPosition() - ? ????javax.swing.JSpinner.AccessibleJSpinner
Returns the zero-based offset of the caret.
getCaretPosition() - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Returns the zero-based offset of the caret.
getCaretPosition() - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the zero-based offset of the caret.
getCaretPosition() - ? ????javax.swing.text.JTextComponent
Returns the position of the text insertion caret for the text component.
getCaretShape(TextHitInfo, Rectangle2D) - ? ????java.awt.font.TextLayout
Returns a Shape representing the caret at the specified hit inside the specified bounds.
getCaretShape(TextHitInfo) - ? ????java.awt.font.TextLayout
Returns a Shape representing the caret at the specified hit inside the natural bounds of this TextLayout.
getCaretShapes(int, Rectangle2D, TextLayout.CaretPolicy) - ? ????java.awt.font.TextLayout
Returns two paths corresponding to the strong and weak caret.
getCaretShapes(int, Rectangle2D) - ? ????java.awt.font.TextLayout
Returns two paths corresponding to the strong and weak caret.
getCaretShapes(int) - ? ????java.awt.font.TextLayout
Returns two paths corresponding to the strong and weak caret.
getCatalog() - ?? ????java.sql.Connection
Retrieves this Connection object's current catalog name.
getCatalogName(int) - ?? ????java.sql.ResultSetMetaData
Gets the designated column's table's catalog name.
getCatalogName(int) - ? ????javax.sql.rowset.RowSetMetaDataImpl
Retrieves the catalog name of the table from which the value in the designated column was derived.
getCatalogs() - ?? ????java.sql.DatabaseMetaData
Retrieves the catalog names available in this database.
getCatalogSeparator() - ?? ????java.sql.DatabaseMetaData
Retrieves the String that this database uses as the separator between a catalog and table name.
getCatalogTerm() - ?? ????java.sql.DatabaseMetaData
Retrieves the database vendor's preferred term for "catalog".
getCategories() - ? ????javax.imageio.spi.ServiceRegistry
Returns an Iterator of Class objects indicating the current set of categories.
getCategory() - ?? ????javax.print.attribute.Attribute
Get the printing attribute class which is to be used as the "category" for this printing attribute value when it is added to an attribute set.
getCategory() - ? ????javax.print.attribute.standard.Chromaticity
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.ColorSupported
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.Compression
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.Copies
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.CopiesSupported
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.DateTimeAtCompleted
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.DateTimeAtCreation
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.DateTimeAtProcessing
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.Destination
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.DialogTypeSelection
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.DocumentName
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.Fidelity
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.Finishings
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobHoldUntil
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobImpressions
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobImpressionsCompleted
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobImpressionsSupported
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobKOctets
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobKOctetsProcessed
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobKOctetsSupported
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobMediaSheets
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobMediaSheetsCompleted
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobMediaSheetsSupported
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobMessageFromOperator
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobName
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobOriginatingUserName
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobPriority
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobPrioritySupported
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobSheets
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobState
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobStateReason
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.JobStateReasons
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.Media
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.MediaPrintableArea
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.MediaSize
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.MultipleDocumentHandling
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.NumberOfDocuments
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.NumberOfInterveningJobs
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.NumberUp
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.NumberUpSupported
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.OrientationRequested
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.OutputDeviceAssigned
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PageRanges
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PagesPerMinute
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PagesPerMinuteColor
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PDLOverrideSupported
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PresentationDirection
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PrinterInfo
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PrinterIsAcceptingJobs
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PrinterLocation
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PrinterMakeAndModel
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PrinterMessageFromOperator
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PrinterMoreInfo
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PrinterMoreInfoManufacturer
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PrinterName
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PrinterResolution
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PrinterState
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PrinterStateReason
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PrinterStateReasons
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PrinterURI
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.PrintQuality
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.QueuedJobCount
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.ReferenceUriSchemesSupported
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.RequestingUserName
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.Severity
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.SheetCollate
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCategory() - ? ????javax.print.attribute.standard.Sides
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
getCause() - ???? ????java.awt.print.PrinterIOException
Returns the the cause of this exception (the IOException that terminated the print job).
getCause() - ???? ????java.io.UncheckedIOException
Returns the cause of this exception.
getCause() - ???? ????java.io.WriteAbortedException
Returns the exception that terminated the operation (the cause).
getCause() - ???? ????java.lang.ClassNotFoundException
Returns the cause of this exception (the exception that was raised if an error occurred while attempting to load the class; otherwise null).
getCause() - ?? ????java.lang.ExceptionInInitializerError
Returns the cause of this error (the exception that occurred during a static initialization that caused this error to be created).
getCause() - ???? ????java.lang.reflect.InvocationTargetException
Returns the cause of this exception (the thrown target exception, which may be null).
getCause() - ???? ????java.lang.reflect.UndeclaredThrowableException
Returns the cause of this exception (the Throwable instance wrapped in this UndeclaredThrowableException, which may be null).
getCause() - ? ????java.lang.Throwable
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCause() - ???? ????java.nio.file.DirectoryIteratorException
Returns the cause of this exception.
getCause() - ???? ????java.rmi.activation.ActivationException
Returns the cause of this exception.
getCause() - ???? ????java.rmi.RemoteException
Returns the cause of this exception.
getCause() - ???? ????java.rmi.server.ServerCloneException
Returns the cause of this exception.
getCause() - ???? ????java.security.PrivilegedActionException
Returns the cause of this exception (the exception thrown by the privileged computation that resulted in this PrivilegedActionException).
getCause() - ???? ????javax.management.MBeanException
Return the actual Exception thrown.
getCause() - ???? ????javax.management.ReflectionException
Returns the actual Exception thrown.
getCause() - ???? ????javax.management.remote.JMXProviderException
 
getCause() - ???? ????javax.management.remote.JMXServerErrorException
 
getCause() - ???? ????javax.management.RuntimeErrorException
Returns the actual Error thrown.
getCause() - ???? ????javax.management.RuntimeMBeanException
Returns the actual RuntimeException thrown.
getCause() - ???? ????javax.management.RuntimeOperationsException
Returns the actual RuntimeException thrown.
getCause() - ???? ????javax.naming.NamingException
Returns the cause of this exception.
getCause() - ???? ????javax.security.sasl.SaslException
 
getCause() - ???? ????javax.xml.bind.JAXBException
 
getCause() - ???? ????javax.xml.crypto.dsig.TransformException
Returns the cause of this TransformException or null if the cause is nonexistent or unknown.
getCause() - ???? ????javax.xml.crypto.dsig.XMLSignatureException
Returns the cause of this XMLSignatureException or null if the cause is nonexistent or unknown.
getCause() - ???? ????javax.xml.crypto.KeySelectorException
Returns the cause of this KeySelectorException or null if the cause is nonexistent or unknown.
getCause() - ???? ????javax.xml.crypto.MarshalException
Returns the cause of this MarshalException or null if the cause is nonexistent or unknown.
getCause() - ???? ????javax.xml.crypto.NoSuchMechanismException
Returns the cause of this NoSuchMechanismException or null if the cause is nonexistent or unknown.
getCause() - ???? ????javax.xml.crypto.URIReferenceException
Returns the cause of this URIReferenceException or null if the cause is nonexistent or unknown.
getCause() - ?? ????javax.xml.parsers.FactoryConfigurationError
use the exception chaining mechanism of JDK1.4
getCause() - ???? ????javax.xml.soap.SOAPException
Returns the Throwable object embedded in this SOAPException if there is one.
getCause() - ?? ????javax.xml.stream.FactoryConfigurationError
use the exception chaining mechanism of JDK1.4
getCause() - ???? ????javax.xml.transform.TransformerException
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCause() - ?? ????javax.xml.transform.TransformerFactoryConfigurationError
use the exception chaining mechanism of JDK1.4
getCause() - ???? ????javax.xml.xpath.XPathException
Get the cause of this XPathException.
getCause() - ???? ????org.xml.sax.SAXException
Return the cause of the exception
getCellBounds(int, int) - ? ????javax.swing.JList
Returns the bounding rectangle, in the list's coordinate system, for the range of cells specified by the two indices.
getCellBounds(JList, int, int) - ? ????javax.swing.plaf.basic.BasicListUI
Returns the bounding rectangle, in the given list's coordinate system, for the range of cells specified by the two indices.
getCellBounds(JList, int, int) - ? ????javax.swing.plaf.ListUI
Returns the bounding rectangle, in the given list's coordinate system, for the range of cells specified by the two indices.
getCellBounds(JList, int, int) - ? ????javax.swing.plaf.multi.MultiListUI
Invokes the getCellBounds method on each UI handled by this object.
getCellEditor() - ? ????javax.swing.JTable
Returns the active cell editor, which is null if the table is not currently editing.
getCellEditor(int, int) - ? ????javax.swing.JTable
Returns an appropriate editor for the cell specified by row and column.
getCellEditor() - ? ????javax.swing.JTree
Returns the editor used to edit entries in the tree.
getCellEditor() - ? ????javax.swing.plaf.basic.BasicTreeUI
 
getCellEditor() - ? ????javax.swing.table.TableColumn
Returns the TableCellEditor used by the JTable to edit values for this column.
getCellEditorListeners() - ? ????javax.swing.AbstractCellEditor
Returns an array of all the CellEditorListeners added to this AbstractCellEditor with addCellEditorListener().
getCellEditorListeners() - ? ????javax.swing.tree.DefaultTreeCellEditor
Returns an array of all the CellEditorListeners added to this DefaultTreeCellEditor with addCellEditorListener().
getCellEditorValue() - ?? ????javax.swing.CellEditor
Returns the value contained in the editor.
getCellEditorValue() - ? ????javax.swing.DefaultCellEditor.EditorDelegate
Returns the value of this cell.
getCellEditorValue() - ? ????javax.swing.DefaultCellEditor
Forwards the message from the CellEditor to the delegate.
getCellEditorValue() - ? ????javax.swing.tree.DefaultTreeCellEditor
Returns the value currently being edited.
getCellLength() - ? ????javax.swing.plaf.basic.BasicProgressBarUI
Returns the width (if HORIZONTAL) or height (if VERTICAL) of each of the individual cells/units to be rendered in the progress bar.
getCellRect(int, int, boolean) - ? ????javax.swing.JTable
Returns a rectangle for the cell that lies at the intersection of row and column.
getCellRenderer() - ? ????javax.swing.JList
Returns the object responsible for painting list items.
getCellRenderer(int, int) - ? ????javax.swing.JTable
Returns an appropriate renderer for the cell specified by this row and column.
getCellRenderer() - ? ????javax.swing.JTree
Returns the current TreeCellRenderer that is rendering each cell.
getCellRenderer() - ? ????javax.swing.plaf.basic.BasicTreeUI
Return currentCellRenderer, which will either be the trees renderer, or defaultCellRenderer, which ever wasn't null.
getCellRenderer() - ? ????javax.swing.table.TableColumn
Returns the TableCellRenderer used by the JTable to draw values for this column.
getCellSelectionEnabled() - ? ????javax.swing.JTable
Returns true if both row and column selection models are enabled.
getCellSpacing() - ? ????javax.swing.plaf.basic.BasicProgressBarUI
Returns the spacing between each of the cells/units in the progress bar.
getCenterPoint() - ? ????java.awt.GraphicsEnvironment
Returns the Point where Windows should be centered.
getCenterPoint() - ? ????java.awt.RadialGradientPaint
Returns a copy of the center point of the radial gradient.
getCentersChildren() - ? ????javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
 
getCenterX() - ? ????java.awt.geom.RectangularShape
Returns the X coordinate of the center of the framing rectangle of the Shape in double precision.
getCenterY() - ? ????java.awt.geom.RectangularShape
Returns the Y coordinate of the center of the framing rectangle of the Shape in double precision.
getCertificate() - ? ????java.security.cert.X509CertSelector
Returns the certificateEquals criterion.
getCertificate(String) - ? ????java.security.KeyStore
Returns the certificate associated with the given alias.
getCertificate() - ? ????java.security.KeyStore.PrivateKeyEntry
Gets the end entity Certificate from the certificate chain in this entry.
getCertificate() - ? ????javax.security.auth.x500.X500PrivateCredential
Returns the X.509 certificate.
getCertificateAlias(Certificate) - ? ????java.security.KeyStore
Returns the (alias) name of the first keystore entry whose certificate matches the given certificate.
getCertificateChain(String) - ? ????java.security.KeyStore
Returns the certificate chain associated with the given alias.
getCertificateChain() - ? ????java.security.KeyStore.PrivateKeyEntry
Gets the Certificate chain from this entry.
getCertificateChain(String) - ?? ????javax.net.ssl.X509KeyManager
Returns the certificate chain associated with the given alias.
getCertificateChecking() - ? ????java.security.cert.X509CRLSelector
Returns the certificate being checked.
getCertificateIssuer() - ? ????java.security.cert.X509CRLEntry
Get the issuer of the X509Certificate described by this entry.
getCertificates() - ? ????java.net.JarURLConnection
Return the Certificate object for this connection if the URL for it points to a JAR file entry, null otherwise.
getCertificates() - ? ????java.security.cert.CertPath
Returns the list of certificates in this certification path.
getCertificates(CertSelector) - ? ????java.security.cert.CertStore
Returns a Collection of Certificates that match the specified selector.
getCertificates() - ? ????java.security.CodeSource
Returns the certificates associated with this CodeSource.
getCertificates() - ? ????java.util.jar.JarEntry
Returns the Certificate objects for this entry, or null if none.
getCertificateValid() - ? ????java.security.cert.X509CertSelector
Returns the certificateValid criterion.
getCertifiedText() - ?? ????org.w3c.dom.ls.LSInput
If set to true, assume that the input is certified (see section 2.13 in [XML 1.1]) when parsing [XML 1.1].
getCertPath() - ?? ????java.security.cert.CertPathBuilderResult
Returns the built certification path.
getCertPath() - ???? ????java.security.cert.CertPathValidatorException
Returns the certification path that was being validated when the exception was thrown.
getCertPath() - ? ????java.security.cert.PKIXCertPathBuilderResult
Returns the built and validated certification path.
getCertPathCheckers() - ? ????java.security.cert.PKIXParameters
Returns the List of certification path checkers.
getCertPathEncodings() - ? ????java.security.cert.CertificateFactory
Returns an iteration of the CertPath encodings supported by this certificate factory, with the default encoding first.
getCertStoreParameters() - ? ????java.security.cert.CertStore
Returns the parameters used to initialize this CertStore.
getCertStores() - ? ????java.security.cert.PKIXParameters
Returns an immutable List of CertStores that are used to find certificates and CRLs.
getChange(Element) - ?? ????javax.swing.event.DocumentEvent
Gets the change information for the given element.
getChange(Element) - ? ????javax.swing.text.AbstractDocument.DefaultDocumentEvent
Gets the changes for an element.
getChanged() - ? ????java.awt.event.HierarchyEvent
Returns the Component at the top of the hierarchy which was changed.
getChangedParent() - ? ????java.awt.event.HierarchyEvent
Returns the parent of the Component returned by getChanged().
getChangeFlags() - ? ????java.awt.event.HierarchyEvent
Returns a bitmask which indicates the type(s) of HIERARCHY_CHANGED events represented in this event object.
getChangeInfo() - ? ????javax.naming.event.NamingEvent
Retrieves the change information for this event.
getChangeListeners() - ? ????javax.swing.AbstractButton
Returns an array of all the ChangeListeners added to this AbstractButton with addChangeListener().
getChangeListeners() - ? ????javax.swing.AbstractSpinnerModel
Returns an array of all the ChangeListeners added to this AbstractSpinnerModel with addChangeListener().
getChangeListeners() - ? ????javax.swing.colorchooser.DefaultColorSelectionModel
Returns an array of all the ChangeListeners added to this DefaultColorSelectionModel with addChangeListener.
getChangeListeners() - ? ????javax.swing.DefaultBoundedRangeModel
Returns an array of all the change listeners registered on this DefaultBoundedRangeModel.
getChangeListeners() - ? ????javax.swing.DefaultButtonModel
Returns an array of all the change listeners registered on this DefaultButtonModel.
getChangeListeners() - ? ????javax.swing.DefaultSingleSelectionModel
Returns an array of all the change listeners registered on this DefaultSingleSelectionModel.
getChangeListeners() - ? ????javax.swing.JProgressBar
Returns an array of all the ChangeListeners added to this progress bar with addChangeListener.
getChangeListeners() - ? ????javax.swing.JSlider
Returns an array of all the ChangeListeners added to this JSlider with addChangeListener().
getChangeListeners() - ? ????javax.swing.JSpinner
Returns an array of all the ChangeListeners added to this JSpinner with addChangeListener().
getChangeListeners() - ? ????javax.swing.JTabbedPane
Returns an array of all the ChangeListeners added to this JTabbedPane with addChangeListener.
getChangeListeners() - ? ????javax.swing.JViewport
Returns an array of all the ChangeListeners added to this JViewport with addChangeListener().
getChangeListeners() - ? ????javax.swing.MenuSelectionManager
Returns an array of all the ChangeListeners added to this MenuSelectionManager with addChangeListener().
getChangeListeners() - ? ????javax.swing.text.DefaultCaret
Returns an array of all the change listeners registered on this caret.
getChangeListeners() - ? ????javax.swing.text.StyleContext
Returns an array of all the ChangeListeners added to this StyleContext with addChangeListener().
getChangeListeners() - ? ????javax.swing.text.StyleContext.NamedStyle
Returns an array of all the ChangeListeners added to this NamedStyle with addChangeListener().
getChangeToParentDirectoryAction() - ? ????javax.swing.plaf.basic.BasicFileChooserUI
 
getChannel() - ? ????java.io.FileInputStream
Returns the unique FileChannel object associated with this file input stream.
getChannel() - ? ????java.io.FileOutputStream
Returns the unique FileChannel object associated with this file output stream.
getChannel() - ? ????java.io.RandomAccessFile
Returns the unique FileChannel object associated with this file.
getChannel() - ? ????java.net.DatagramSocket
Returns the unique DatagramChannel object associated with this datagram socket, if any.
getChannel() - ? ????java.net.ServerSocket
Returns the unique ServerSocketChannel object associated with this socket, if any.
getChannel() - ? ????java.net.Socket
Returns the unique SocketChannel object associated with this socket, if any.
getChannel() - ? ????javax.sound.midi.ShortMessage
Obtains the MIDI channel associated with this event.
getChannelPressure() - ?? ????javax.sound.midi.MidiChannel
Obtains the channel's keyboard pressure.
getChannels() - ?? ????javax.sound.midi.Synthesizer
Obtains the set of MIDI channels controlled by this synthesizer.
getChannels() - ? ????javax.sound.sampled.AudioFormat
Obtains the number of channels.
getChar(Object, int) - ? ??????java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a char.
getChar(Object) - ? ????java.lang.reflect.Field
Gets the value of a static or instance field of type char or of another primitive type convertible to type char via a widening conversion.
getChar() - ? ????java.nio.ByteBuffer
Relative get method for reading a char value.
getChar(int) - ? ????java.nio.ByteBuffer
Absolute get method for reading a char value.
getCharacterAttribute(int) - ? ????java.awt.TextComponent.AccessibleAWTTextComponent
Returns the AttributeSet for a given character (at a given index).
getCharacterAttribute(int) - ?? ????javax.accessibility.AccessibleText
Returns the AttributeSet for a given character at a given index
getCharacterAttribute(int) - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Return the AttributeSet for a given character at a given index
getCharacterAttribute(int) - ? ????javax.swing.JLabel.AccessibleJLabel
Return the AttributeSet for a given character at a given index
getCharacterAttribute(int) - ? ????javax.swing.JSpinner.AccessibleJSpinner
Returns the AttributeSet for a given character at a given index
getCharacterAttribute(int) - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Returns the AttributeSet for a given character at a given index
getCharacterAttribute(int) - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the AttributeSet for a given character (at a given index).
getCharacterAttributeRun() - ? ????javax.swing.text.StyledEditorKit
Fetches the element representing the current run of character attributes for the caret.
getCharacterAttributes() - ? ????javax.swing.JTextPane
Fetches the character attributes in effect at the current location of the caret, or null.
getCharacterBounds(int) - ? ????java.awt.TextComponent.AccessibleAWTTextComponent
Determines the bounding box of the character at the given index into the string.
getCharacterBounds(int) - ?? ????javax.accessibility.AccessibleText
Determines the bounding box of the character at the given index into the string.
getCharacterBounds(int) - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Determine the bounding box of the character at the given index into the string.
getCharacterBounds(int) - ? ????javax.swing.JLabel.AccessibleJLabel
Returns the bounding box of the character at the given index in the string.
getCharacterBounds(int) - ? ????javax.swing.JSpinner.AccessibleJSpinner
Determines the bounding box of the character at the given index into the string.
getCharacterBounds(int) - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Determines the bounding box of the character at the given index into the string.
getCharacterBounds(int) - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Determines the bounding box of the character at the given index into the string.
getCharacterCount() - ? ????java.awt.font.TextLayout
Returns the number of characters represented by this TextLayout.
getCharacterElement(int) - ? ????javax.swing.text.DefaultStyledDocument
Gets a character element based on a position.
getCharacterElement(int) - ?? ????javax.swing.text.StyledDocument
Gets the element that represents the character that is at the given offset within the document.
getCharacterEncodingScheme() - ?? ????javax.xml.stream.events.StartDocument
Returns the encoding style of the XML data
getCharacterEncodingScheme() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getCharacterEncodingScheme() - ?? ????javax.xml.stream.XMLStreamReader
Returns the character encoding declared on the xml declaration Returns null if none was declared
getCharacterInstance() - ? ??????java.text.BreakIterator
Returns a new BreakIterator instance for character breaks for the default locale.
getCharacterInstance(Locale) - ? ??????java.text.BreakIterator
Returns a new BreakIterator instance for character breaks for the given locale.
getCharacterInstance(Locale) - ? ????java.text.spi.BreakIteratorProvider
Returns a new BreakIterator instance for getCharacterLevel(int) - ? ????java.awt.font.TextLayout
Returns the level of the character at index.
getCharacterOffset() - ?? ????javax.xml.stream.Location
Return the byte or character offset into the input source this location is pointing to.
getCharacterStream(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getCharacterStream(String) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getCharacterStream() - ?? ????java.sql.Clob
Retrieves the CLOB value designated by this Clob object as a java.io.Reader object (or as a stream of characters).
getCharacterStream(long, long) - ?? ????java.sql.Clob
Returns a Reader object that contains a partial Clob value, starting with the character specified by pos, which is length characters in length.
getCharacterStream(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream() - ?? ????java.sql.SQLXML
Retrieves the XML value designated by this SQLXML instance as a java.io.Reader object.
getCharacterStream() - ? ????javax.sql.rowset.serial.SerialClob
Returns this SerialClob object's data as a stream of Unicode characters.
getCharacterStream(long, long) - ? ????javax.sql.rowset.serial.SerialClob
Returns a Reader object that contains a partial SerialClob value, starting with the character specified by pos, which is length characters in length.
getCharacterStream() - ?? ????org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of 16-bit units.
getCharacterStream() - ?? ????org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
getCharacterStream() - ? ????org.xml.sax.InputSource
Get the character stream for this input source.
getCharContent(boolean) - ?? ????javax.tools.FileObject
Gets the character content of this file object, if available.
getCharContent(boolean) - ? ????javax.tools.ForwardingFileObject
 
getCharContent(boolean) - ? ????javax.tools.SimpleJavaFileObject
This implementation always throws UnsupportedOperationException.
getCharCount() - ? ????java.awt.TextComponent.AccessibleAWTTextComponent
Returns the number of characters (valid indicies)
getCharCount() - ?? ????javax.accessibility.AccessibleText
Returns the number of characters (valid indicies)
getCharCount() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Return the number of characters (valid indicies)
getCharCount() - ? ????javax.swing.JLabel.AccessibleJLabel
Return the number of characters (valid indicies)
getCharCount() - ? ????javax.swing.JSpinner.AccessibleJSpinner
Returns the number of characters (valid indicies)
getCharCount() - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Returns the number of characters (valid indicies)
getCharCount() - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the number of characters (valid indices)
getCharIndex() - ? ????java.awt.font.TextHitInfo
Returns the index of the character hit.
getCharParameter(int) - ? ????java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a char.
getChars(int, int, char[], int) - ? ????java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int) - ? ????java.lang.StringBuffer
 
getChars(int, int, Segment) - ?? ????javax.swing.text.AbstractDocument.Content
Gets a sequence of characters and copies them into a Segment.
getChars(int, int, Segment) - ? ????javax.swing.text.GapContent
Retrieves a portion of the content.
getChars(int, int, Segment) - ? ????javax.swing.text.StringContent
Retrieves a portion of the content.
getCharsetName() - ???? ????java.nio.charset.IllegalCharsetNameException
Retrieves the illegal charset name.
getCharsetName() - ???? ????java.nio.charset.UnsupportedCharsetException
Retrieves the name of the unsupported charset.
getCharSetSpec() - ???? ????javax.swing.text.ChangedCharSetException
 
getCheckboxGroup() - ? ????java.awt.Checkbox
Determines this check box's group.
getCheckBoxIcon() - ? ??????javax.swing.plaf.basic.BasicIconFactory
 
getCheckBoxIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
Returns a checkbox icon.
getCheckBoxMenuItemIcon() - ? ??????javax.swing.plaf.basic.BasicIconFactory
 
getCheckBoxMenuItemIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getChecksum() - ? ????java.util.zip.CheckedInputStream
Returns the Checksum for this input stream.
getChecksum() - ? ????java.util.zip.CheckedOutputStream
Returns the Checksum for this output stream.
getChild() - ? ????java.awt.event.ContainerEvent
Returns the component that was affected by the event.
getChild(String) - ? ????java.util.prefs.AbstractPreferences
Returns the named child if it exists, or null if it does not.
getChild() - ? ????java.util.prefs.NodeChangeEvent
Returns the node that was added or removed.
getChild(File, String) - ? ????javax.swing.filechooser.FileSystemView
 
getChild(Object, int) - ? ????javax.swing.tree.DefaultTreeModel
Returns the child of parent at index index in the parent's child array.
getChild(Object, int) - ?? ????javax.swing.tree.TreeModel
Returns the child of parent at index index in the parent's child array.
getChildAfter(TreeNode) - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the child in this node's child array that immediately follows aChild, which must be a child of this node.
getChildAllocation(int, Shape) - ? ????javax.swing.text.AsyncBoxView.ChildLocator
Fetch the allocation to use for a child view.
getChildAllocation(int) - ? ????javax.swing.text.AsyncBoxView.ChildLocator
Fetch the allocation to use for a child view.
getChildAllocation(int, Shape) - ? ????javax.swing.text.AsyncBoxView
Fetches the allocation for the given child view.
getChildAllocation(int, Shape) - ? ????javax.swing.text.BoxView
Fetches the allocation for the given child view.
getChildAllocation(int, Shape) - ? ????javax.swing.text.CompositeView
Fetches the allocation for the given child view to render into.
getChildAllocation(int, Shape) - ? ????javax.swing.text.View
Fetches the allocation for the given child view.
getChildAt(int) - ? ????javax.swing.JTree.DynamicUtilTreeNode
Subclassed to load the children, if necessary.
getChildAt(int) - ? ????javax.swing.text.AbstractDocument.AbstractElement
Returns the child TreeNode at index childIndex.
getChildAt(int) - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the child at the specified index in this node's child array.
getChildAt(int) - ?? ????javax.swing.tree.TreeNode
Returns the child TreeNode at index childIndex.
getChildBeanContextChild(Object) - ? ??????java.beans.beancontext.BeanContextSupport
Gets the BeanContextChild (if any) of the specified child
getChildBeanContextMembershipListener(Object) - ? ??????java.beans.beancontext.BeanContextSupport
Gets the BeanContextMembershipListener (if any) of the specified child
getChildBeanContextServicesListener(Object) - ? ??????java.beans.beancontext.BeanContextServicesSupport
Gets the BeanContextServicesListener (if any) of the specified child.
getChildBefore(TreeNode) - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the child in this node's child array that immediately precedes aChild, which must be a child of this node.
getChildCount() - ? ????javax.swing.JTree.DynamicUtilTreeNode
Returns the number of child nodes.
getChildCount() - ? ????javax.swing.text.AbstractDocument.AbstractElement
Returns the number of children TreeNode's receiver contains.
getChildCount() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the number of children of this node.
getChildCount(Object) - ? ????javax.swing.tree.DefaultTreeModel
Returns the number of children of parent.
getChildCount(Object) - ?? ????javax.swing.tree.TreeModel
Returns the number of children of parent.
getChildCount() - ?? ????javax.swing.tree.TreeNode
Returns the number of children TreeNodes the receiver contains.
getChildElements() - ?? ????javax.xml.soap.SOAPElement
Returns an Iterator over all the immediate child Nodes of this element.
getChildElements(Name) - ?? ????javax.xml.soap.SOAPElement
Returns an Iterator over all the immediate child Nodes of this element with the specified name.
getChildElements(QName) - ?? ????javax.xml.soap.SOAPElement
Returns an Iterator over all the immediate child Nodes of this element with the specified qname.
getChildIndex() - ? ????javax.swing.JTree.DropLocation
Returns the index where the dropped data should be inserted with respect to the path returned by getPath().
getChildIndices() - ? ????javax.swing.event.TreeModelEvent
Returns the values of the child indexes.
getChildNames(String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns an array of Strings indicating the names of the element which are allowed to be children of the named element, in the order in which they should appear.
getChildNames(String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getChildNodes() - ? ????javax.imageio.metadata.IIOMetadataNode
Returns a NodeList that contains all children of this node.
getChildNodes() - ?? ????org.w3c.dom.Node
A NodeList that contains all children of this node.
getChildPolicy(String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns one of the constants starting with CHILD_POLICY_, indicating the legal pattern of children for the named element.
getChildPolicy(String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getChildPropertyChangeListener(Object) - ? ??????java.beans.beancontext.BeanContextSupport
Gets the PropertyChangeListener (if any) of the specified child
getChildren() - ?? ????java.security.cert.PolicyNode
Returns an iterator over the children of this node.
getChildren() - ? ????javax.swing.event.TreeModelEvent
Returns the objects that are children of the node identified by getPath at the locations specified by getChildIndices.
getChildrenAdded() - ?? ????javax.swing.event.DocumentEvent.ElementChange
Gets the child elements that were added to the given parent element.
getChildrenAdded() - ? ????javax.swing.text.AbstractDocument.ElementEdit
Gets a list of children that were added.
getChildrenRemoved() - ?? ????javax.swing.event.DocumentEvent.ElementChange
Gets the child elements that were removed from the given parent element.
getChildrenRemoved() - ? ????javax.swing.text.AbstractDocument.ElementEdit
Gets a list of children that were removed.
getChildSerializable(Object) - ? ??????java.beans.beancontext.BeanContextSupport
Gets the Serializable (if any) associated with the specified Child
getChildState(int) - ? ????javax.swing.text.AsyncBoxView
Fetch the object representing the layout state of of the child at the given index.
getChildVetoableChangeListener(Object) - ? ??????java.beans.beancontext.BeanContextSupport
Gets the VetoableChangeListener (if any) of the specified child
getChildView() - ? ????javax.swing.text.AsyncBoxView.ChildState
Fetch the child view this record represents
getChildVisibility(Object) - ? ??????java.beans.beancontext.BeanContextSupport
Gets the Component (if any) associated with the specified child.
getChoices() - ? ????javax.security.auth.callback.ChoiceCallback
Get the list of choices.
getChoosableFileFilters() - ? ????javax.swing.JFileChooser
Gets the list of user choosable file filters.
getChooserPanels() - ? ????javax.swing.JColorChooser
Returns the specified color panels.
getChronology() - ?? ????java.time.chrono.ChronoLocalDate
Gets the chronology of this date.
getChronology() - ?? ????java.time.chrono.ChronoLocalDateTime
Gets the chronology of this date-time.
getChronology() - ?? ????java.time.chrono.ChronoPeriod
Gets the chronology that defines the meaning of the supported units.
getChronology() - ?? ????java.time.chrono.ChronoZonedDateTime
Gets the chronology of this date-time.
getChronology() - ? ????java.time.chrono.HijrahDate
Gets the chronology of this date, which is the Hijrah calendar system.
getChronology() - ? ????java.time.chrono.JapaneseDate
Gets the chronology of this date, which is the Japanese calendar system.
getChronology() - ? ????java.time.chrono.MinguoDate
Gets the chronology of this date, which is the Minguo calendar system.
getChronology() - ? ????java.time.chrono.ThaiBuddhistDate
Gets the chronology of this date, which is the Thai Buddhist calendar system.
getChronology() - ? ????java.time.format.DateTimeFormatter
Gets the overriding chronology to be used during formatting.
getChronology() - ? ????java.time.LocalDate
Gets the chronology of this date, which is the ISO calendar system.
getChronology() - ? ????java.time.Period
Gets the chronology of this period, which is the ISO calendar system.
getCipherSuite() - ? ????java.net.SecureCacheResponse
Returns the cipher suite in use on the original connection that retrieved the network resource.
getCipherSuite() - ? ????javax.net.ssl.HandshakeCompletedEvent
Returns the cipher suite in use by the session which was produced by the handshake.
getCipherSuite() - ? ????javax.net.ssl.HttpsURLConnection
Returns the cipher suite in use on this connection.
getCipherSuite() - ?? ????javax.net.ssl.SSLSession
Returns the name of the SSL cipher suite which is used for all connections in the session.
getCipherSuites() - ? ????javax.net.ssl.SSLParameters
Returns a copy of the array of ciphersuites or null if none have been set.
getClass() - ? ????java.lang.Object
Returns the runtime class of this Object.
getClassAnnotation(Class<?>) - ? ??????java.rmi.server.RMIClassLoader
Returns the annotation string (representing a location for the class definition) that RMI will use to annotate the class descriptor when marshalling objects of the given class.
getClassAnnotation(Class<?>) - ? ????java.rmi.server.RMIClassLoaderSpi
Provides the implementation for RMIClassLoader.getClassAnnotation(Class).
getClassContext() - ? ????java.lang.SecurityManager
Returns the current execution stack as an array of classes.
getClasses() - ? ????java.lang.Class
Returns an array containing Class objects representing all the public classes and interfaces that are members of the class represented by this Class object.
getClassLoader() - ? ????java.lang.Class
Returns the class loader for the class.
getClassLoader(String) - ? ??????java.rmi.server.RMIClassLoader
Returns a class loader that loads classes from the given codebase URL path.
getClassLoader(String) - ? ????java.rmi.server.RMIClassLoaderSpi
Provides the implementation for RMIClassLoader.getClassLoader(String).
getClassLoader() - ? ????java.security.ProtectionDomain
Returns the ClassLoader of this domain.
getClassLoader(ObjectName) - ?? ????javax.management.MBeanServer
Return the named ClassLoader.
getClassLoader(JavaFileManager.Location) - ? ????javax.tools.ForwardingJavaFileManager
 
getClassLoader(JavaFileManager.Location) - ?? ????javax.tools.JavaFileManager
Gets a class loader for loading plug-ins from the given location.
getClassLoaderFor(ObjectName) - ?? ????javax.management.MBeanServer
Return the ClassLoader that was used for loading the class of the named MBean.
getClassLoaderRepository() - ?? ????javax.management.MBeanServer
Return the ClassLoaderRepository for this MBeanServer.
getClassLoaderRepository(MBeanServer) - ? ??????javax.management.MBeanServerFactory
Return the ClassLoaderRepository used by the given MBeanServer.
getClassLoaderRepository() - ? ????javax.management.modelmbean.RequiredModelMBean
Return the Class Loader Repository used to perform class loading.
getClassLoadingLock(String) - ? ????java.lang.ClassLoader
Returns the lock object for class loading operations.
getClassLoadingMXBean() - ? ??????java.lang.management.ManagementFactory
Returns the managed bean for the class loading system of the Java virtual machine.
getClassName() - ? ????java.lang.management.LockInfo
Returns the fully qualified name of the class of the lock object.
getClassName() - ? ????java.lang.StackTraceElement
Returns the fully qualified name of the class containing the execution point represented by this stack trace element.
getClassName() - ? ????java.rmi.activation.ActivationDesc
Returns the class name for the object specified by this descriptor.
getClassName() - ? ????java.rmi.activation.ActivationGroupDesc
Returns the group's class name (possibly null).
getClassName() - ? ????java.security.Provider.Service
Return the name of the class implementing this service.
getClassName() - ???? ????java.util.MissingResourceException
Gets parameter passed by constructor.
getClassName() - ? ????javax.management.MBeanInfo
Returns the name of the Java class of the MBean described by this MBeanInfo.
getClassName() - ?? ????javax.management.modelmbean.ModelMBeanInfo
Returns the name of the Java class of the MBean described by this MBeanInfo.
getClassName() - ? ????javax.management.ObjectInstance
Returns the class part.
getClassName() - ?? ????javax.management.openmbean.OpenMBeanInfo
Returns the fully qualified Java class name of the open MBean instances this OpenMBeanInfo describes.
getClassName() - ? ????javax.management.openmbean.OpenType
Returns the fully qualified Java class name of the open data values this open type describes.
getClassName(MBeanInfo) - ? ????javax.management.StandardMBean
Customization hook: Get the className that will be used in the MBeanInfo returned by this MBean.
getClassName() - ? ????javax.naming.Binding
Retrieves the class name of the object bound to the name of this binding.
getClassName() - ? ????javax.naming.NameClassPair
Retrieves the class name of the object bound to the name of this binding.
getClassName() - ? ????javax.naming.Reference
Retrieves the class name of the object to which this reference refers.
getClassName() - ? ????javax.swing.UIManager.LookAndFeelInfo
Returns the name of the class that implements this look and feel.
getClassPath() - ?? ????java.lang.management.RuntimeMXBean
Returns the Java class path that is used by the system class loader to search for class files.
getClickCount() - ? ????java.awt.event.MouseEvent
Returns the number of mouse clicks associated with this event.
getClickCountToStart() - ? ????javax.swing.DefaultCellEditor
Returns the number of clicks needed to start editing.
getClient() - ? ????javax.security.auth.kerberos.KerberosTicket
Returns the client principal associated with this ticket.
getClientAddresses() - ? ????javax.security.auth.kerberos.KerberosTicket
Returns a list of addresses from where the ticket can be used.
getClientAliases(String, Principal[]) - ?? ????javax.net.ssl.X509KeyManager
Get the matching aliases for authenticating the client side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
getClientHost() - ? ??????java.rmi.server.RemoteServer
Returns a string representation of the client host for the remote method invocation being processed in the current thread.
getClientHost() - ?? ????java.rmi.server.ServerRef
????
Returns the hostname of the current client.
getClientInfo(String) - ?? ????java.sql.Connection
Returns the value of the client info property specified by name.
getClientInfo() - ?? ????java.sql.Connection
Returns a list containing the name and current value of each client info property supported by the driver.
getClientInfoProperties() - ?? ????java.sql.DatabaseMetaData
Retrieves a list of the client info properties that the driver supports.
getClientProperty(Object) - ? ????javax.swing.JComponent
Returns the value of the property with the specified key.
getClientSessionContext() - ? ????javax.net.ssl.SSLContext
Returns the client session context, which represents the set of SSL sessions available for use during the handshake phase of client-side SSL sockets.
getClientX() - ?? ????org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the DOM implementation's client area.
getClientY() - ?? ????org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the DOM implementation's client area.
getClip() - ? ????java.awt.Graphics
Gets the current clipping area.
getClip() - ? ??????javax.sound.sampled.AudioSystem
Obtains a clip that can be used for playing back an audio file or an audio stream.
getClip(Mixer.Info) - ? ??????javax.sound.sampled.AudioSystem
Obtains a clip from the specified mixer that can be used for playing back an audio file or an audio stream.
getClip() - ? ????javax.swing.DebugGraphics
Overrides Graphics.getClip.
getClipBounds() - ? ????java.awt.Graphics
Returns the bounding rectangle of the current clipping area.
getClipBounds(Rectangle) - ? ????java.awt.Graphics
Returns the bounding rectangle of the current clipping area.
getClipBounds() - ? ????javax.swing.DebugGraphics
Overrides Graphics.getClipBounds.
getClipRect() - ? ????java.awt.Graphics
????
As of JDK version 1.1, replaced by getClipBounds().
getClob(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC CLOB parameter as a java.sql.Clob object in the Java programming language.
getClob(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC CLOB parameter as a java.sql.Clob object in the Java programming language.
getClob(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClob(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClosedIcon() - ? ????javax.swing.tree.DefaultTreeCellRenderer
Returns the icon used to represent non-leaf nodes that are not expanded.
getClosestPathForLocation(int, int) - ? ????javax.swing.JTree
Returns the path to the node that is closest to x,y.
getClosestPathForLocation(JTree, int, int) - ? ????javax.swing.plaf.basic.BasicTreeUI
Returns the path to the node that is closest to x,y.
getClosestPathForLocation(JTree, int, int) - ? ????javax.swing.plaf.multi.MultiTreeUI
Invokes the getClosestPathForLocation method on each UI handled by this object.
getClosestPathForLocation(JTree, int, int) - ? ????javax.swing.plaf.TreeUI
Returns the path to the node that is closest to x,y.
getClosestPositionTo(int, Position.Bias, Shape, int, Position.Bias[], int, int) - ? ????javax.swing.text.ParagraphView
Returns the closest model position to x.
getClosestRowForLocation(int, int) - ? ????javax.swing.JTree
Returns the row to the node that is closest to x,y.
getCode() - ? ????javax.management.loading.MLetContent
Gets the value of the CODE attribute of the MLET tag.
getCode() - ?? ????javax.tools.Diagnostic
Gets a diagnostic code indicating the type of diagnostic.
getCodeBase() - ? ????java.applet.Applet
Gets the base URL.
getCodeBase() - ?? ????java.applet.AppletStub
Gets the base URL.
getCodeBase() - ? ????javax.management.loading.MLetContent
Gets the code base URL.
getCodebase(Class) - ? ??????javax.rmi.CORBA.Util
Returns the codebase, if any, for the given class.
getCodebase(Class) - ?? ????javax.rmi.CORBA.UtilDelegate
getCodePoint() - ???? ????java.util.IllegalFormatCodePointException
Returns the illegal code point as defined by Character.isValidCodePoint(int).
getCodeSigners() - ? ????java.security.CodeSource
Returns the code signers associated with this CodeSource.
getCodeSigners() - ? ????java.util.jar.JarEntry
Returns the CodeSigner objects for this entry, or null if none.
getCodeSource() - ? ????java.security.ProtectionDomain
Returns the CodeSource of this domain.
getCofactor() - ? ????java.security.spec.ECParameterSpec
Returns the cofactor.
getCollapsedIcon() - ? ????javax.swing.plaf.basic.BasicTreeUI
 
getCollationElementIterator(String) - ? ????java.text.RuleBasedCollator
Returns a CollationElementIterator for the given String.
getCollationElementIterator(CharacterIterator) - ? ????java.text.RuleBasedCollator
Returns a CollationElementIterator for the given CharacterIterator.
getCollationKey(String) - ? ????java.text.Collator
Transforms the String into a series of bits that can be compared bitwise to other CollationKeys.
getCollationKey(String) - ? ????java.text.RuleBasedCollator
Transforms the string into a series of characters that can be compared with CollationKey.compareTo.
getCollection() - ? ????java.security.cert.CollectionCertStoreParameters
Returns the Collection from which Certificates and CRLs are retrieved.
getCollectionCount() - ?? ????java.lang.management.GarbageCollectorMXBean
Returns the total number of collections that have occurred.
getCollectionTime() - ?? ????java.lang.management.GarbageCollectorMXBean
Returns the approximate accumulated collection elapsed time in milliseconds.
getCollectionUsage() - ?? ????java.lang.management.MemoryPoolMXBean
Returns the memory usage after the Java virtual machine most recently expended effort in recycling unused objects in this memory pool.
getCollectionUsageThreshold() - ?? ????java.lang.management.MemoryPoolMXBean
Returns the collection usage threshold value of this memory pool in bytes.
getCollectionUsageThresholdCount() - ?? ????java.lang.management.MemoryPoolMXBean
Returns the number of times that the Java virtual machine has detected that the memory usage has reached or exceeded the collection usage threshold.
getColor(String) - ? ??????java.awt.Color
Finds a color in the system properties.
getColor(String, Color) - ? ??????java.awt.Color
Finds a color in the system properties.
getColor(String, int) - ? ??????java.awt.Color
Finds a color in the system properties.
getColor() - ? ????java.awt.Graphics
Gets this graphics context's current color.
getColor() - ? ????java.awt.PageAttributes
Returns whether pages using these attributes will be rendered in color or monochrome.
getColor() - ? ????javax.swing.DebugGraphics
Returns the Color used for text drawing operations.
getColor() - ? ????javax.swing.JColorChooser
Gets the current color value from the color chooser.
getColor(SynthContext, ColorType) - ? ????javax.swing.plaf.synth.SynthStyle
Returns the color for the specified state.
getColor() - ? ????javax.swing.text.DefaultHighlighter.DefaultHighlightPainter
Returns the color of the highlight.
getColor(Object) - ? ????javax.swing.UIDefaults
If the value of key is a Color return it, otherwise return null.
getColor(Object, Locale) - ? ????javax.swing.UIDefaults
If the value of key for the given Locale is a Color return it, otherwise return null.
getColor(Object) - ? ??????javax.swing.UIManager
Returns a color from the defaults.
getColor(Object, Locale) - ? ??????javax.swing.UIManager
Returns a color from the defaults that is appropriate for the given locale.
getColor1() - ? ????java.awt.GradientPaint
Returns the color C1 anchored by the point P1.
getColor2() - ? ????java.awt.GradientPaint
Returns the color C2 anchored by the point P2.
getColorComponents(float[]) - ? ????java.awt.Color
Returns a float array containing only the color components of the Color, in the ColorSpace of the Color.
getColorComponents(ColorSpace, float[]) - ? ????java.awt.Color
Returns a float array containing only the color components of the Color in the ColorSpace specified by the cspace parameter.
getColorForGap(int, int, int) - ? ????javax.swing.plaf.metal.MetalTabbedPaneUI
 
getColorForState(SynthContext, ColorType) - ? ????javax.swing.plaf.nimbus.NimbusStyle
Returns the color for the specified state.
getColorForState(SynthContext, ColorType) - ? ????javax.swing.plaf.synth.SynthStyle
Returns the color for the specified state.
getColorFromModel() - ? ????javax.swing.colorchooser.AbstractColorChooserPanel
Returns the color that is currently selected.
getColorModel() - ? ????java.awt.Component
Gets the instance of ColorModel used to display the component on the output device.
getColorModel() - ? ????java.awt.GraphicsConfiguration
Returns the ColorModel associated with this GraphicsConfiguration.
getColorModel(int) - ? ????java.awt.GraphicsConfiguration
Returns the ColorModel associated with this GraphicsConfiguration that supports the specified transparency.
getColorModel() - ? ????java.awt.image.BufferedImage
Returns the ColorModel.
getColorModel() - ? ????java.awt.image.PixelGrabber
Get the ColorModel for the pixels stored in the array.
getColorModel() - ?? ????java.awt.image.RenderedImage
Returns the ColorModel associated with this image.
getColorModel() - ?? ????java.awt.PaintContext
Returns the ColorModel of the output.
getColorModel() - ? ????java.awt.Toolkit
Determines the color model of this toolkit's screen.
getColorModel() - ? ????javax.imageio.ImageTypeSpecifier
Returns the ColorModel specified by this object.
getColors() - ? ????java.awt.MultipleGradientPaint
Returns a copy of the array of colors used by this gradient.
getColorSelectionModel() - ? ????javax.swing.colorchooser.AbstractColorChooserPanel
Returns the model that the chooser panel is editing.
getColorSpace() - ? ????java.awt.Color
Returns the ColorSpace of this Color.
getColorSpace() - ? ????java.awt.image.ColorModel
Returns the ColorSpace associated with this ColorModel.
getColorSpace() - ? ????java.awt.MultipleGradientPaint
Returns the enumerated type which specifies color space for interpolation.
getColorSpaceType() - ? ????java.awt.color.ICC_Profile
Returns the color space type.
getColumn() - ? ????javax.swing.event.TableModelEvent
Returns the column for the event.
getColumn() - ? ????javax.swing.JTable.DropLocation
Returns the column index where a dropped item should be placed in the table.
getColumn(Object) - ? ????javax.swing.JTable
Returns the TableColumn object for the column in the table whose identifier is equal to identifier, when compared using equals.
getColumn() - ? ????javax.swing.RowSorter.SortKey
Returns the index of the column.
getColumn(int) - ? ????javax.swing.table.DefaultTableColumnModel
Returns the TableColumn object for the column at columnIndex.
getColumn(int) - ?? ????javax.swing.table.TableColumnModel
Returns the TableColumn object for the column at columnIndex.
getColumnClass(int) - ? ????javax.swing.JTable
Returns the type of the column appearing in the view at column position column.
getColumnClass(int) - ? ????javax.swing.table.AbstractTableModel
Returns Object.class regardless of columnIndex.
getColumnClass(int) - ?? ????javax.swing.table.TableModel
Returns the most specific superclass for all the cell values in the column.
getColumnClassName(int) - ?? ????java.sql.ResultSetMetaData
Returns the fully-qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column.
getColumnClassName(int) - ? ????javax.sql.rowset.RowSetMetaDataImpl
Retrieves the fully-qualified name of the class in the Java programming language to which a value in the designated column will be mapped.
getColumnCount() - ?? ????java.sql.ResultSetMetaData
Returns the number of columns in this ResultSet object.
getColumnCount() - ? ????javax.sql.rowset.RowSetMetaDataImpl
Retrieves the number of columns in the RowSet object for which this RowSetMetaDataImpl object was created.
getColumnCount() - ? ????javax.swing.DefaultRowSorter.ModelWrapper
Returns the number of columns in the model.
getColumnCount() - ? ????javax.swing.JTable
Returns the number of columns in the column model.
getColumnCount() - ? ????javax.swing.table.DefaultTableColumnModel
Returns the number of columns in the tableColumns array.
getColumnCount() - ? ????javax.swing.table.DefaultTableModel
Returns the number of columns in this data table.
getColumnCount() - ?? ????javax.swing.table.TableColumnModel
Returns the number of columns in the model.
getColumnCount() - ?? ????javax.swing.table.TableModel
Returns the number of columns in the model.
getColumnCount() - ? ????javax.swing.text.TableView.TableCell
????
Gets the number of columns this cell spans (e.g. the grid width).
getColumnDisplaySize(int) - ?? ????java.sql.ResultSetMetaData
Indicates the designated column's normal maximum width in characters.
getColumnDisplaySize(int) - ? ????javax.sql.rowset.RowSetMetaDataImpl
Retrieves the normal maximum width in chars of the designated column.
getColumnHeader() - ? ????javax.swing.JScrollPane
Returns the column header.
getColumnHeader() - ? ????javax.swing.ScrollPaneLayout
Returns the JViewport object that is the column header.
getColumnIndex(Object) - ? ????javax.swing.table.DefaultTableColumnModel
Returns the index of the first column in the tableColumns array whose identifier is equal to identifier, when compared using equals.
getColumnIndex(Object) - ?? ????javax.swing.table.TableColumnModel
Returns the index of the first column in the table whose identifier is equal to identifier, when compared using equals.
getColumnIndexAtX(int) - ? ????javax.swing.table.DefaultTableColumnModel
Returns the index of the column that lies at position x, or -1 if no column covers this point.
getColumnIndexAtX(int) - ?? ????javax.swing.table.TableColumnModel
Returns the index of the column that lies on the horizontal point, xPosition; or -1 if it lies outside the any of the column's bounds.
getColumnLabel(int) - ?? ????java.sql.ResultSetMetaData
Gets the designated column's suggested title for use in printouts and displays.
getColumnLabel(int) - ? ????javax.sql.rowset.RowSetMetaDataImpl
Retrieves the suggested column title for the designated column for use in printouts and displays.
getColumnMargin() - ? ????javax.swing.table.DefaultTableColumnModel
Returns the width margin for TableColumn.
getColumnMargin() - ?? ????javax.swing.table.TableColumnModel
Returns the width between the cells in each column.
getColumnModel() - ? ????javax.swing.JTable
Returns the TableColumnModel that contains all column information of this table.
getColumnModel() - ? ????javax.swing.table.JTableHeader
Returns the TableColumnModel that contains all column information of this table header.
getColumnModelListeners() - ? ????javax.swing.table.DefaultTableColumnModel
Returns an array of all the column model listeners registered on this model.
getColumnName(int) - ?? ????java.sql.ResultSetMetaData
Get the designated column's name.
getColumnName(int) - ? ????javax.sql.rowset.RowSetMetaDataImpl
Retrieves the name of the designated column.
getColumnName(int) - ? ????javax.swing.JTable
Returns the name of the column appearing in the view at column position column.
getColumnName(int) - ? ????javax.swing.table.AbstractTableModel
Returns a default name for the column using spreadsheet conventions: A, B, C, ...
getColumnName(int) - ? ????javax.swing.table.DefaultTableModel
Returns the column name.
getColumnName(int) - ?? ????javax.swing.table.TableModel
Returns the name of the column at columnIndex.
getColumnNumber() - ???? ????javax.script.ScriptException
Get the column number on which an error occurred.
getColumnNumber() - ?? ????javax.tools.Diagnostic
Gets the column number of the character offset returned by Diagnostic.getPosition().
getColumnNumber() - ? ????javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getColumnNumber() - ?? ????javax.xml.bind.ValidationEventLocator
Return the column number if available
getColumnNumber() - ?? ????javax.xml.stream.Location
Return the column number where the current event ends, returns -1 if none is available.
getColumnNumber() - ?? ????javax.xml.transform.SourceLocator
Return the character position where the current document event ends.
getColumnNumber() - ?? ????org.w3c.dom.DOMLocator
The column number this locator is pointing to, or -1 if there is no column number available.
getColumnNumber() - ? ????org.xml.sax.helpers.LocatorImpl
Return the saved column number (1-based).
getColumnNumber() - ?? ????org.xml.sax.Locator
Return the column number where the current document event ends.
getColumnNumber() - ???? ????org.xml.sax.SAXParseException
The column number of the end of the text where the exception occurred.
getColumnPrivileges(String, String, String, String) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of the access rights for a table's columns.
getColumns() - ? ????java.awt.GridLayout
Gets the number of columns in this layout.
getColumns() - ? ????java.awt.TextArea
Returns the number of columns in this text area.
getColumns() - ? ????java.awt.TextField
Gets the number of columns in this text field.
getColumns(String, String, String, String) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of table columns available in the specified catalog.
getColumns() - ? ????javax.swing.JTextArea
Returns the number of columns in the TextArea.
getColumns() - ? ????javax.swing.JTextField
Returns the number of columns in this TextField.
getColumns() - ? ????javax.swing.table.DefaultTableColumnModel
Returns an Enumeration of all the columns in the model.
getColumns() - ?? ????javax.swing.table.TableColumnModel
Returns an Enumeration of all the columns in the model.
getColumnSelectionAllowed() - ? ????javax.swing.JTable
Returns true if columns can be selected.
getColumnSelectionAllowed() - ? ????javax.swing.table.DefaultTableColumnModel
Returns true if column selection is allowed, otherwise false.
getColumnSelectionAllowed() - ?? ????javax.swing.table.TableColumnModel
Returns true if columns may be selected.
getColumnType(int) - ?? ????java.sql.ResultSetMetaData
Retrieves the designated column's SQL type.
getColumnType(int) - ? ????javax.sql.rowset.RowSetMetaDataImpl
Retrieves the type code (one of the java.sql.Types constants) for the SQL type of the value stored in the designated column.
getColumnTypeName(int) - ?? ????java.sql.ResultSetMetaData
Retrieves the designated column's database-specific type name.
getColumnTypeName(int) - ? ????javax.sql.rowset.RowSetMetaDataImpl
Retrieves the DBMS-specific type name for values stored in the designated column.
getColumnWidth() - ? ????javax.swing.JTextArea
Gets column width.
getColumnWidth() - ? ????javax.swing.JTextField
Returns the column width.
getComboBox() - ? ????javax.swing.plaf.metal.MetalComboBoxButton
 
getComboIcon() - ? ????javax.swing.plaf.metal.MetalComboBoxButton
 
getCommand(String, String) - ? ????javax.activation.CommandMap
Get the default command corresponding to the MIME type.
getCommand(String, String, DataSource) - ? ????javax.activation.CommandMap
Get the default command corresponding to the MIME type.
getCommand(String) - ? ????javax.activation.DataHandler
Get the command cmdName.
getCommand(String, String) - ? ????javax.activation.MailcapCommandMap
Get the command corresponding to cmdName for the MIME type.
getCommand() - ? ????javax.sound.midi.ShortMessage
Obtains the MIDI command associated with this event.
getCommand() - ? ????javax.sql.rowset.BaseRowSet
Retrieves the SQL query that is the command for this RowSet object.
getCommand() - ?? ????javax.sql.RowSet
Retrieves this RowSet object's command property.
getCommandClass() - ? ????javax.activation.CommandInfo
Return the command's class name.
getCommandEnvironment() - ? ????java.rmi.activation.ActivationGroupDesc
Returns the group's command-environment control object.
getCommandName() - ? ????javax.activation.CommandInfo
Return the command verb.
getCommandObject(DataHandler, ClassLoader) - ? ????javax.activation.CommandInfo
Return the instantiated JavaBean component.
getCommandOptions() - ? ????java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Fetch the configured java command options.
getCommandPath() - ? ????java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Fetch the configured path-qualified java command name.
getComment() - ? ????java.net.HttpCookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getComment() - ? ????java.util.zip.ZipEntry
Returns the comment string for the entry.
getComment() - ? ????java.util.zip.ZipFile
Returns the zip file comment, or null if none.
getCommentURL() - ? ????java.net.HttpCookie
Returns the comment URL describing the purpose of this cookie, or null if the cookie has no comment URL.
getCommitsOnValidEdit() - ? ????javax.swing.text.DefaultFormatter
Returns when edits are published back to the JFormattedTextField.
getCommitted() - ? ????java.lang.management.MemoryUsage
Returns the amount of memory in bytes that is committed for the Java virtual machine to use.
getCommittedCharacterCount() - ? ????java.awt.event.InputMethodEvent
Gets the number of committed characters in the text.
getCommittedText(int, int, AttributedCharacterIterator.Attribute[]) - ?? ????java.awt.im.InputMethodRequests
Gets an iterator providing access to the entire text and attributes contained in the text editing component except for uncommitted text.
getCommittedTextLength() - ?? ????java.awt.im.InputMethodRequests
Gets the length of the entire text contained in the text editing component except for uncommitted (composed) text.
getCommonPoolParallelism() - ? ??????java.util.concurrent.ForkJoinPool
Returns the targeted parallelism level of the common pool.
getComparator() - ?? ????java.util.Spliterator
If this Spliterator's source is Spliterator.SORTED by a Comparator, returns that Comparator.
getComparator(int) - ? ????javax.swing.DefaultRowSorter
Returns the Comparator for the specified column.
getComparator() - ? ????javax.swing.SortingFocusTraversalPolicy
Returns the Comparator which will be used to sort the Components in a focus traversal cycle.
getComparator(int) - ? ????javax.swing.table.TableRowSorter
Returns the Comparator for the specified column.
getCompilationMXBean() - ? ??????java.lang.management.ManagementFactory
Returns the managed bean for the compilation system of the Java virtual machine.
getCompletedTaskCount() - ? ????java.util.concurrent.ThreadPoolExecutor
Returns the approximate total number of tasks that have completed execution.
getCompleter() - ? ????java.util.concurrent.CountedCompleter
Returns the completer established in this task's constructor, or null if none.
getCompletions(Element, AnnotationMirror, ExecutableElement, String) - ? ????javax.annotation.processing.AbstractProcessor
Returns an empty iterable of completions.
getCompletions(Element, AnnotationMirror, ExecutableElement, String) - ?? ????javax.annotation.processing.Processor
Returns to the tool infrastructure an iterable of suggested completions to an annotation.
getComponent(int) - ? ????java.awt.Container
Gets the nth component in this container.
getComponent() - ? ????java.awt.dnd.DragGestureEvent
Returns the Component associated with this DragGestureEvent.
getComponent() - ? ????java.awt.dnd.DragGestureRecognizer
This method returns the Component that is to be "observed" by the DragGestureRecognizer for drag initiating gestures.
getComponent() - ? ????java.awt.dnd.DragSourceContext
Returns the Component associated with this DragSourceContext.
getComponent() - ? ????java.awt.dnd.DropTarget
Gets the Component associated with this DropTarget.
getComponent() - ? ????java.awt.dnd.DropTargetContext
This method returns the Component associated with this DropTargetContext.
getComponent() - ? ????java.awt.event.ComponentEvent
Returns the originator of the event.
getComponent() - ? ????java.awt.event.HierarchyEvent
Returns the originator of the event.
getComponent() - ?? ????java.beans.beancontext.BeanContextChildComponentProxy
Gets the java.awt.Component associated with this BeanContextChild.
getComponent() - ? ????javax.swing.ComponentInputMap
Returns the component the InputMap was created for.
getComponent() - ? ????javax.swing.DefaultCellEditor
Returns a reference to the editor component.
getComponent() - ? ????javax.swing.event.AncestorEvent
Returns the component that the listener was added to.
getComponent() - ? ????javax.swing.JMenu
Returns the java.awt.Component used to paint this MenuElement.
getComponent() - ? ????javax.swing.JMenuBar
Implemented to be a MenuElement.
getComponent() - ? ????javax.swing.JMenuItem
Returns the java.awt.Component used to paint this object.
getComponent() - ? ????javax.swing.JPopupMenu
Returns this JPopupMenu component.
getComponent() - ? ????javax.swing.JToolTip
Returns the component the tooltip applies to.
getComponent() - ?? ????javax.swing.MenuElement
This method should return the java.awt.Component used to paint the receiving element.
getComponent() - ? ????javax.swing.plaf.basic.BasicTextUI
Fetches the text component associated with this UI implementation.
getComponent() - ? ????javax.swing.plaf.synth.SynthContext
Returns the hosting component containing the region.
getComponent() - ?? ????javax.swing.Renderer
Returns the component used to render the value.
getComponent() - ? ????javax.swing.text.ComponentView
Fetch the component associated with the view.
getComponent() - ? ????javax.swing.text.DefaultCaret
Gets the text editor component that this caret is is bound to.
getComponent(AttributeSet) - ? ??????javax.swing.text.StyleConstants
Gets the component setting from the attribute list.
getComponent() - ? ????javax.swing.TransferHandler.TransferSupport
Returns the target component of this transfer.
getComponentAfter(Container, Component) - ? ????java.awt.ContainerOrderFocusTraversalPolicy
Returns the Component that should receive the focus after aComponent.
getComponentAfter(Container, Component) - ? ????java.awt.FocusTraversalPolicy
Returns the Component that should receive the focus after aComponent.
getComponentAfter(Container, Component) - ? ????javax.swing.DefaultFocusManager
 
getComponentAfter(Container, Component) - ? ????javax.swing.LayoutFocusTraversalPolicy
Returns the Component that should receive the focus after aComponent.
getComponentAfter(Container, Component) - ? ????javax.swing.SortingFocusTraversalPolicy
Returns the Component that should receive the focus after aComponent.
getComponentAt(int, int) - ? ????java.awt.Component
Determines if this component or one of its immediate subcomponents contains the (xy) location, and if so, returns the containing component.
getComponentAt(Point) - ? ????java.awt.Component
Returns the component or subcomponent that contains the specified point.
getComponentAt(int, int) - ? ????java.awt.Container
Locates the component that contains the x,y position.
getComponentAt(Point) - ? ????java.awt.Container
Gets the component that contains the specified point.
getComponentAt(int) - ? ????javax.swing.JTabbedPane
Returns the component at index.
getComponentAtIndex(int) - ? ????javax.swing.JMenuBar
????
replaced by getComponent(int i)
getComponentAtIndex(int) - ? ????javax.swing.JPopupMenu
????
getComponentAtIndex(int) - ? ????javax.swing.JToolBar
Returns the component at the specified index.
getComponentBefore(Container, Component) - ? ????java.awt.ContainerOrderFocusTraversalPolicy
Returns the Component that should receive the focus before aComponent.
getComponentBefore(Container, Component) - ? ????java.awt.FocusTraversalPolicy
Returns the Component that should receive the focus before aComponent.
getComponentBefore(Container, Component) - ? ????javax.swing.DefaultFocusManager
 
getComponentBefore(Container, Component) - ? ????javax.swing.LayoutFocusTraversalPolicy
Returns the Component that should receive the focus before aComponent.
getComponentBefore(Container, Component) - ? ????javax.swing.SortingFocusTraversalPolicy
Returns the Component that should receive the focus before aComponent.
getComponentColor(JComponent, String, Color, float, float, int) - ? ????javax.swing.plaf.nimbus.AbstractRegionPainter
Get a color property from the given JComponent.
getComponentCount() - ? ????java.awt.Container
Gets the number of components in this panel.
getComponentCountInLayer(int) - ? ????javax.swing.JLayeredPane
Returns the number of children currently in the specified layer.
getComponentGraphics(Graphics) - ? ????javax.swing.JComponent
Returns the graphics object used to paint this component.
getComponentIndex(Component) - ? ????javax.swing.JMenuBar
Returns the index of the specified component.
getComponentIndex(Component) - ? ????javax.swing.JPopupMenu
Returns the index of the specified component.
getComponentIndex(Component) - ? ????javax.swing.JToolBar
Returns the index of the specified component.
getComponentListeners() - ? ????java.awt.Component
Returns an array of all the component listeners registered on this component.
getComponentOrientation() - ? ????java.awt.Component
Retrieves the language-sensitive orientation that is to be used to order the elements or text within this component.
getComponentPopupMenu() - ? ????javax.swing.JComponent
Returns JPopupMenu that assigned for this component.
getComponents(float[]) - ? ????java.awt.Color
Returns a float array containing the color and alpha components of the Color, in the ColorSpace of the Color.
getComponents(ColorSpace, float[]) - ? ????java.awt.Color
Returns a float array containing the color and alpha components of the Color, in the ColorSpace specified by the cspace parameter.
getComponents() - ? ????java.awt.Container
Gets all the components in this container.
getComponents(int, int[], int) - ? ????java.awt.image.ColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(Object, int[], int) - ? ????java.awt.image.ColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(int, int[], int) - ? ????java.awt.image.ComponentColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(Object, int[], int) - ? ????java.awt.image.ComponentColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(int, int[], int) - ? ????java.awt.image.DirectColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(Object, int[], int) - ? ????java.awt.image.DirectColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(int, int[], int) - ? ????java.awt.image.IndexColorModel
Returns an array of unnormalized color/alpha components for a specified pixel in this ColorModel.
getComponents(Object, int[], int) - ? ????java.awt.image.IndexColorModel
Returns an array of unnormalized color/alpha components for a specified pixel in this ColorModel.
getComponentsInLayer(int) - ? ????javax.swing.JLayeredPane
Returns an array of the components in the specified layer.
getComponentSize(int) - ? ????java.awt.image.ColorModel
Returns the number of bits for the specified color/alpha component.
getComponentSize() - ? ????java.awt.image.ColorModel
Returns an array of the number of bits per color/alpha component.
getComponentSize() - ? ????java.awt.image.IndexColorModel
Returns an array of the number of bits for each color/alpha component.
getComponentState() - ? ????javax.swing.plaf.synth.SynthContext
Returns the state of the widget, which is a bitmask of the values defined in SynthConstants.
getComponentToLayer() - ? ????javax.swing.JLayeredPane
Returns the hashtable that maps components to layers.
getComponentType() - ? ????java.lang.Class
Returns the Class representing the component type of an array.
getComponentType() - ?? ????javax.lang.model.type.ArrayType
Returns the component type of this array type.
getComponentZOrder(Component) - ? ????java.awt.Container
Returns the z-order index of the component inside the container.
getComposite() - ? ????java.awt.Graphics2D
Returns the current Composite in the Graphics2D context.
getCompositeData() - ? ????javax.management.openmbean.CompositeDataInvocationHandler
Return the CompositeData that was supplied to the constructor.
getCompositeType() - ?? ????javax.management.openmbean.CompositeData
Returns the composite type of this composite data instance.
getCompositeType() - ? ????javax.management.openmbean.CompositeDataSupport
Returns the composite type of this composite data instance.
getCompressedSize() - ? ????java.util.zip.ZipEntry
Returns the size of the compressed entry data.
getCompressionMode() - ? ????javax.imageio.ImageWriteParam
Returns the current compression mode, if compression is supported.
getCompressionQuality() - ? ????javax.imageio.ImageWriteParam
Returns the current compression quality setting.
getCompressionQualityDescriptions() - ? ????javax.imageio.ImageWriteParam
Returns an array of Strings that may be used along with getCompressionQualityValues as part of a user interface for setting or displaying the compression quality level.
getCompressionQualityDescriptions() - ? ????javax.imageio.plugins.jpeg.JPEGImageWriteParam
 
getCompressionQualityValues() - ? ????javax.imageio.ImageWriteParam
Returns an array of floats that may be used along with getCompressionQualityDescriptions as part of a user interface for setting or displaying the compression quality level.
getCompressionQualityValues() - ? ????javax.imageio.plugins.jpeg.JPEGImageWriteParam
 
getCompressionThreshold() - ? ????javax.swing.text.StyleContext
Returns the maximum number of key/value pairs to try and compress into unique/immutable sets.
getCompressionType() - ? ????javax.imageio.ImageWriteParam
Returns the currently set compression type, or null if none has been set.
getCompressionTypes() - ? ????javax.imageio.ImageWriteParam
Returns a list of available compression types, as an array or Strings, or null if a compression type may not be chosen using these interfaces.
getConcurrency() - ?? ????java.sql.ResultSet
Retrieves the concurrency mode of this ResultSet object.
getConcurrency() - ? ????javax.sql.rowset.BaseRowSet
Returns the concurrency for this RowSet object.
getConditionForKeyStroke(KeyStroke) - ? ????javax.swing.JComponent
Returns the condition that determines whether a registered action occurs in response to the specified keystroke.
getConfiguration() - ? ????java.security.DomainLoadStoreParameter
Gets the identifier for the domain configuration data.
getConfiguration() - ? ??????javax.security.auth.login.Configuration
Get the installed login Configuration.
getConfigurations() - ? ????java.awt.GraphicsDevice
Returns all of the GraphicsConfiguration objects associated with this GraphicsDevice.
getConflictValue(int) - ?? ????javax.sql.rowset.spi.SyncResolver
Retrieves the value in the designated column in the current row of this SyncResolver object, which is the value in the data source that caused a conflict.
getConflictValue(String) - ?? ????javax.sql.rowset.spi.SyncResolver
Retrieves the value in the designated column in the current row of this SyncResolver object, which is the value in the data source that caused a conflict.
getConfState() - ?? ????org.ietf.jgss.GSSContext
Determines if data confidentiality is available over the context.
getConnectControls() - ? ????javax.naming.ldap.InitialLdapContext
 
getConnectControls() - ?? ????javax.naming.ldap.LdapContext
Retrieves the connection request controls in effect for this context.
getConnection() - ?? ????java.sql.DatabaseMetaData
Retrieves the connection that produced this metadata object.
getConnection(String, Properties) - ? ??????java.sql.DriverManager
Attempts to establish a connection to the given database URL.
getConnection(String, String, String) - ? ??????java.sql.DriverManager
Attempts to establish a connection to the given database URL.
getConnection(String) - ? ??????java.sql.DriverManager
Attempts to establish a connection to the given database URL.
getConnection() - ?? ????java.sql.Statement
Retrieves the Connection object that produced this Statement object.
getConnection() - ?? ????javax.sql.DataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection(String, String) - ?? ????javax.sql.DataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection() - ?? ????javax.sql.PooledConnection
Creates and returns a Connection object that is a handle for the physical connection that this PooledConnection object represents.
getConnection() - ?? ????javax.sql.RowSetInternal
Retrieves the Connection object that was passed to this RowSet object.
getConnectionId() - ? ????javax.management.remote.JMXConnectionNotification
The connection ID to which this notification pertains.
getConnectionId() - ?? ????javax.management.remote.JMXConnector
Gets this connection's ID from the connector server.
getConnectionId() - ?? ????javax.management.remote.rmi.RMIConnection
Returns the connection ID.
getConnectionId() - ? ????javax.management.remote.rmi.RMIConnectionImpl
 
getConnectionId() - ? ????javax.management.remote.rmi.RMIConnectionImpl_Stub
 
getConnectionId() - ? ????javax.management.remote.rmi.RMIConnector
 
getConnectionIds() - ? ????javax.management.remote.JMXConnectorServer
 
getConnectionIds() - ?? ????javax.management.remote.JMXConnectorServerMBean
The list of IDs for currently-open connections to this connector server.
getConnectTimeout() - ? ????java.net.URLConnection
Returns setting for connect timeout.
getConstantExpression(Object) - ?? ????javax.lang.model.util.Elements
Returns the text of a constant expression representing a primitive value or a string.
getConstantValue() - ?? ????javax.lang.model.element.VariableElement
Returns the value of this variable if this is a final field initialized to a compile-time constant.
getConstraint(String) - ? ????javax.swing.SpringLayout.Constraints
Returns the value of the specified edge, which may be a derived value, or even null.
getConstraint(String, Component) - ? ????javax.swing.SpringLayout
Returns the spring controlling the distance between the specified edge of the component and the top or left edge of its parent.
getConstraints(Component) - ? ????java.awt.BorderLayout
Gets the constraints for the specified component
getConstraints(Component) - ? ????java.awt.GridBagLayout
Gets the constraints for the specified component.
getConstraints(Component) - ? ????javax.swing.SpringLayout
Returns the constraints for the specified component.
getConstructor(Class<?>...) - ? ????java.lang.Class
Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object.
getConstructor(String) - ? ????javax.management.modelmbean.ModelMBeanInfoSupport
Returns the ModelMBeanConstructorInfo requested by name.
getConstructors() - ? ????java.lang.Class
Returns an array containing Constructor objects reflecting all the public constructors of the class represented by this Class object.
getConstructors() - ? ????javax.management.MBeanInfo
Returns the list of the public constructors of the MBean.
getConstructors() - ?? ????javax.management.modelmbean.ModelMBeanInfo
Returns the list of the public constructors of the MBean.
getConstructors() - ?? ????javax.management.openmbean.OpenMBeanInfo
Returns an array of OpenMBeanConstructorInfo instances describing each constructor in the open MBean described by this OpenMBeanInfo instance.
getConstructors(MBeanConstructorInfo[], Object) - ? ????javax.management.StandardMBean
Customization hook: Get the MBeanConstructorInfo[] that will be used in the MBeanInfo returned by this MBean.
getContainer() - ? ????java.awt.event.ContainerEvent
Returns the originator of the event.
getContainer() - ?? ????java.beans.beancontext.BeanContextContainerProxy
Gets the java.awt.Container associated with this BeanContext.
getContainer() - ? ????javax.swing.text.View
Fetches the container hosting the view.
getContainerGap(JComponent, int, Container) - ? ????javax.swing.LayoutStyle
Returns the amount of space to place between the component and specified edge of its parent.
getContainerListeners() - ? ????java.awt.Container
Returns an array of all the container listeners registered on this container.
getContent(URLConnection) - ? ????java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object from it.
getContent(URLConnection, Class[]) - ? ????java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object that matches one of the types specified.
getContent() - ? ????java.net.URL
Gets the contents of this URL.
getContent(Class[]) - ? ????java.net.URL
Gets the contents of this URL.
getContent() - ? ????java.net.URLConnection
Retrieves the contents of this URL connection.
getContent(Class[]) - ? ????java.net.URLConnection
Retrieves the contents of this URL connection.
getContent(DataSource) - ?? ????javax.activation.DataContentHandler
Return an object representing the data in its most preferred form.
getContent() - ? ????javax.activation.DataHandler
Return the data in its preferred Object form.
getContent() - ? ????javax.naming.BinaryRefAddr
Retrieves the contents of this address as an Object.
getContent() - ? ????javax.naming.RefAddr
Retrieves the contents of this address.
getContent() - ? ????javax.naming.StringRefAddr
Retrieves the contents of this address.
getContent() - ? ????javax.swing.text.AbstractDocument
Gets the content for the document.
getContent() - ? ????javax.swing.text.html.parser.Element
Get content model
getContent() - ?? ????javax.xml.crypto.dsig.keyinfo.KeyInfo
Returns an unmodifiable list containing the key information.
getContent() - ?? ????javax.xml.crypto.dsig.keyinfo.X509Data
Returns an unmodifiable list of the content in this X509Data.
getContent() - ?? ????javax.xml.crypto.dsig.SignatureProperty
Returns an unmodifiable list of one or more XMLStructures that are contained in this SignatureProperty.
getContent() - ?? ????javax.xml.crypto.dsig.XMLObject
Returns an unmodifiable list of XMLStructures contained in this XMLObject, which represent elements from any namespace.
getContent() - ? ????javax.xml.soap.AttachmentPart
Gets the content of this AttachmentPart object as a Java object.
getContent() - ? ????javax.xml.soap.SOAPPart
Returns the content of the SOAPEnvelope as a JAXP Source object.
getContentBorderInsets(int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getContentDescription() - ? ????javax.xml.soap.SOAPMessage
Retrieves a description of this SOAPMessage object's content.
getContentEncoding() - ? ????java.net.URLConnection
Returns the value of the content-encoding header field.
getContentHandler() - ? ????javax.xml.validation.ValidatorHandler
Gets the ContentHandler which receives the augmented validation result.
getContentHandler() - ? ????org.xml.sax.helpers.ParserAdapter
Return the current content handler.
getContentHandler() - ? ????org.xml.sax.helpers.XMLFilterImpl
Get the content event handler.
getContentHandler() - ?? ????org.xml.sax.XMLReader
Return the current content handler.
getContentId() - ? ????javax.xml.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-ID".
getContentId() - ? ????javax.xml.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Id".
getContentLength() - ? ????java.net.URLConnection
Returns the value of the content-length header field.
getContentLengthLong() - ? ????java.net.URLConnection
Returns the value of the content-length header field as a long.
getContentLocation() - ? ????javax.xml.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-Location".
getContentLocation() - ? ????javax.xml.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Location".
getContentPane() - ? ????javax.swing.JApplet
Returns the contentPane object for this applet.
getContentPane() - ? ????javax.swing.JDialog
Returns the contentPane object for this dialog.
getContentPane() - ? ????javax.swing.JFrame
Returns the contentPane object for this frame.
getContentPane() - ? ????javax.swing.JInternalFrame
Returns the content pane for this internal frame.
getContentPane() - ? ????javax.swing.JRootPane
Returns the content pane -- the container that holds the components parented by the root pane.
getContentPane() - ? ????javax.swing.JWindow
Returns the Container which is the contentPane for this window.
getContentPane() - ?? ????javax.swing.RootPaneContainer
Returns the contentPane.
getContents(Object) - ? ????java.awt.datatransfer.Clipboard
Returns a transferable object representing the current contents of the clipboard.
getContents() - ? ????java.util.ListResourceBundle
Returns an array in which each item is a pair of objects in an Object array.
getContents() - ? ????javax.accessibility.AccessibleResourceBundle
????
Returns the mapping between the programmatic keys and the localized display strings.
getContentType() - ? ????java.net.URLConnection
Returns the value of the content-type header field.
getContentType() - ? ????javax.activation.DataHandler
Return the MIME type of this object as retrieved from the source object.
getContentType() - ?? ????javax.activation.DataSource
This method returns the MIME type of the data in the form of a string.
getContentType() - ? ????javax.activation.FileDataSource
This method returns the MIME type of the data in the form of a string.
getContentType(File) - ? ????javax.activation.FileTypeMap
Return the type of the file object.
getContentType(String) - ? ????javax.activation.FileTypeMap
Return the type of the file passed in.
getContentType(File) - ? ????javax.activation.MimetypesFileTypeMap
Return the MIME type of the file object.
getContentType(String) - ? ????javax.activation.MimetypesFileTypeMap
Return the MIME type based on the specified file name.
getContentType() - ? ????javax.activation.URLDataSource
Returns the value of the URL content-type header field.
getContentType() - ? ????javax.swing.JEditorPane
Gets the type of content that this editor is currently set to deal with.
getContentType() - ? ????javax.swing.text.DefaultEditorKit
Gets the MIME type of the data that this kit represents support for.
getContentType() - ? ????javax.swing.text.EditorKit
Gets the MIME type of the data that this kit represents support for.
getContentType() - ? ????javax.swing.text.html.HTMLEditorKit
Get the MIME type of the data that this kit represents support for.
getContentType() - ? ????javax.swing.text.rtf.RTFEditorKit
Get the MIME type of the data that this kit represents support for.
getContentType() - ? ????javax.xml.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-Type".
getContentTypeFor(String) - ?? ????java.net.FileNameMap
Gets the MIME type for the specified file name.
getContext() - ? ??????java.security.AccessController
This method takes a "snapshot" of the current calling context, which includes the current Thread's inherited AccessControlContext and any limited privilege scope, and places it in an AccessControlContext object.
getContext() - ? ????javax.script.AbstractScriptEngine
Returns the value of the protected context field.
getContext() - ?? ????javax.script.ScriptEngine
Returns the default ScriptContext of the ScriptEngine whose Bindings, Reader and Writers are used for script executions when no ScriptContext is specified.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthButtonUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthColorChooserUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthComboBoxUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthDesktopIconUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthDesktopPaneUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthEditorPaneUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthInternalFrameUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthLabelUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthListUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthMenuBarUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthMenuItemUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthMenuUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthOptionPaneUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthPanelUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthPopupMenuUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthProgressBarUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthRootPaneUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthScrollBarUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthScrollPaneUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthSeparatorUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthSliderUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthSpinnerUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthSplitPaneUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthTabbedPaneUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthTableHeaderUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthTableUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthTextAreaUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthTextFieldUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthToolBarUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthToolTipUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthTreeUI
Returns the Context for the specified component.
getContext(JComponent) - ?? ????javax.swing.plaf.synth.SynthUI
Returns the Context for the specified component.
getContext(JComponent) - ? ????javax.swing.plaf.synth.SynthViewportUI
Returns the Context for the specified component.
getContext() - ?? ????javax.xml.ws.Response
Gets the contained response context.
getContextClassLoader() - ? ????java.lang.Thread
Returns the context ClassLoader for this Thread.
getContextPath() - ? ????javax.xml.ws.spi.http.HttpExchange
Returns the context path of all the endpoints in an application.
getContextualShaper(int) - ? ??????java.awt.font.NumericShaper
Returns a contextual shaper for the provided unicode range(s).
getContextualShaper(Set<NumericShaper.Range>) - ? ??????java.awt.font.NumericShaper
Returns a contextual shaper for the provided Unicode range(s).
getContextualShaper(int, int) - ? ??????java.awt.font.NumericShaper
Returns a contextual shaper for the provided unicode range(s).
getContextualShaper(Set<NumericShaper.Range>, NumericShaper.Range) - ? ??????java.awt.font.NumericShaper
Returns a contextual shaper for the provided Unicode range(s).
getContinuationContext(CannotProceedException) - ? ??????javax.naming.spi.NamingManager
Creates a context in which to continue a context operation.
getContinuationDirContext(CannotProceedException) - ? ??????javax.naming.spi.DirectoryManager
Creates a context in which to continue a DirContext operation.
getContinueExistingPeriodicTasksAfterShutdownPolicy() - ? ????java.util.concurrent.ScheduledThreadPoolExecutor
Gets the policy on whether to continue executing existing periodic tasks even when this executor has been shutdown.
getControl(List<String>) - ? ??????java.util.ResourceBundle.Control
Returns a ResourceBundle.Control in which the getFormats method returns the specified formats.
getControl(String) - ?? ????java.util.spi.ResourceBundleControlProvider
Returns a ResourceBundle.Control instance that is used to handle resource bundle loading for the given baseName.
getControl(Control.Type) - ?? ????javax.sound.sampled.Line
Obtains a control of the specified type, if there is any.
getControl() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the control color of the current theme.
getControl() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the control color.
getControlButtonsAreShown() - ? ????javax.swing.JFileChooser
Returns the value of the controlButtonsAreShown property.
getControlDarkShadow() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the control dark shadow color of the current theme.
getControlDarkShadow() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the control dark shadow color.
getControlDisabled() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the control disabled color of the current theme.
getControlDisabled() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the control disabled color.
getControlFlag() - ? ????javax.security.auth.login.AppConfigurationEntry
Return the controlFlag (either REQUIRED, REQUISITE, SUFFICIENT, or OPTIONAL) for this LoginModule.
getControlHighlight() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the control highlight color of the current theme.
getControlHighlight() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the control highlight color.
getControlInfo() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the control info color of the current theme.
getControlInfo() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the control info color.
getControlInstance(Control) - ? ????javax.naming.ldap.ControlFactory
Creates a control using this control factory.
getControlInstance(Control, Context, Hashtable<?, ?>) - ? ??????javax.naming.ldap.ControlFactory
Creates a control using known control factories.
getController() - ? ????javax.imageio.IIOParam
Returns whatever IIOParamController is currently installed.
getController() - ? ????javax.imageio.metadata.IIOMetadata
Returns whatever IIOMetadataController is currently installed.
getController(int) - ?? ????javax.sound.midi.MidiChannel
Obtains the current value of the specified controller.
getControlObject() - ?? ????java.awt.im.spi.InputMethod
Returns a control object from this input method, or null.
getControls() - ?? ????javax.naming.ldap.HasControls
Retrieves an array of Controls from the object that implements this interface.
getControls() - ?? ????javax.sound.sampled.Line
Obtains the set of controls associated with this line.
getControlShadow() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the control shadow color of the current theme.
getControlShadow() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the control shadow color.
getControlSize() - ? ????javax.swing.plaf.metal.MetalCheckBoxIcon
 
getControlTextColor() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the control text color of the current theme.
getControlTextColor() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the control text color.
getControlTextColor() - ? ????javax.swing.plaf.metal.OceanTheme
Returns the control text color.
getControlTextFont() - ? ????javax.swing.plaf.metal.DefaultMetalTheme
Returns the control text font.
getControlTextFont() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the control text font of the current theme.
getControlTextFont() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the control text font.
getConversion() - ???? ????java.util.FormatFlagsConversionMismatchException
Returns the incompatible conversion.
getConversion() - ???? ????java.util.IllegalFormatConversionException
Returns the inapplicable conversion.
getConversion() - ???? ????java.util.UnknownFormatConversionException
Returns the unknown conversion.
getCookie() - ? ????javax.naming.ldap.PagedResultsResponseControl
Retrieves the server-generated cookie.
getCookies() - ?? ????java.net.CookieStore
Get all not-expired cookies in cookie store.
getCookieStore() - ? ????java.net.CookieManager
To retrieve current cookie store.
getCopies() - ? ????java.awt.JobAttributes
Returns the number of copies the application should render for jobs using these attributes.
getCopies() - ? ????java.awt.print.PrinterJob
Gets the number of copies to be printed.
getCopyAction() - ? ??????javax.swing.TransferHandler
Returns an Action that performs copy operations to the clipboard.
getCorePoolSize() - ? ????java.util.concurrent.ThreadPoolExecutor
Returns the core number of threads.
getCorner(String) - ? ????javax.swing.JScrollPane
Returns the component at the specified corner.
getCorner(String) - ? ????javax.swing.ScrollPaneLayout
Returns the Component at the specified corner.
getCount() - ?? ????java.lang.management.BufferPoolMXBean
Returns an estimate of the number of buffers in the pool.
getCount() - ? ????java.lang.management.MemoryNotificationInfo
Returns the number of times that the memory usage has crossed a threshold when the notification was constructed.
getCount() - ? ????java.util.concurrent.CountDownLatch
Returns the current count.
getCount() - ? ????java.util.DoubleSummaryStatistics
Return the count of values recorded.
getCount() - ? ????java.util.IntSummaryStatistics
Returns the count of values recorded.
getCount() - ? ????java.util.LongSummaryStatistics
Returns the count of values recorded.
getCountLimit() - ? ????javax.naming.directory.SearchControls
Retrieves the maximum number of entries that will be returned as a result of the search.
getCountry() - ? ????java.util.Locale
Returns the country/region code for this locale, which should either be the empty string, an uppercase ISO 3166 2-letter code, or a UN M.49 3-digit code.
getCrc() - ? ????java.util.zip.ZipEntry
Returns the CRC-32 checksum of the uncompressed entry data.
getCreationDate(String) - ? ????java.security.KeyStore
Returns the creation date of the entry identified by the given alias.
getCreationTime() - ? ????java.util.zip.ZipEntry
Returns the creation time of the entry.
getCreationTime() - ?? ????javax.net.ssl.SSLSession
Returns the time at which this Session representation was created, in milliseconds since midnight, January 1, 1970 UTC.
getCredDelegState() - ?? ????org.ietf.jgss.GSSContext
Determines if credential delegation is enabled on this context.
getCredentialClass() - ? ????javax.security.auth.PrivateCredentialPermission
Returns the Class name of the Credential associated with this PrivateCredentialPermission.
getCriticalExtensionOIDs() - ?? ????java.security.cert.X509Extension
Gets a Set of the OID strings for the extension(s) marked CRITICAL in the certificate/CRL managed by the object implementing this interface.
getCRLs(CRLSelector) - ? ????java.security.cert.CertStore
Returns a Collection of CRLs that match the specified selector.
getCrossFeedResolution(int) - ? ????javax.print.attribute.ResolutionSyntax
Returns this resolution attribute's cross feed direction resolution in the given units.
getCrossFeedResolutionDphi() - ? ????javax.print.attribute.ResolutionSyntax
Returns this resolution attribute's cross feed direction resolution in units of dphi.
getCrossPlatformLookAndFeelClassName() - ? ??????javax.swing.UIManager
Returns the name of the LookAndFeel class that implements the default cross platform look and feel -- the Java Look and Feel (JLF).
getCrossReference(String, String, String, String, String, String) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of the foreign key columns in the given foreign key table that reference the primary key or the columns representing a unique constraint of the parent table (could be the same or a different table).
getCrtCoefficient() - ?? ????java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the crtCoefficient.
getCrtCoefficient() - ?? ????java.security.interfaces.RSAPrivateCrtKey
Returns the crtCoefficient.
getCrtCoefficient() - ? ????java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the crtCoefficient.
getCrtCoefficient() - ? ????java.security.spec.RSAOtherPrimeInfo
Returns the prime's crtCoefficient.
getCrtCoefficient() - ? ????java.security.spec.RSAPrivateCrtKeySpec
Returns the crtCoefficient.
getCtrlKey() - ?? ????org.w3c.dom.events.MouseEvent
Used to indicate whether the 'ctrl' key was depressed during the firing of the event.
getCtrlP1() - ? ????java.awt.geom.CubicCurve2D.Double
Returns the first control point.
getCtrlP1() - ? ????java.awt.geom.CubicCurve2D.Float
Returns the first control point.
getCtrlP1() - ? ????java.awt.geom.CubicCurve2D
Returns the first control point.
getCtrlP2() - ? ????java.awt.geom.CubicCurve2D.Double
Returns the second control point.
getCtrlP2() - ? ????java.awt.geom.CubicCurve2D.Float
Returns the second control point.
getCtrlP2() - ? ????java.awt.geom.CubicCurve2D
Returns the second control point.
getCtrlPt() - ? ????java.awt.geom.QuadCurve2D.Double
Returns the control point.
getCtrlPt() - ? ????java.awt.geom.QuadCurve2D.Float
Returns the control point.
getCtrlPt() - ? ????java.awt.geom.QuadCurve2D
Returns the control point.
getCtrlX() - ? ????java.awt.geom.QuadCurve2D.Double
Returns the X coordinate of the control point in double precision.
getCtrlX() - ? ????java.awt.geom.QuadCurve2D.Float
Returns the X coordinate of the control point in double precision.
getCtrlX() - ? ????java.awt.geom.QuadCurve2D
Returns the X coordinate of the control point in double precision.
getCtrlX1() - ? ????java.awt.geom.CubicCurve2D.Double
Returns the X coordinate of the first control point in double precision.
getCtrlX1() - ? ????java.awt.geom.CubicCurve2D.Float
Returns the X coordinate of the first control point in double precision.
getCtrlX1() - ? ????java.awt.geom.CubicCurve2D
Returns the X coordinate of the first control point in double precision.
getCtrlX2() - ? ????java.awt.geom.CubicCurve2D.Double
Returns the X coordinate of the second control point in double precision.
getCtrlX2() - ? ????java.awt.geom.CubicCurve2D.Float
Returns the X coordinate of the second control point in double precision.
getCtrlX2() - ? ????java.awt.geom.CubicCurve2D
Returns the X coordinate of the second control point in double precision.
getCtrlY() - ? ????java.awt.geom.QuadCurve2D.Double
Returns the Y coordinate of the control point in double precision.
getCtrlY() - ? ????java.awt.geom.QuadCurve2D.Float
Returns the Y coordinate of the control point in double precision.
getCtrlY() - ? ????java.awt.geom.QuadCurve2D
Returns the Y coordinate of the control point in double precision.
getCtrlY1() - ? ????java.awt.geom.CubicCurve2D.Double
Returns the Y coordinate of the first control point in double precision.
getCtrlY1() - ? ????java.awt.geom.CubicCurve2D.Float
Returns the Y coordinate of the first control point in double precision.
getCtrlY1() - ? ????java.awt.geom.CubicCurve2D
Returns the Y coordinate of the first control point in double precision.
getCtrlY2() - ? ????java.awt.geom.CubicCurve2D.Double
Returns the Y coordinate of the second control point in double precision.
getCtrlY2() - ? ????java.awt.geom.CubicCurve2D.Float
Returns the Y coordinate of the second control point in double precision.
getCtrlY2() - ? ????java.awt.geom.CubicCurve2D
Returns the Y coordinate of the second control point in double precision.
getCurrency() - ? ????java.text.DecimalFormat
Gets the currency used by this decimal format when formatting currency values.
getCurrency() - ? ????java.text.DecimalFormatSymbols
Gets the currency of these DecimalFormatSymbols.
getCurrency() - ? ????java.text.NumberFormat
Gets the currency used by this number format when formatting currency values.
getCurrencyCode() - ? ????java.util.Currency
Gets the ISO 4217 currency code of this currency.
getCurrencyInstance() - ? ??????java.text.NumberFormat
Returns a currency format for the current default FORMAT locale.
getCurrencyInstance(Locale) - ? ??????java.text.NumberFormat
Returns a currency format for the specified locale.
getCurrencyInstance(Locale) - ? ????java.text.spi.NumberFormatProvider
Returns a new NumberFormat instance which formats monetary values for the specified locale.
getCurrencySymbol() - ? ????java.text.DecimalFormatSymbols
Returns the currency symbol for the currency of these DecimalFormatSymbols in their locale.
getCurrent() - ? ????java.awt.CheckboxGroup
????
As of JDK version 1.1, replaced by getSelectedCheckbox().
getCurrentAccessibleContext() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the AccessibleContext for the table cell renderer.
getCurrentAccessibleValue() - ? ????java.awt.Button.AccessibleAWTButton
Get the value of this object as a Number.
getCurrentAccessibleValue() - ? ????java.awt.Checkbox.AccessibleAWTCheckbox
Get the value of this object as a Number.
getCurrentAccessibleValue() - ? ????java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Get the value of this object as a Number.
getCurrentAccessibleValue() - ? ????java.awt.MenuItem.AccessibleAWTMenuItem
Get the value of this object as a Number.
getCurrentAccessibleValue() - ? ????java.awt.Scrollbar.AccessibleAWTScrollBar
Get the accessible value of this object.
getCurrentAccessibleValue() - ?? ????javax.accessibility.AccessibleValue
Get the value of this object as a Number.
getCurrentAccessibleValue() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Get the value of this object as a Number.
getCurrentAccessibleValue() - ? ????javax.swing.JInternalFrame.AccessibleJInternalFrame
Get the value of this object as a Number.
getCurrentAccessibleValue() - ? ????javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
Gets the value of this object as a Number.
getCurrentAccessibleValue() - ? ????javax.swing.JProgressBar.AccessibleJProgressBar
Gets the accessible value of this object.
getCurrentAccessibleValue() - ? ????javax.swing.JScrollBar.AccessibleJScrollBar
Get the accessible value of this object.
getCurrentAccessibleValue() - ? ????javax.swing.JSlider.AccessibleJSlider
Get the accessible value of this object.
getCurrentAccessibleValue() - ? ????javax.swing.JSpinner.AccessibleJSpinner
Get the value of this object as a Number.
getCurrentAccessibleValue() - ? ????javax.swing.JSplitPane.AccessibleJSplitPane
Gets the accessible value of this object.
getCurrentComponent() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the table cell renderer component.
getCurrentDataFlavors() - ? ????java.awt.dnd.DropTargetContext
get the available DataFlavors of the Transferable operand of this operation.
getCurrentDataFlavors() - ? ????java.awt.dnd.DropTargetDragEvent
This method returns the current DataFlavors from the DropTargetContext.
getCurrentDataFlavors() - ? ????java.awt.dnd.DropTargetDropEvent
This method returns the current DataFlavors.
getCurrentDataFlavorsAsList() - ? ????java.awt.dnd.DropTargetContext
This method returns a the currently available DataFlavors of the Transferable operand as a java.util.List.
getCurrentDataFlavorsAsList() - ? ????java.awt.dnd.DropTargetDragEvent
This method returns the current DataFlavors as a java.util.List
getCurrentDataFlavorsAsList() - ? ????java.awt.dnd.DropTargetDropEvent
This method returns the currently available DataFlavors as a java.util.List.
getCurrentDirectory() - ? ????javax.swing.JFileChooser
Returns the current directory.
getCurrentEvent() - ? ??????java.awt.EventQueue
Returns the the event currently being dispatched by the EventQueue associated with the calling thread.
getCurrentFocusCycleRoot() - ? ????java.awt.KeyboardFocusManager
Returns the current focus cycle root, if the current focus cycle root is in the same context as the calling thread.
getCurrentKeyboardFocusManager() - ? ??????java.awt.KeyboardFocusManager
Returns the current KeyboardFocusManager instance for the calling thread's context.
getCurrentLine() - ? ????javax.swing.text.html.parser.Parser
 
getCurrentLineLength() - ? ????javax.swing.text.AbstractWriter
Returns the current line length.
getCurrentManager() - ? ??????javax.swing.FocusManager
Returns the current KeyboardFocusManager instance for the calling thread's context.
getCurrentPoint() - ? ????java.awt.geom.Path2D
Returns the coordinates most recently added to the end of the path as a Point2D object.
getCurrentPos() - ? ????javax.swing.text.html.parser.Parser
 
getCurrentServiceClasses() - ?? ????java.beans.beancontext.BeanContextServices
Gets the currently available services for this context.
getCurrentServiceClasses() - ? ????java.beans.beancontext.BeanContextServicesSupport
 
getCurrentServiceSelectors() - ? ????java.beans.beancontext.BeanContextServiceAvailableEvent
Gets the list of service dependent selectors.
getCurrentServiceSelectors(BeanContextServices, Class) - ?? ????java.beans.beancontext.BeanContextServiceProvider
Invoked by BeanContextServices, this method gets the current service selectors for the specified service.
getCurrentServiceSelectors(Class) - ?? ????java.beans.beancontext.BeanContextServices
Gets the list of service dependent service parameters (Service Selectors) for the specified service, by calling getCurrentServiceSelectors() on the underlying BeanContextServiceProvider.
getCurrentServiceSelectors(BeanContextServices, Class) - ? ????java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
 
getCurrentServiceSelectors(Class) - ? ????java.beans.beancontext.BeanContextServicesSupport
 
getCurrentTarget() - ?? ????org.w3c.dom.events.Event
Used to indicate the EventTarget whose EventListeners are currently being processed.
getCurrentTheme() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Return the theme currently being used by MetalLookAndFeel.
getCurrentThreadCpuTime() - ?? ????java.lang.management.ThreadMXBean
Returns the total CPU time for the current thread in nanoseconds.
getCurrentThreadUserTime() - ?? ????java.lang.management.ThreadMXBean
Returns the CPU time that the current thread has executed in user mode in nanoseconds.
getCurrentWriter() - ? ????javax.swing.text.AbstractDocument
Fetches the current writing thread if there is one.
getCursor() - ? ????java.awt.Component.AccessibleAWTComponent
Gets the Cursor of this object.
getCursor() - ? ????java.awt.Component
Gets the cursor set in the component.
getCursor() - ? ????java.awt.dnd.DragSourceContext
Returns the current drag Cursor.
getCursor() - ? ????java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Get the Cursor of this object.
getCursor() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the Cursor of this object.
getCursor() - ?? ????javax.accessibility.AccessibleComponent
Gets the Cursor of this object.
getCursor() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getCursor() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the Cursor of this object.
getCursor() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
getCursor() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getCursorName() - ?? ????java.sql.ResultSet
Retrieves the name of the SQL cursor used by this ResultSet object.
getCursorType() - ? ????java.awt.Frame
????
As of JDK version 1.1, replaced by Component.getCursor().
getCurve() - ? ????java.security.spec.ECParameterSpec
Returns the elliptic curve that this parameter defines.
getCustomEditor() - ?? ????java.beans.PropertyEditor
A PropertyEditor may choose to make available a full custom Component that edits its property value.
getCustomEditor() - ? ????java.beans.PropertyEditorSupport
A PropertyEditor may chose to make available a full custom Component that edits its property value.
getCustomizerClass() - ? ????java.beans.BeanDescriptor
Gets the Class object for the bean's customizer.
getCutAction() - ? ??????javax.swing.TransferHandler
Returns an Action that performs cut operations to the clipboard.
getCycleMethod() - ? ????java.awt.MultipleGradientPaint
Returns the enumerated type which specifies cycling behavior.
getDaemonThreadCount() - ?? ????java.lang.management.ThreadMXBean
Returns the current number of live daemon threads.
getDashArray() - ? ????java.awt.BasicStroke
Returns the array representing the lengths of the dash segments.
getDashPhase() - ? ????java.awt.BasicStroke
Returns the current dash phase.
getData() - ? ????java.awt.color.ICC_Profile
Returns a byte array corresponding to the data of this ICC_Profile.
getData(int) - ? ????java.awt.color.ICC_Profile
Returns a particular tagged data element from the profile as a byte array.
getData(DataFlavor) - ? ????java.awt.datatransfer.Clipboard
Returns an object representing the current contents of this clipboard in the specified DataFlavor.
getData() - ? ????java.awt.image.BufferedImage
Returns the image as one large tile.
getData(Rectangle) - ? ????java.awt.image.BufferedImage
Computes and returns an arbitrary region of the BufferedImage.
getData() - ? ????java.awt.image.DataBufferByte
Returns the default (first) byte data array.
getData(int) - ? ????java.awt.image.DataBufferByte
Returns the data array for the specified bank.
getData() - ? ????java.awt.image.DataBufferDouble
Returns the default (first) double data array.
getData(int) - ? ????java.awt.image.DataBufferDouble
Returns the data array for the specified bank.
getData() - ? ????java.awt.image.DataBufferFloat
Returns the default (first) float data array.
getData(int) - ? ????java.awt.image.DataBufferFloat
Returns the data array for the specified bank.
getData() - ? ????java.awt.image.DataBufferInt
Returns the default (first) int data array in DataBuffer.
getData(int) - ? ????java.awt.image.DataBufferInt
Returns the data array for the specified bank.
getData() - ? ????java.awt.image.DataBufferShort
Returns the default (first) byte data array.
getData(int) - ? ????java.awt.image.DataBufferShort
Returns the data array for the specified bank.
getData() - ? ????java.awt.image.DataBufferUShort
Returns the default (first) unsigned-short data array.
getData(int) - ? ????java.awt.image.DataBufferUShort
Returns the data array for the specified bank.
getData() - ?? ????java.awt.image.RenderedImage
Returns the image as one large tile (for tile based images this will require fetching the whole image and copying the image data over).
getData(Rectangle) - ?? ????java.awt.image.RenderedImage
Computes and returns an arbitrary region of the RenderedImage.
getData() - ? ????java.net.DatagramPacket
Returns the data buffer.
getData() - ? ????java.rmi.activation.ActivationDesc
Returns a "marshalled object" containing intialization/activation data for the object specified by this descriptor.
getData() - ? ????java.rmi.activation.ActivationGroupDesc
Returns the group's initialization data.
getData() - ? ????javax.imageio.stream.IIOByteBuffer
Returns a reference to the byte array.
getData() - ? ????javax.sound.midi.MetaMessage
Obtains a copy of the data for the meta message.
getData() - ? ????javax.sound.midi.SoundbankResource
Obtains the sampled audio that is stored in this SoundbankResource.
getData() - ? ????javax.sound.midi.SysexMessage
Obtains a copy of the data for the system exclusive message.
getData() - ? ????javax.swing.text.html.FormSubmitEvent
Gets the form submission data.
getData() - ? ????javax.swing.text.html.parser.Entity
Returns the data.
getData() - ?? ????javax.xml.stream.events.Characters
Get the character data of this event
getData() - ?? ????javax.xml.stream.events.ProcessingInstruction
The data section of the processing instruction
getData() - ?? ????org.w3c.dom.CharacterData
The character data of the node that implements this interface.
getData() - ?? ????org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
getData1() - ? ????javax.sound.midi.ShortMessage
Obtains the first data byte in the message.
getData2() - ? ????javax.sound.midi.ShortMessage
Obtains the second data byte in the message.
getDatabaseMajorVersion() - ?? ????java.sql.DatabaseMetaData
Retrieves the major version number of the underlying database.
getDatabaseMinorVersion() - ?? ????java.sql.DatabaseMetaData
Retrieves the minor version number of the underlying database.
getDatabaseProductName() - ?? ????java.sql.DatabaseMetaData
Retrieves the name of this database product.
getDatabaseProductVersion() - ?? ????java.sql.DatabaseMetaData
Retrieves the version number of this database product.
getDataBitOffset() - ? ????java.awt.image.MultiPixelPackedSampleModel
Returns the data bit offset in bits.
getDataBuffer() - ? ????java.awt.image.Raster
Returns the DataBuffer associated with this Raster.
getDataClass() - ? ????javax.sound.midi.SoundbankResource
Obtains the class used by this sample to represent its data.
getDataElement(int[], int) - ? ????java.awt.image.ColorModel
Returns a pixel value represented as an int in this ColorModel, given an array of unnormalized color/alpha components.
getDataElement(float[], int) - ? ????java.awt.image.ColorModel
Returns a pixel value represented as an int in this ColorModel, given an array of normalized color/alpha components.
getDataElement(int[], int) - ? ????java.awt.image.ComponentColorModel
Returns a pixel value represented as an int in this ColorModel, given an array of unnormalized color/alpha components.
getDataElement(float[], int) - ? ????java.awt.image.ComponentColorModel
Returns a pixel value represented as an int in this ColorModel, given an array of normalized color/alpha components.
getDataElement(int[], int) - ? ????java.awt.image.DirectColorModel
Returns a pixel value represented as an int in this ColorModel, given an array of unnormalized color/alpha components.
getDataElement(int[], int) - ? ????java.awt.image.IndexColorModel
Returns a pixel value represented as an int in this ColorModel given an array of unnormalized color/alpha components.
getDataElements(int, int, Object, DataBuffer) - ? ????java.awt.image.BandedSampleModel
Returns data for a single pixel in a primitive array of type TransferType.
getDataElements(int, Object) - ? ????java.awt.image.ColorModel
Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
getDataElements(int[], int, Object) - ? ????java.awt.image.ColorModel
Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
getDataElements(float[], int, Object) - ? ????java.awt.image.ColorModel
Returns a data element array representation of a pixel in this ColorModel, given an array of normalized color/alpha components.
getDataElements(int, Object) - ? ????java.awt.image.ComponentColorModel
Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
getDataElements(int[], int, Object) - ? ????java.awt.image.ComponentColorModel
Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
getDataElements(float[], int, Object) - ? ????java.awt.image.ComponentColorModel
Returns a data element array representation of a pixel in this ColorModel, given an array of normalized color/alpha components.
getDataElements(int, int, Object, DataBuffer) - ? ????java.awt.image.ComponentSampleModel
Returns data for a single pixel in a primitive array of type TransferType.
getDataElements(int, Object) - ? ????java.awt.image.DirectColorModel
Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
getDataElements(int[], int, Object) - ? ????java.awt.image.DirectColorModel
Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
getDataElements(int, Object) - ? ????java.awt.image.IndexColorModel
Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
getDataElements(int[], int, Object) - ? ????java.awt.image.IndexColorModel
Returns a data element array representation of a pixel in this ColorModel given an array of unnormalized color/alpha components.
getDataElements(int, int, Object, DataBuffer) - ? ????java.awt.image.MultiPixelPackedSampleModel
Returns data for a single pixel in a primitive array of type TransferType.
getDataElements(int, int, Object) - ? ????java.awt.image.Raster
Returns data for a single pixel in a primitive array of type TransferType.
getDataElements(int, int, int, int, Object) - ? ????java.awt.image.Raster
Returns the pixel data for the specified rectangle of pixels in a primitive array of type TransferType.
getDataElements(int, int, Object, DataBuffer) - ? ????java.awt.image.SampleModel
Returns data for a single pixel in a primitive array of type TransferType.
getDataElements(int, int, int, int, Object, DataBuffer) - ? ????java.awt.image.SampleModel
Returns the pixel data for the specified rectangle of pixels in a primitive array of type TransferType.
getDataElements(int, int, Object, DataBuffer) - ? ????java.awt.image.SinglePixelPackedSampleModel
Returns data for a single pixel in a primitive array of type TransferType.
getDataFlavors() - ? ????javax.swing.TransferHandler.TransferSupport
Returns the data flavors for this transfer.
getDataHandler() - ? ????javax.xml.soap.AttachmentPart
Gets the DataHandler object for this AttachmentPart object.
getDataLength(int) - ? ????javax.sound.midi.ShortMessage
Retrieves the number of data bytes associated with a particular status byte value.
getDatalink() - ? ????javax.sql.rowset.serial.SerialDatalink
Returns a new URL that is a copy of this SerialDatalink object.
getDataSize() - ???? ????java.sql.DataTruncation
Gets the number of bytes of data that should have been transferred.
getDataSource() - ? ????javax.activation.DataHandler
Return the DataSource associated with this instance of DataHandler.
getDataSourceLock() - ? ????javax.sql.rowset.spi.SyncProvider
Returns the current data source lock severity level active in this SyncProvider implementation.
getDataSourceName() - ? ????javax.sql.rowset.BaseRowSet
Returns the logical name that when supplied to a naming service that uses the Java Naming and Directory Interface (JNDI) API, will retrieve a javax.sql.DataSource object.
getDataSourceName() - ?? ????javax.sql.RowSet
Retrieves the logical name that identifies the data source for this RowSet object.
getDataType() - ? ????java.awt.image.DataBuffer
Returns the data type of this DataBuffer.
getDataType() - ? ????java.awt.image.SampleModel
Returns the data type of the DataBuffer storing the pixel data.
getDataTypeSize(int) - ? ??????java.awt.image.DataBuffer
Returns the size (in bits) of the data type, given a datatype tag.
getDataVector() - ? ????javax.swing.table.DefaultTableModel
Returns the Vector of Vectors that contains the table's data values.
getDate() - ? ????java.net.URLConnection
Returns the value of the date header field.
getDate() - ? ????java.security.cert.PKIXParameters
Returns the time for which the validity of the certification path should be determined.
getDate(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object.
getDate(int, Calendar) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(String, Calendar) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(int, Calendar) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String, Calendar) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate() - ? ????java.sql.Time
???? 
getDate() - ? ????java.util.Date
????
As of JDK version 1.1, replaced by Calendar.get(Calendar.DAY_OF_MONTH).
getDate(Integer) - ? ????javax.management.timer.Timer
Gets a copy of the date associated to a timer notification.
getDate(Integer) - ?? ????javax.management.timer.TimerMBean
Gets a copy of the date associated to a timer notification.
getDate() - ? ????javax.swing.SpinnerDateModel
Returns the current element in this sequence of Dates.
getDateAndTime() - ? ????java.security.cert.X509CRLSelector
Returns the dateAndTime criterion.
getDateFormatSymbols() - ? ????java.text.SimpleDateFormat
Gets a copy of the date and time format symbols of this date format.
getDateInstance() - ? ??????java.text.DateFormat
Gets the date formatter with the default formatting style for the default FORMAT locale.
getDateInstance(int) - ? ??????java.text.DateFormat
Gets the date formatter with the given formatting style for the default FORMAT locale.
getDateInstance(int, Locale) - ? ??????java.text.DateFormat
Gets the date formatter with the given formatting style for the given locale.
getDateInstance(int, Locale) - ? ????java.text.spi.DateFormatProvider
Returns a new DateFormat instance which formats date with the given formatting style for the specified locale.
getDateTimeAfter() - ? ????java.time.zone.ZoneOffsetTransition
Gets the local transition date-time, as would be expressed with the 'after' offset.
getDateTimeBefore() - ? ????java.time.zone.ZoneOffsetTransition
Gets the local transition date-time, as would be expressed with the 'before' offset.
getDateTimeInstance() - ? ??????java.text.DateFormat
Gets the date/time formatter with the default formatting style for the default FORMAT locale.
getDateTimeInstance(int, int) - ? ??????java.text.DateFormat
Gets the date/time formatter with the given date and time formatting styles for the default FORMAT locale.
getDateTimeInstance(int, int, Locale) - ? ??????java.text.DateFormat
Gets the date/time formatter with the given formatting styles for the given locale.
getDateTimeInstance(int, int, Locale) - ? ????java.text.spi.DateFormatProvider
Returns a new DateFormat instance which formats date and time with the given formatting style for the specified locale.
getDay() - ? ????java.sql.Time
???? 
getDay() - ? ????java.util.Date
????
As of JDK version 1.1, replaced by Calendar.get(Calendar.DAY_OF_WEEK).
getDay() - ? ????javax.xml.datatype.XMLGregorianCalendar
Return day in month or DatatypeConstants.FIELD_UNDEFINED.
getDaylightSavings(Instant) - ? ????java.time.zone.ZoneRules
Gets the amount of daylight savings in use for the specified instant in this zone.
getDayOfMonth() - ? ????java.time.LocalDate
Gets the day-of-month field.
getDayOfMonth() - ? ????java.time.LocalDateTime
Gets the day-of-month field.
getDayOfMonth() - ? ????java.time.MonthDay
Gets the day-of-month field.
getDayOfMonth() - ? ????java.time.OffsetDateTime
Gets the day-of-month field.
getDayOfMonth() - ? ????java.time.ZonedDateTime
Gets the day-of-month field.
getDayOfMonthIndicator() - ? ????java.time.zone.ZoneOffsetTransitionRule
Gets the indicator of the day-of-month of the transition.
getDayOfWeek() - ? ????java.time.LocalDate
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfWeek() - ? ????java.time.LocalDateTime
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfWeek() - ? ????java.time.OffsetDateTime
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfWeek() - ? ????java.time.zone.ZoneOffsetTransitionRule
Gets the day-of-week of the transition.
getDayOfWeek() - ? ????java.time.ZonedDateTime
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfYear() - ? ????java.time.LocalDate
Gets the day-of-year field.
getDayOfYear() - ? ????java.time.LocalDateTime
Gets the day-of-year field.
getDayOfYear() - ? ????java.time.OffsetDateTime
Gets the day-of-year field.
getDayOfYear() - ? ????java.time.ZonedDateTime
Gets the day-of-year field.
getDays() - ? ????java.time.Period
Gets the amount of days of this period.
getDays() - ? ????javax.xml.datatype.Duration
Obtains the value of the DAYS field as an integer value, or 0 if not present.
getDCHuffmanTables() - ? ????javax.imageio.plugins.jpeg.JPEGImageReadParam
Returns a copy of the array of DC Huffman tables set on the most recent call to setDecodeTables, or null if tables are not currently set.
getDCHuffmanTables() - ? ????javax.imageio.plugins.jpeg.JPEGImageWriteParam
Returns a copy of the array of DC Huffman tables set on the most recent call to setEncodeTables, or null if tables are not currently set.
getDebugGraphicsOptions() - ? ????javax.swing.JComponent
Returns the state of graphics debugging.
getDebugOptions() - ? ????javax.swing.DebugGraphics
Returns the current debugging options for this DebugGraphics.
getDecayTime() - ? ????javax.sound.sampled.ReverbType
Obtains the decay time, which is the amount of time over which the late reflections attenuate to effective zero.
getDecimalFormatSymbols() - ? ????java.text.DecimalFormat
Returns a copy of the decimal format symbols, which is generally not changed by the programmer or user.
getDecimalSeparator() - ? ????java.text.DecimalFormatSymbols
Gets the character used for decimal sign.
getDecimalSeparator() - ? ????java.time.format.DecimalStyle
Gets the character that represents the decimal point.
getDecimalStyle() - ? ????java.time.format.DateTimeFormatter
Gets the DecimalStyle to be used during formatting.
getDeclaration(String) - ? ????javax.swing.text.html.StyleSheet
Translates a CSS declaration to an AttributeSet that represents the CSS declaration.
getDeclaration() - ?? ????javax.xml.stream.events.EntityReference
Return the declaration of this entity.
getDeclaredAnnotation(Class<A>) - ? ????java.lang.Class
 
getDeclaredAnnotation(Class<A>) - ? ????java.lang.Package
 
getDeclaredAnnotation(Class<T>) - ? ????java.lang.reflect.AccessibleObject
 
getDeclaredAnnotation(Class<T>) - ?? ????java.lang.reflect.AnnotatedElement
Returns this element's annotation for the specified type if such an annotation is directly present, else null.
getDeclaredAnnotation(Class<T>) - ? ????java.lang.reflect.Parameter
 
getDeclaredAnnotations() - ? ????java.lang.Class
 
getDeclaredAnnotations() - ? ????java.lang.Package
 
getDeclaredAnnotations() - ? ????java.lang.reflect.AccessibleObject
 
getDeclaredAnnotations() - ?? ????java.lang.reflect.AnnotatedElement
Returns annotations that are directly present on this element.
getDeclaredAnnotations() - ? ????java.lang.reflect.Constructor
Returns annotations that are directly present on this element.
getDeclaredAnnotations() - ? ????java.lang.reflect.Executable
Returns annotations that are directly present on this element.
getDeclaredAnnotations() - ? ????java.lang.reflect.Field
Returns annotations that are directly present on this element.
getDeclaredAnnotations() - ? ????java.lang.reflect.Method
Returns annotations that are directly present on this element.
getDeclaredAnnotations() - ? ????java.lang.reflect.Parameter
Returns annotations that are directly present on this element.
getDeclaredAnnotationsByType(Class<A>) - ? ????java.lang.Class
 
getDeclaredAnnotationsByType(Class<A>) - ? ????java.lang.Package
 
getDeclaredAnnotationsByType(Class<T>) - ? ????java.lang.reflect.AccessibleObject
 
getDeclaredAnnotationsByType(Class<T>) - ?? ????java.lang.reflect.AnnotatedElement
Returns this element's annotation(s) for the specified type if such annotations are either directly present or indirectly present.
getDeclaredAnnotationsByType(Class<T>) - ? ????java.lang.reflect.Parameter
 
getDeclaredClasses() - ? ????java.lang.Class
Returns an array of Class objects reflecting all the classes and interfaces declared as members of the class represented by this Class object.
getDeclaredConstructor(Class<?>...) - ? ????java.lang.Class
Returns a Constructor object that reflects the specified constructor of the class or interface represented by this Class object.
getDeclaredConstructors() - ? ????java.lang.Class
Returns an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object.
getDeclaredField(String) - ? ????java.lang.Class
Returns a Field object that reflects the specified declared field of the class or interface represented by this Class object.
getDeclaredFields() - ? ????java.lang.Class
Returns an array of Field objects reflecting all the fields declared by the class or interface represented by this Class object.
getDeclaredMethod(String, Class<?>...) - ? ????java.lang.Class
Returns a Method object that reflects the specified declared method of the class or interface represented by this Class object.
getDeclaredMethods() - ? ????java.lang.Class
Returns an array containing Method objects reflecting all the declared methods of the class or interface represented by this Class object, including public, protected, default (package) access, and private methods, but excluding inherited methods.
getDeclaredPrefixes() - ? ????org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes declared in this context.
getDeclaredType(TypeElement, TypeMirror...) - ?? ????javax.lang.model.util.Types
Returns the type corresponding to a type element and actual type arguments.
getDeclaredType(DeclaredType, TypeElement, TypeMirror...) - ?? ????javax.lang.model.util.Types
Returns the type corresponding to a type element and actual type arguments, given a containing type of which it is a member.
getDeclaredType() - ? ????javax.xml.bind.JAXBElement
Returns the Java binding of the xml element declaration's type attribute.
getDeclaringClass() - ? ????java.lang.Class
If the class or interface represented by this Class object is a member of another class, returns the Class object representing the class in which it was declared.
getDeclaringClass() - ? ????java.lang.Enum
Returns the Class object corresponding to this enum constant's enum type.
getDeclaringClass() - ?? ????java.lang.invoke.MethodHandleInfo
Returns the class in which the cracked method handle's underlying member was defined.
getDeclaringClass() - ? ????java.lang.reflect.Constructor
Returns the Class object representing the class or interface that declares the executable represented by this object.
getDeclaringClass() - ? ????java.lang.reflect.Executable
Returns the Class object representing the class or interface that declares the executable represented by this object.
getDeclaringClass() - ? ????java.lang.reflect.Field
Returns the Class object representing the class or interface that declares the field represented by this Field object.
getDeclaringClass() - ?? ????java.lang.reflect.Member
Returns the Class object representing the class or interface that declares the member or constructor represented by this Member.
getDeclaringClass() - ? ????java.lang.reflect.Method
Returns the Class object representing the class or interface that declares the executable represented by this object.
getDeclaringExecutable() - ? ????java.lang.reflect.Parameter
Return the Executable which declares this parameter.
getDecoder() - ? ??????java.util.Base64
Returns a Base64.Decoder that decodes using the Basic type base64 encoding scheme.
getDecomposition() - ? ????java.text.Collator
Get the decomposition mode of this Collator.
getDeepestComponentAt(Component, int, int) - ? ??????javax.swing.SwingUtilities
Returns the deepest visible descendent Component of parent that contains the location x, y.
getDefault() - ? ??????java.net.CookieHandler
Gets the system-wide cookie handler.
getDefault() - ? ??????java.net.ProxySelector
Gets the system-wide proxy selector.
getDefault() - ? ??????java.net.ResponseCache
Gets the system-wide response cache.
getDefault() - ? ??????java.nio.file.FileSystems
Returns the default FileSystem.
getDefault() - ? ??????java.util.Locale
Gets the current value of the default locale for this instance of the Java Virtual Machine.
getDefault(Locale.Category) - ? ??????java.util.Locale
Gets the current value of the default locale for the specified Category for this instance of the Java Virtual Machine.
getDefault() - ? ??????java.util.TimeZone
Gets the default TimeZone of the Java virtual machine.
getDefault() - ? ??????javax.net.ServerSocketFactory
Returns a copy of the environment's default socket factory.
getDefault() - ? ??????javax.net.SocketFactory
Returns a copy of the environment's default socket factory.
getDefault() - ? ??????javax.net.ssl.SSLContext
Returns the default SSL context.
getDefault() - ? ??????javax.net.ssl.SSLServerSocketFactory
Returns the default SSL server socket factory.
getDefault() - ? ??????javax.net.ssl.SSLSocketFactory
Returns the default SSL socket factory.
getDefaultAction() - ?? ????javax.swing.text.Keymap
Fetches the default action to fire if a key is typed (i.e. a KEY_TYPED KeyEvent is received) and there is no binding for it.
getDefaultActions() - ? ????java.awt.dnd.DropTarget
Gets an int representing the current action(s) supported by this DropTarget.
getDefaultAlgorithm() - ? ??????javax.net.ssl.KeyManagerFactory
Obtains the default KeyManagerFactory algorithm name.
getDefaultAlgorithm() - ? ??????javax.net.ssl.TrustManagerFactory
Obtains the default TrustManagerFactory algorithm name.
getDefaultAllowUserInteraction() - ? ??????java.net.URLConnection
Returns the default value of the allowUserInteraction field.
getDefaultAttributeValue(Class<? extends Attribute>) - ?? ????javax.print.PrintService
Determines this print service's default printing attribute value in the given category.
getDefaultButton() - ? ????javax.swing.JRootPane
Returns the value of the defaultButton property.
getDefaultButton(JFileChooser) - ? ????javax.swing.plaf.basic.BasicFileChooserUI
 
getDefaultButton(JFileChooser) - ? ????javax.swing.plaf.FileChooserUI
Returns default button for current LookAndFeel.
getDefaultChoice() - ? ????javax.security.auth.callback.ChoiceCallback
Get the defaultChoice.
getDefaultChooserPanels() - ? ??????javax.swing.colorchooser.ColorChooserComponentFactory
 
getDefaultCipherSuites() - ? ????javax.net.ssl.SSLServerSocketFactory
Returns the list of cipher suites which are enabled by default.
getDefaultCipherSuites() - ? ????javax.net.ssl.SSLSocketFactory
Returns the list of cipher suites which are enabled by default.
getDefaultClassLoader() - ? ????javax.management.remote.rmi.RMIServerImpl
Gets the default ClassLoader used by this connector server.
getDefaultClosedIcon() - ? ????javax.swing.tree.DefaultTreeCellRenderer
Returns the default icon, for the current laf, that is used to represent non-leaf nodes that are not expanded.
getDefaultCloseOperation() - ? ????javax.swing.JDialog
Returns the operation which occurs when the user initiates a "close" on this dialog.
getDefaultCloseOperation() - ? ????javax.swing.JFrame
Returns the operation that occurs when the user initiates a "close" on this frame.
getDefaultCloseOperation() - ? ????javax.swing.JInternalFrame
Returns the default operation that occurs when the user initiates a "close" on this internal frame.
getDefaultCommandMap() - ? ??????javax.activation.CommandMap
Get the default CommandMap.
getDefaultComponent(Container) - ? ????java.awt.ContainerOrderFocusTraversalPolicy
Returns the default Component to focus.
getDefaultComponent(Container) - ? ????java.awt.FocusTraversalPolicy
Returns the default Component to focus.
getDefaultComponent(Container) - ? ????javax.swing.SortingFocusTraversalPolicy
Returns the default Component to focus.
getDefaultConfiguration() - ? ????java.awt.GraphicsDevice
Returns the default GraphicsConfiguration associated with this GraphicsDevice.
getDefaultController() - ? ????javax.imageio.IIOParam
Returns the default IIOParamController, if there is one, regardless of the currently installed controller.
getDefaultController() - ? ????javax.imageio.metadata.IIOMetadata
Returns the default IIOMetadataController, if there is one, regardless of the currently installed controller.
getDefaultCursor() - ? ??????java.awt.Cursor
Return the system default cursor.
getDefaultCursor() - ? ????javax.swing.text.html.HTMLEditorKit
Returns the default cursor.
getDefaultDirectory() - ? ????javax.swing.filechooser.FileSystemView
Return the user's default starting directory for the file chooser.
getDefaultDomain() - ?? ????javax.management.MBeanServer
 
getDefaultDomain() - ?? ????javax.management.MBeanServerConnection
Returns the default domain used for naming the MBean.
getDefaultDomain(Subject) - ?? ????javax.management.remote.rmi.RMIConnection
getDefaultDomain(Subject) - ? ????javax.management.remote.rmi.RMIConnectionImpl
 
getDefaultDomain(Subject) - ? ????javax.management.remote.rmi.RMIConnectionImpl_Stub
 
getDefaultDragSource() - ? ??????java.awt.dnd.DragSource
Gets the DragSource object associated with the underlying platform.
getDefaultEditor(Class<?>) - ? ????javax.swing.JTable
Returns the editor to be used when no editor has been set in a TableColumn.
getDefaultEventIndex() - ?? ????java.beans.BeanInfo
A bean may have a default event typically applied when this bean is used.
getDefaultEventIndex() - ? ????java.beans.SimpleBeanInfo
Deny knowledge of a default event.
getDefaultFileTypeMap() - ? ??????javax.activation.FileTypeMap
Return the default FileTypeMap for the system.
getDefaultFlavorMap() - ? ??????java.awt.datatransfer.SystemFlavorMap
Returns the default FlavorMap for this thread's ClassLoader.
getDefaultFocusTraversalKeys(int) - ? ????java.awt.KeyboardFocusManager
Returns a Set of default focus traversal keys for a given traversal operation.
getDefaultFocusTraversalPolicy() - ? ????java.awt.KeyboardFocusManager
Returns the default FocusTraversalPolicy.
getDefaultFormatter() - ? ????javax.swing.text.DefaultFormatterFactory
Returns the JFormattedTextField.AbstractFormatter to use as a last resort, eg in case a display, edit or null JFormattedTextField.AbstractFormatter has not been specified.
getDefaultFractionDigits() - ? ????java.util.Currency
Gets the default number of fraction digits used with this currency.
getDefaultHostnameVerifier() - ? ??????javax.net.ssl.HttpsURLConnection
Gets the default HostnameVerifier that is inherited by new instances of this class.
getDefaultIcon() - ? ????javax.swing.plaf.basic.BasicRadioButtonUI
Returns the default icon.
getDefaultIcon(AbstractButton) - ? ????javax.swing.plaf.synth.SynthButtonUI
Returns the default icon.
getDefaultImageMetadata(ImageTypeSpecifier, ImageWriteParam) - ? ????javax.imageio.ImageWriter
Returns an IIOMetadata object containing default values for encoding an image of the given type.
getDefaultInitCtx() - ? ????javax.naming.InitialContext
Retrieves the initial context by calling NamingManager.getInitialContext() and cache it in defaultInitCtx.
getDefaultInstance() - ? ??????javax.imageio.spi.IIORegistry
Returns the default IIORegistry instance used by the Image I/O API.
getDefaultLeafIcon() - ? ????javax.swing.tree.DefaultTreeCellRenderer
Returns the default icon, for the current laf, that is used to represent leaf nodes.
getDefaultLightWeightPopupEnabled() - ? ??????javax.swing.JPopupMenu
Gets the defaultLightWeightPopupEnabled property, which by default is true.
getDefaultLocale() - ? ??????javax.swing.JComponent
Returns the default locale used to initialize each JComponent's locale property upon creation.
getDefaultLocale() - ? ????javax.swing.UIDefaults
Returns the default locale.
getDefaultName() - ? ????javax.security.auth.callback.NameCallback
Get the default name.
getDefaultNamespacePrefix() - ? ????javax.xml.crypto.dom.DOMCryptoContext
 
getDefaultNamespacePrefix() - ?? ????javax.xml.crypto.XMLCryptoContext
Returns the default namespace prefix.
getDefaultOpenIcon() - ? ????javax.swing.tree.DefaultTreeCellRenderer
Returns the default icon, for the current laf, that is used to represent non-leaf nodes that are expanded.
getDefaultOption() - ? ????javax.security.auth.callback.ConfirmationCallback
Get the default option.
getDefaultPort() - ? ????java.net.URL
Gets the default port number of the protocol associated with this URL.
getDefaultPort() - ? ????java.net.URLStreamHandler
Returns the default port for a URL parsed by this handler.
getDefaultPrintService() - ? ????javax.print.PrintServiceLookup
Not called directly by applications.
getDefaultPropertyIndex() - ?? ????java.beans.BeanInfo
A bean may have a default property commonly updated when this bean is customized.
getDefaultPropertyIndex() - ? ????java.beans.SimpleBeanInfo
Deny knowledge of a default property.
getDefaultProviderInstance() - ? ??????java.rmi.server.RMIClassLoader
Returns the canonical instance of the default provider for the service provider interface RMIClassLoaderSpi.
getDefaultQueue() - ? ??????javax.swing.text.LayoutQueue
Fetch the default layout queue.
getDefaultReadParam() - ? ????javax.imageio.ImageReader
Returns a default ImageReadParam object appropriate for this format.
getDefaultRenderer(Class<?>) - ? ????javax.swing.JTable
Returns the cell renderer to be used when no renderer has been set in a TableColumn.
getDefaultRenderer() - ? ????javax.swing.table.JTableHeader
Returns the default renderer used when no headerRenderer is defined by a TableColumn.
getDefaultRepresentationClass() - ? ????java.awt.datatransfer.DataFlavor
 
getDefaultRepresentationClassAsString() - ? ????java.awt.datatransfer.DataFlavor
 
getDefaultRequestProperty(String) - ? ??????java.net.URLConnection
????
The instance specific getRequestProperty method should be used after an appropriate instance of URLConnection is obtained.
getDefaultRootElement() - ? ????javax.swing.text.AbstractDocument
Returns the root element that views should be based upon unless some other mechanism for assigning views to element structures is provided.
getDefaultRootElement() - ? ????javax.swing.text.DefaultStyledDocument
Gets the default root element.
getDefaultRootElement() - ?? ????javax.swing.text.Document
Returns the root element that views should be based upon, unless some other mechanism for assigning views to element structures is provided.
getDefaultRootElement() - ? ????javax.swing.text.PlainDocument
Gets the default root element for the document model.
getDefaults() - ? ????javax.swing.LookAndFeel
Returns the look and feel defaults.
getDefaults() - ? ????javax.swing.plaf.basic.BasicLookAndFeel
Returns the look and feel defaults.
getDefaults() - ? ????javax.swing.plaf.metal.MetalLookAndFeel
Returns the look and feel defaults.
getDefaults() - ? ????javax.swing.plaf.multi.MultiLookAndFeel
Creates, initializes, and returns the look and feel specific defaults.
getDefaults() - ? ????javax.swing.plaf.nimbus.NimbusLookAndFeel
Returns the defaults for this SynthLookAndFeel.
getDefaults() - ? ????javax.swing.plaf.synth.SynthLookAndFeel
Returns the defaults for this SynthLookAndFeel.
getDefaults() - ? ??????javax.swing.UIManager
Returns the defaults.
getDefaultScreenDevice() - ? ????java.awt.GraphicsEnvironment
Returns the default screen GraphicsDevice.
getDefaultSelection() - ? ????java.awt.JobAttributes
Specifies whether, for jobs using these attributes, the application should print all pages, the range specified by the return value of getPageRanges, or the current selection.
getDefaultSize() - ? ????javax.swing.plaf.basic.BasicComboBoxUI
Return the default size of an empty display area of the combo box using the current renderer and font.
getDefaultSize() - ? ????javax.swing.plaf.synth.SynthComboBoxUI
Returns the default size of an empty display area of the combo box using the current renderer and font.
getDefaultSocketFactory() - ? ??????java.rmi.server.RMISocketFactory
Returns a reference to the default socket factory used by this RMI implementation.
getDefaultSoundbank() - ?? ????javax.sound.midi.Synthesizer
Obtains the default soundbank for the synthesizer, if one exists.
getDefaultSSLParameters() - ? ????javax.net.ssl.SSLContext
Returns a copy of the SSLParameters indicating the default settings for this SSL context.
getDefaultSSLSocketFactory() - ? ??????javax.net.ssl.HttpsURLConnection
Gets the default static SSLSocketFactory that is inherited by new instances of this class.
getDefaultStream() - ? ??????java.rmi.server.LogStream
????
no replacement
getDefaultStreamMetadata(ImageWriteParam) - ? ????javax.imageio.ImageWriter
Returns an IIOMetadata object containing default values for encoding a stream of images.
getDefaultStyleContext() - ? ??????javax.swing.text.StyleContext
Returns default AttributeContext shared by all documents that don't bother to define/supply their own context.
getDefaultText() - ? ????javax.security.auth.callback.TextInputCallback
Get the default text.
getDefaultTextIconGap(AbstractButton) - ? ????javax.swing.plaf.basic.BasicButtonUI
 
getDefaultToolkit() - ? ??????java.awt.Toolkit
Gets the default toolkit.
getDefaultTransactionIsolation() - ?? ????java.sql.DatabaseMetaData
Retrieves this database's default transaction isolation level.
getDefaultTransform() - ? ????java.awt.GraphicsConfiguration
Returns the default AffineTransform for this GraphicsConfiguration.
getDefaultTreeModel() - ? ??????javax.swing.JTree
Creates and returns a sample TreeModel.
getDefaultType() - ? ??????java.security.cert.CertPathBuilder
Returns the default CertPathBuilder type as specified by the certpathbuilder.type security property, or the string "PKIX" if no such property exists.
getDefaultType() - ? ??????java.security.cert.CertPathValidator
Returns the default CertPathValidator type as specified by the certpathvalidator.type security property, or the string "PKIX" if no such property exists.
getDefaultType() - ? ??????java.security.cert.CertStore
Returns the default CertStore type as specified by the certstore.type security property, or the string "LDAP" if no such property exists.
getDefaultType() - ? ??????java.security.KeyStore
Returns the default keystore type as specified by the keystore.type security property, or the string "jks" (acronym for "Java keystore") if no such property exists.
getDefaultUncaughtExceptionHandler() - ? ??????java.lang.Thread
Returns the default handler invoked when a thread abruptly terminates due to an uncaught exception.
getDefaultUseCaches() - ? ????java.net.URLConnection
Returns the default value of a URLConnection's useCaches flag.
getDefaultValue() - ? ????java.lang.reflect.Method
Returns the default value for the annotation member represented by this Method instance.
getDefaultValue() - ?? ????javax.lang.model.element.ExecutableElement
Returns the default value if this executable is an annotation type element.
getDefaultValue() - ? ????javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the default value for the attribute described by this OpenMBeanAttributeInfoSupport instance, if specified, or null otherwise.
getDefaultValue() - ?? ????javax.management.openmbean.OpenMBeanParameterInfo
Returns the default value for this parameter, if it has one, or null otherwise.
getDefaultValue() - ? ????javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the default value for the parameter described by this OpenMBeanParameterInfoSupport instance, if specified, or null otherwise.
getDefaultValue() - ? ????javax.swing.text.html.CSS.Attribute
Fetch the default value for the attribute.
getDefaultView() - ?? ????org.w3c.dom.views.DocumentView
The default AbstractView for this Document, or null if none available.
getDefaultWriteParam() - ? ????javax.imageio.ImageWriter
Returns a new ImageWriteParam object of the appropriate type for this file format containing default values, that is, those values that would be used if no ImageWriteParam object were specified.
getDefinitionClass() - ? ????java.lang.instrument.ClassDefinition
Returns the class.
getDefinitionClassFile() - ? ????java.lang.instrument.ClassDefinition
Returns the array of bytes that contains the new class file.
getDelay(TimeUnit) - ?? ????java.util.concurrent.Delayed
Returns the remaining delay associated with this object, in the given time unit.
getDelay() - ? ????javax.swing.JMenu
Returns the suggested delay, in milliseconds, before submenus are popped up or down.
getDelay() - ? ????javax.swing.Timer
Returns the delay, in milliseconds, between firings of action events.
getDelegatedTask() - ? ????javax.net.ssl.SSLEngine
Returns a delegated Runnable task for this SSLEngine.
getDelegCred() - ?? ????org.ietf.jgss.GSSContext
Obtains the credentials delegated by the context initiator to the context acceptor.
getDepth() - ?? ????java.security.cert.PolicyNode
Returns the depth of this node in the valid policy tree.
getDepth(int) - ? ????javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
 
getDepth() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the depth of the tree rooted at this node -- the longest distance from this node to a leaf.
getDER() - ? ????org.ietf.jgss.Oid
Returns the full ASN.1 DER encoding for this oid object, which includes the tag and length.
getDereferencedData() - ?? ????javax.xml.crypto.dsig.Reference
Returns the dereferenced data, if reference caching is enabled.
getDerefLinkFlag() - ? ????javax.naming.directory.SearchControls
Determines whether links will be dereferenced during the search.
getDerivedColor(String, float, float, float, int, boolean) - ? ????javax.swing.plaf.nimbus.NimbusLookAndFeel
Get a derived color, derived colors are shared instances and is color value will change when its parent UIDefault color changes.
getDerivedColor(Color, Color, float, boolean) - ? ????javax.swing.plaf.nimbus.NimbusLookAndFeel
Decodes and returns a color, which is derived from an offset between two other colors.
getDerivedColor(Color, Color, float) - ? ????javax.swing.plaf.nimbus.NimbusLookAndFeel
Decodes and returns a color, which is derived from a offset between two other colors.
getDerivedGauge(ObjectName) - ? ????javax.management.monitor.CounterMonitor
Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
getDerivedGauge() - ? ????javax.management.monitor.CounterMonitor
????
getDerivedGauge() - ?? ????javax.management.monitor.CounterMonitorMBean
????
getDerivedGauge(ObjectName) - ?? ????javax.management.monitor.CounterMonitorMBean
Gets the derived gauge for the specified MBean.
getDerivedGauge(ObjectName) - ? ????javax.management.monitor.GaugeMonitor
Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
getDerivedGauge() - ? ????javax.management.monitor.GaugeMonitor
????
As of JMX 1.2, replaced by GaugeMonitor.getDerivedGauge(ObjectName)
getDerivedGauge() - ?? ????javax.management.monitor.GaugeMonitorMBean
????
getDerivedGauge(ObjectName) - ?? ????javax.management.monitor.GaugeMonitorMBean
Gets the derived gauge for the specified MBean.
getDerivedGauge() - ? ????javax.management.monitor.MonitorNotification
Gets the derived gauge of this monitor notification.
getDerivedGauge(ObjectName) - ? ????javax.management.monitor.StringMonitor
Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
getDerivedGauge() - ? ????javax.management.monitor.StringMonitor
????
getDerivedGauge() - ?? ????javax.management.monitor.StringMonitorMBean
????
getDerivedGauge(ObjectName) - ?? ????javax.management.monitor.StringMonitorMBean
Gets the derived gauge for the specified MBean.
getDerivedGaugeTimeStamp(ObjectName) - ? ????javax.management.monitor.CounterMonitor
Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or 0 otherwise.
getDerivedGaugeTimeStamp() - ? ????javax.management.monitor.CounterMonitor
getDerivedGaugeTimeStamp() - ?? ????javax.management.monitor.CounterMonitorMBean
getDerivedGaugeTimeStamp(ObjectName) - ?? ????javax.management.monitor.CounterMonitorMBean
Gets the derived gauge timestamp for the specified MBean.
getDerivedGaugeTimeStamp(ObjectName) - ? ????javax.management.monitor.GaugeMonitor
Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or 0 otherwise.
getDerivedGaugeTimeStamp() - ? ????javax.management.monitor.GaugeMonitor
????
getDerivedGaugeTimeStamp() - ?? ????javax.management.monitor.GaugeMonitorMBean
getDerivedGaugeTimeStamp(ObjectName) - ?? ????javax.management.monitor.GaugeMonitorMBean
Gets the derived gauge timestamp for the specified MBean.
getDerivedGaugeTimeStamp(ObjectName) - ? ????javax.management.monitor.StringMonitor
Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or 0 otherwise.
getDerivedGaugeTimeStamp() - ? ????javax.management.monitor.StringMonitor
getDerivedGaugeTimeStamp() - ?? ????javax.management.monitor.StringMonitorMBean
getDerivedGaugeTimeStamp(ObjectName) - ?? ????javax.management.monitor.StringMonitorMBean
Gets the derived gauge timestamp for the specified MBean.
getDescendantToggledPaths(TreePath) - ? ????javax.swing.JTree
Returns an Enumeration of TreePaths that have been expanded that are descendants of parent.
getDescent() - ? ????java.awt.font.GraphicAttribute
Returns the descent of this GraphicAttribute.
getDescent() - ? ????java.awt.font.ImageGraphicAttribute
Returns the descent of this ImageGraphicAttribute.
getDescent() - ? ????java.awt.font.LineMetrics
Returns the descent of the text.
getDescent() - ? ????java.awt.font.ShapeGraphicAttribute
Returns the descent of this ShapeGraphicAttribute.
getDescent() - ? ????java.awt.font.TextLayout
Returns the descent of this TextLayout.
getDescent() - ? ????java.awt.FontMetrics
Determines the font descent of the Font described by this FontMetrics object.
getDescent(GlyphView) - ? ????javax.swing.text.GlyphView.GlyphPainter
 
getDescription() - ???? ????java.util.regex.PatternSyntaxException
Retrieves the description of the error.
getDescription(Locale) - ? ????javax.imageio.spi.IIOServiceProvider
Returns a brief, human-readable description of this service provider and its associated implementation.
getDescription() - ? ????javax.management.MBeanFeatureInfo
Returns the human-readable description of the feature.
getDescription() - ? ????javax.management.MBeanInfo
Returns a human readable description of the MBean.
getDescription() - ?? ????javax.management.modelmbean.ModelMBeanInfo
Returns a human readable description of the MBean.
getDescription(String) - ? ????javax.management.openmbean.CompositeType
Returns the description of the item whose name is itemName, or null if this CompositeType instance does not define any item whose name is itemName.
getDescription() - ?? ????javax.management.openmbean.OpenMBeanConstructorInfo
Returns a human readable description of the constructor described by this OpenMBeanConstructorInfo instance.
getDescription() - ?? ????javax.management.openmbean.OpenMBeanInfo
Returns a human readable description of the type of open MBean instances this OpenMBeanInfo describes.
getDescription() - ?? ????javax.management.openmbean.OpenMBeanOperationInfo
Returns a human readable description of the operation described by this OpenMBeanOperationInfo instance.
getDescription() - ?? ????javax.management.openmbean.OpenMBeanParameterInfo
Returns a human readable description of the parameter described by this OpenMBeanParameterInfo instance.
getDescription() - ? ????javax.management.openmbean.OpenType
Returns the text description of this OpenType instance.
getDescription() - ? ????javax.management.relation.RoleInfo
Returns description text for the role.
getDescription(MBeanInfo) - ? ????javax.management.StandardMBean
Customization hook: Get the description that will be used in the MBeanInfo returned by this MBean.
getDescription(MBeanFeatureInfo) - ? ????javax.management.StandardMBean
Customization hook: Get the description that will be used in the MBeanFeatureInfo returned by this MBean.
getDescription(MBeanAttributeInfo) - ? ????javax.management.StandardMBean
Customization hook: Get the description that will be used in the MBeanAttributeInfo returned by this MBean.
getDescription(MBeanConstructorInfo) - ? ????javax.management.StandardMBean
Customization hook: Get the description that will be used in the MBeanConstructorInfo returned by this MBean.
getDescription(MBeanConstructorInfo, MBeanParameterInfo, int) - ? ????javax.management.StandardMBean
Customization hook: Get the description that will be used for the sequence MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.
getDescription(MBeanOperationInfo) - ? ????javax.management.StandardMBean
Customization hook: Get the description that will be used in the MBeanOperationInfo returned by this MBean.
getDescription(MBeanOperationInfo, MBeanParameterInfo, int) - ? ????javax.management.StandardMBean
Customization hook: Get the description that will be used for the sequence MBeanParameterInfo of the MBeanOperationInfo returned by this MBean.
getDescription() - ? ????javax.sound.midi.MidiDevice.Info
Obtains the description of the device.
getDescription() - ?? ????javax.sound.midi.Soundbank
Obtains a textual description of the sound bank, suitable for display.
getDescription() - ? ????javax.sound.sampled.Mixer.Info
Obtains the description of the mixer.
getDescription() - ? ????javax.swing.event.HyperlinkEvent
Get the description of the link as a string.
getDescription() - ? ????javax.swing.filechooser.FileFilter
The description of this filter.
getDescription() - ? ????javax.swing.filechooser.FileNameExtensionFilter
The description of this filter.
getDescription(File) - ? ????javax.swing.filechooser.FileView
A human readable description of the file.
getDescription() - ? ????javax.swing.ImageIcon
Gets the description of the image.
getDescription(File) - ? ????javax.swing.JFileChooser
Returns the file description.
getDescription() - ? ????javax.swing.LookAndFeel
Return a one line description of this look and feel implementation, e.g.
getDescription() - ? ????javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter
 
getDescription(File) - ? ????javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
 
getDescription() - ? ????javax.swing.plaf.metal.MetalLookAndFeel
Returns a short description of this look and feel.
getDescription() - ? ????javax.swing.plaf.multi.MultiLookAndFeel
Returns a one-line description of this look and feel.
getDescription() - ? ????javax.swing.plaf.nimbus.NimbusLookAndFeel
Returns a textual description of this look and feel.
getDescription() - ? ????javax.swing.plaf.synth.SynthLookAndFeel
Returns a textual description of SynthLookAndFeel.
getDescriptor() - ?? ????javax.management.DescriptorRead
Returns a copy of Descriptor.
getDescriptor() - ? ????javax.management.MBeanFeatureInfo
Returns the descriptor for the feature.
getDescriptor() - ? ????javax.management.MBeanInfo
Get the descriptor of this MBeanInfo.
getDescriptor() - ? ????javax.management.modelmbean.ModelMBeanAttributeInfo
Gets a copy of the associated Descriptor for the ModelMBeanAttributeInfo.
getDescriptor() - ? ????javax.management.modelmbean.ModelMBeanConstructorInfo
Returns a copy of the associated Descriptor.
getDescriptor(String, String) - ?? ????javax.management.modelmbean.ModelMBeanInfo
Returns a Descriptor requested by name and descriptorType.
getDescriptor(String) - ? ????javax.management.modelmbean.ModelMBeanInfoSupport
Returns a Descriptor requested by name.
getDescriptor(String, String) - ? ????javax.management.modelmbean.ModelMBeanInfoSupport
 
getDescriptor() - ? ????javax.management.modelmbean.ModelMBeanInfoSupport
 
getDescriptor() - ? ????javax.management.modelmbean.ModelMBeanNotificationInfo
Returns a copy of the associated Descriptor for the ModelMBeanNotificationInfo.
getDescriptor() - ? ????javax.management.modelmbean.ModelMBeanOperationInfo
Returns a copy of the associated Descriptor of the ModelMBeanOperationInfo.
getDescriptors(String) - ?? ????javax.management.modelmbean.ModelMBeanInfo
Returns a Descriptor array consisting of all Descriptors for the ModelMBeanInfo of type inDescriptorType.
getDescriptors(String) - ? ????javax.management.modelmbean.ModelMBeanInfoSupport
 
getDesignAxisDefaults() - ?? ????java.awt.font.MultipleMaster
Returns an array of default design values for each axis.
getDesignAxisNames() - ?? ????java.awt.font.MultipleMaster
Returns the name for each design axis.
getDesignAxisRanges() - ?? ????java.awt.font.MultipleMaster
Returns an array of design limits interleaved in the form [from→to] for each axis.
getDesktop() - ? ??????java.awt.Desktop
Returns the Desktop instance of the current browser context.
getDesktopColor() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the desktop color of the current theme.
getDesktopColor() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the desktop color.
getDesktopColor() - ? ????javax.swing.plaf.metal.OceanTheme
Returns the desktop color.
getDesktopIcon() - ? ????javax.swing.JInternalFrame
Returns the JDesktopIcon used when this JInternalFrame is iconified.
getDesktopIconBorder() - ? ??????javax.swing.plaf.metal.MetalBorders
Returns a border instance for a Desktop Icon
getDesktopManager() - ? ????javax.swing.JDesktopPane
Returns the DesktopManger that handles desktop-specific UI actions.
getDesktopManager() - ? ????javax.swing.plaf.basic.BasicInternalFrameUI
Returns the proper DesktopManager.
getDesktopPane() - ? ????javax.swing.JInternalFrame
Convenience method that searches the ancestor hierarchy for a JDesktop instance.
getDesktopPane() - ? ????javax.swing.JInternalFrame.JDesktopIcon
Convenience method to ask the icon for the Desktop object it belongs to.
getDesktopPaneForComponent(Component) - ? ??????javax.swing.JOptionPane
Returns the specified component's desktop pane.
getDesktopProperty(String) - ? ????java.awt.Toolkit
Obtains a value for the specified desktop property.
getDesktopPropertyValue(String, Object) - ? ??????javax.swing.LookAndFeel
Returns the value of the specified system desktop property by invoking Toolkit.getDefaultToolkit().getDesktopProperty().
getDestination() - ? ????java.awt.JobAttributes
Specifies whether output will be to a printer or a file for jobs using these attributes.
getDestination(ImageReadParam, Iterator<ImageTypeSpecifier>, int, int) - ? ??????javax.imageio.ImageReader
Returns the BufferedImage to which decoded pixel data should be written.
getDestination() - ? ????javax.imageio.ImageReadParam
Returns the BufferedImage currently set by the setDestination method, or null if none is set.
getDestinationBands() - ? ????javax.imageio.ImageReadParam
Returns the set of band indices where data will be placed.
getDestinationOffset() - ? ????javax.imageio.IIOParam
Returns the offset in the destination image at which pixels are to be placed.
getDestinationType() - ? ????javax.imageio.IIOParam
Returns the type of image to be returned by the read, if one was set by a call to setDestination(ImageTypeSpecifier), as an ImageTypeSpecifier.
getDetail() - ?? ????javax.xml.soap.SOAPFault
Returns the optional detail element for this SOAPFault object.
getDetail() - ?? ????org.w3c.dom.events.UIEvent
Specifies some detail information about the Event, depending on the type of event.
getDetailEntries() - ?? ????javax.xml.soap.Detail
Gets an Iterator over all of the DetailEntrys in this Detail object.
getDeterminant() - ? ????java.awt.geom.AffineTransform
Returns the determinant of the matrix representation of the transform.
getDevice() - ? ????java.awt.GraphicsConfiguration
Returns the GraphicsDevice associated with this GraphicsConfiguration.
getDevice() - ? ????java.awt.PointerInfo
Returns the GraphicsDevice where the mouse pointer was at the moment this PointerInfo was created.
getDevice(MidiDevice.Info) - ? ????javax.sound.midi.spi.MidiDeviceProvider
Obtains an instance of the device represented by the info object.
getDeviceConfiguration() - ? ????java.awt.Graphics2D
Returns the device configuration associated with this Graphics2D.
getDeviceInfo() - ?? ????javax.sound.midi.MidiDevice
Obtains information about the device, including its Java class and Strings containing its name, vendor, and description.
getDeviceInfo() - ? ????javax.sound.midi.spi.MidiDeviceProvider
Obtains the set of info objects representing the device or devices provided by this MidiDeviceProvider.
getDiagnostics() - ? ????javax.tools.DiagnosticCollector
Gets a list view of diagnostics collected by this object.
getDialog() - ? ????java.awt.JobAttributes
Returns whether, for jobs using these attributes, the user should see a print dialog in which to modify the print settings, and which type of print dialog should be displayed.
getDialogTitle() - ? ????javax.swing.JFileChooser
Gets the string that goes in the JFileChooser's titlebar.
getDialogTitle(JFileChooser) - ? ????javax.swing.plaf.basic.BasicFileChooserUI
Returns the title of this dialog
getDialogTitle(JFileChooser) - ? ????javax.swing.plaf.FileChooserUI
 
getDialogTitle(JFileChooser) - ? ????javax.swing.plaf.multi.MultiFileChooserUI
Invokes the getDialogTitle method on each UI handled by this object.
getDialogType() - ? ????javax.swing.JFileChooser
Returns the type of this dialog.
getDifferenceMode() - ? ????javax.management.monitor.CounterMonitor
Gets the difference mode flag value common to all observed MBeans.
getDifferenceMode() - ?? ????javax.management.monitor.CounterMonitorMBean
Gets the difference mode flag value.
getDifferenceMode() - ? ????javax.management.monitor.GaugeMonitor
Gets the difference mode flag value common to all observed MBeans.
getDifferenceMode() - ?? ????javax.management.monitor.GaugeMonitorMBean
Gets the difference mode flag value.
getDigestAlgorithm() - ? ????java.security.spec.MGF1ParameterSpec
Returns the algorithm name of the message digest used by the mask generation function.
getDigestAlgorithm() - ? ????java.security.spec.PSSParameterSpec
Returns the message digest algorithm name.
getDigestAlgorithm() - ? ????javax.crypto.spec.OAEPParameterSpec
Returns the message digest algorithm name.
getDigestInputStream() - ?? ????javax.xml.crypto.dsig.Reference
Returns the pre-digested input stream, if reference caching is enabled.
getDigestLength() - ? ????java.security.MessageDigest
Returns the length of the digest in bytes, or 0 if this operation is not supported by the provider and the implementation is not cloneable.
getDigestMethod() - ?? ????javax.xml.crypto.dsig.Reference
Returns the digest method of this Reference.
getDigestValue() - ?? ????javax.xml.crypto.dsig.Reference
Returns the digest value of this Reference.
getDigit() - ? ????java.text.DecimalFormatSymbols
Gets the character used for a digit in a pattern.
getDimension() - ? ????javax.management.openmbean.ArrayType
Returns the dimension of arrays described by this ArrayType instance.
getDimension(Object) - ? ????javax.swing.UIDefaults
If the value of key is a Dimension return it, otherwise return null.
getDimension(Object, Locale) - ? ????javax.swing.UIDefaults
If the value of key for the given Locale is a Dimension return it, otherwise return null.
getDimension(Object) - ? ??????javax.swing.UIManager
Returns a dimension from the defaults.
getDimension(Object, Locale) - ? ??????javax.swing.UIManager
Returns a dimension from the defaults that is appropriate for the given locale.
getDirection() - ? ????javax.swing.plaf.basic.BasicArrowButton
Returns the direction of the arrow.
getDirection() - ? ????javax.swing.text.DefaultStyledDocument.ElementSpec
Gets the direction.
getDirectionality(char) - ? ??????java.lang.Character
Returns the Unicode directionality property for the given character.
getDirectionality(int) - ? ??????java.lang.Character
Returns the Unicode directionality property for the given character (Unicode code point).
getDirectories() - ? ????javax.swing.plaf.basic.BasicDirectoryModel
 
getDirectory() - ? ????java.awt.FileDialog
Gets the directory of this file dialog.
getDirectory() - ? ????javax.swing.plaf.basic.BasicFileChooserUI
Property to remember the directory that is currently selected in the UI.
getDirectoryName() - ? ????javax.swing.plaf.basic.BasicFileChooserUI
 
getDirectoryName() - ? ????javax.swing.plaf.metal.MetalFileChooserUI
 
getDirtyRegion(JComponent) - ? ????javax.swing.RepaintManager
Return the current dirty region for a component.
getDisabledIcon() - ? ????javax.swing.AbstractButton
Returns the icon used by the button when it's disabled.
getDisabledIcon() - ? ????javax.swing.JLabel
Returns the icon used by the label when it's disabled.
getDisabledIcon(JComponent, Icon) - ? ????javax.swing.LookAndFeel
Returns an Icon with a disabled appearance.
getDisabledIcon(JComponent, Icon) - ? ????javax.swing.plaf.metal.MetalLookAndFeel
Returns an Icon with a disabled appearance.
getDisabledIcon(JComponent, Icon) - ? ????javax.swing.plaf.nimbus.NimbusLookAndFeel
 
getDisabledIconAt(int) - ? ????javax.swing.JTabbedPane
Returns the tab disabled icon at index.
getDisabledObjectNames() - ? ????javax.management.relation.MBeanServerNotificationFilter
Gets all the ObjectNames disabled.
getDisabledSelectedIcon() - ? ????javax.swing.AbstractButton
Returns the icon used by the button when it's disabled and selected.
getDisabledSelectedIcon(JComponent, Icon) - ? ????javax.swing.LookAndFeel
Returns an Icon for use by disabled components that are also selected.
getDisabledSelectedIcon(JComponent, Icon) - ? ????javax.swing.plaf.metal.MetalLookAndFeel
Returns an Icon for use by disabled components that are also selected.
getDisabledTextColor() - ? ????javax.swing.plaf.metal.MetalButtonUI
 
getDisabledTextColor() - ? ????javax.swing.plaf.metal.MetalRadioButtonUI
 
getDisabledTextColor() - ? ????javax.swing.plaf.metal.MetalToggleButtonUI
 
getDisabledTextColor() - ? ????javax.swing.text.JTextComponent
Fetches the current color used to render the disabled text.
getDiscard() - ? ????java.net.HttpCookie
Returns the discard attribute of the cookie
getDismissDelay() - ? ????javax.swing.ToolTipManager
Returns the dismissal delay value.
getDisplayCountry() - ? ????java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayCountry(Locale) - ? ????java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayCountry(String, Locale) - ? ????java.util.spi.LocaleNameProvider
Returns a localized name for the given IETF BCP47 region code (either ISO 3166 country code or UN M.49 area codes) and the given locale that is appropriate for display to the user.
getDisplayedMnemonic() - ? ????javax.swing.JLabel
Return the keycode that indicates a mnemonic key.
getDisplayedMnemonicIndex() - ? ????javax.swing.AbstractButton
Returns the character, as an index, that the look and feel should provide decoration for as representing the mnemonic character.
getDisplayedMnemonicIndex() - ? ????javax.swing.colorchooser.AbstractColorChooserPanel
Provides a hint to the look and feel as to the index of the character in getDisplayName that should be visually identified as the mnemonic.
getDisplayedMnemonicIndex() - ? ????javax.swing.JLabel
Returns the character, as an index, that the look and feel should provide decoration for as representing the mnemonic character.
getDisplayedMnemonicIndexAt(int) - ? ????javax.swing.JTabbedPane
Returns the character, as an index, that the look and feel should provide decoration for as representing the mnemonic character.
getDisplayFormatter() - ? ????javax.swing.text.DefaultFormatterFactory
Returns the JFormattedTextField.AbstractFormatter to use if the JFormattedTextField is not being edited and either the value is not-null, or the value is null and a null formatter has has not been specified.
getDisplayLanguage() - ? ????java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayLanguage(Locale) - ? ????java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayLanguage(String, Locale) - ? ????java.util.spi.LocaleNameProvider
Returns a localized name for the given IETF BCP47 language code and the given locale that is appropriate for display to the user.
getDisplayMode() - ? ????java.awt.GraphicsDevice
Returns the current display mode of this GraphicsDevice.
getDisplayModes() - ? ????java.awt.GraphicsDevice
Returns all display modes available for this GraphicsDevice.
getDisplayName() - ? ????java.beans.FeatureDescriptor
Gets the localized display name of this feature.
getDisplayName() - ? ????java.net.NetworkInterface
Get the display name of this network interface.
getDisplayName(TextStyle, Locale) - ?? ????java.time.chrono.Chronology
Gets the textual representation of this chronology.
getDisplayName(TextStyle, Locale) - ?? ????java.time.chrono.Era
Gets the textual representation of this era.
getDisplayName(TextStyle, Locale) - ? ????java.time.chrono.JapaneseEra
Gets the textual representation of this era.
getDisplayName(TextStyle, Locale) - ?? ????java.time.DayOfWeek
Gets the textual representation, such as 'Mon' or 'Friday'.
getDisplayName(TextStyle, Locale) - ?? ????java.time.Month
Gets the textual representation, such as 'Jan' or 'December'.
getDisplayName(Locale) - ?? ????java.time.temporal.ChronoField
 
getDisplayName(Locale) - ?? ????java.time.temporal.TemporalField
Gets the display name for the field in the requested locale.
getDisplayName(TextStyle, Locale) - ? ????java.time.ZoneId
Gets the textual representation of the zone, such as 'British Time' or '+02:00'.
getDisplayName(int, int, Locale) - ? ????java.util.Calendar
Returns the string representation of the calendar field value in the given style and locale.
getDisplayName() - ? ????java.util.Currency
Gets the name that is suitable for displaying this currency for the default DISPLAY locale.
getDisplayName(Locale) - ? ????java.util.Currency
Gets the name that is suitable for displaying this currency for the specified locale.
getDisplayName() - ? ????java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplayName(Locale) - ? ????java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplayName(String, int, int, int, Locale) - ? ????java.util.spi.CalendarNameProvider
Returns the string representation (display name) of the calendar field value in the given style and locale.
getDisplayName(String, Locale) - ? ????java.util.spi.CurrencyNameProvider
Returns a name for the currency that is appropriate for display to the user.
getDisplayName(String, boolean, int, Locale) - ? ????java.util.spi.TimeZoneNameProvider
Returns a name for the given time zone ID that's suitable for presentation to the user in the specified locale.
getDisplayName() - ? ????java.util.TimeZone
Returns a long standard time name of this TimeZone suitable for presentation to the user in the default locale.
getDisplayName(Locale) - ? ????java.util.TimeZone
Returns a long standard time name of this TimeZone suitable for presentation to the user in the specified locale.
getDisplayName(boolean, int) - ? ????java.util.TimeZone
Returns a name in the specified style of this TimeZone suitable for presentation to the user in the default locale.
getDisplayName(boolean, int, Locale) - ? ????java.util.TimeZone
Returns a name in the specified style of this TimeZone suitable for presentation to the user in the specified locale.
getDisplayName() - ? ????javax.swing.colorchooser.AbstractColorChooserPanel
Returns a string containing the display name of the panel.
getDisplayNames(int, int, Locale) - ? ????java.util.Calendar
Returns a Map containing all names of the calendar field in the given style and locale and their corresponding field values.
getDisplayNames(String, int, int, Locale) - ? ????java.util.spi.CalendarNameProvider
Returns a Map containing all string representations (display names) of the Calendar field in the given style and locale and their corresponding field values.
getDisplayScript() - ? ????java.util.Locale
Returns a name for the the locale's script that is appropriate for display to the user.
getDisplayScript(Locale) - ? ????java.util.Locale
Returns a name for the locale's script that is appropriate for display to the user.
getDisplayScript(String, Locale) - ? ????java.util.spi.LocaleNameProvider
Returns a localized name for the given IETF BCP47 script code and the given locale that is appropriate for display to the user.
getDisplaySize() - ? ????javax.swing.plaf.basic.BasicComboBoxUI
Returns the calculated size of the display area.
getDisplayVariant() - ? ????java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
getDisplayVariant(Locale) - ? ????java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
getDisplayVariant(String, Locale) - ? ????java.util.spi.LocaleNameProvider
Returns a localized name for the given variant code and the given locale that is appropriate for display to the user.
getDivider() - ? ????javax.swing.plaf.basic.BasicSplitPaneUI
Returns the divider between the top Components.
getDividerBorderSize() - ? ????javax.swing.plaf.basic.BasicSplitPaneUI
????
As of Java 2 platform v1.3, instead set the border on the divider.
getDividerLocation() - ? ????javax.swing.JSplitPane
Returns the last value passed to setDividerLocation.
getDividerLocation(JSplitPane) - ? ????javax.swing.plaf.basic.BasicSplitPaneUI
Returns the location of the divider, which may differ from what the splitpane thinks the location of the divider is.
getDividerLocation(JSplitPane) - ? ????javax.swing.plaf.multi.MultiSplitPaneUI
Invokes the getDividerLocation method on each UI handled by this object.
getDividerLocation(JSplitPane) - ? ????javax.swing.plaf.SplitPaneUI
Returns the location of the divider.
getDividerSize() - ? ????javax.swing.JSplitPane
Returns the size of the divider.
getDividerSize() - ? ????javax.swing.plaf.basic.BasicSplitPaneDivider
Returns the size of the divider, that is the width if the splitpane is HORIZONTAL_SPLIT, or the height of VERTICAL_SPLIT.
getDivisionType() - ? ????javax.sound.midi.MidiFileFormat
Obtains the timing division type for the MIDI file.
getDivisionType() - ? ????javax.sound.midi.Sequence
Obtains the timing division type for this sequence.
getDoc() - ?? ????javax.print.MultiDoc
Obtain the current doc object.
getDocComment(Element) - ?? ????javax.lang.model.util.Elements
Returns the text of the documentation ("Javadoc") comment of an element.
getDocFlavor() - ?? ????javax.print.Doc
Determines the doc flavor in which this doc object will supply its piece of print data.
getDocFlavor() - ? ????javax.print.SimpleDoc
Determines the doc flavor in which this doc object will supply its piece of print data.
getDockingColor() - ? ????javax.swing.plaf.basic.BasicToolBarUI
Gets the color displayed when over a docking area
getDoctype() - ?? ????org.w3c.dom.Document
The Document Type Declaration (see DocumentType) associated with this document.
getDocument() - ?? ????javax.swing.event.DocumentEvent
Gets the document that sourced the change event.
getDocument() - ? ????javax.swing.text.AbstractDocument.AbstractElement
Retrieves the underlying model.
getDocument() - ? ????javax.swing.text.AbstractDocument.DefaultDocumentEvent
Gets the document that sourced the change event.
getDocument() - ? ????javax.swing.text.AbstractWriter
Fetches the document.
getDocument() - ? ????javax.swing.text.DocumentFilter.FilterBypass
Returns the Document the mutation is occurring on.
getDocument() - ?? ????javax.swing.text.Element
Fetches the document associated with this element.
getDocument() - ? ????javax.swing.text.JTextComponent
Fetches the model associated with the editor.
getDocument() - ? ????javax.swing.text.View
Fetches the model associated with the view.
getDocument() - ?? ????org.w3c.dom.views.AbstractView
The source DocumentView of which this is an AbstractView.
getDocumentBase() - ? ????java.applet.Applet
Gets the URL of the document in which this applet is embedded.
getDocumentBase() - ?? ????java.applet.AppletStub
Gets the URL of the document in which the applet is embedded.
getDocumentBase() - ? ????javax.management.loading.MLetContent
Gets the MLet text file's base URL.
getDocumentElement() - ?? ????org.w3c.dom.Document
This is a convenience attribute that allows direct access to the child node that is the document element of the document.
getDocumentFilter() - ? ????javax.swing.JFormattedTextField.AbstractFormatter
Subclass and override if you wish to provide a DocumentFilter to restrict what can be input.
getDocumentFilter() - ? ????javax.swing.text.AbstractDocument
Returns the DocumentFilter that is responsible for filtering of insertion/removal.
getDocumentFilter() - ? ????javax.swing.text.DefaultFormatter
Returns the DocumentFilter used to restrict the characters that can be input into the JFormattedTextField.
getDocumentListeners() - ? ????javax.swing.text.AbstractDocument
Returns an array of all the document listeners registered on this document.
getDocumentProperties() - ? ????javax.swing.text.AbstractDocument
Supports managing a set of properties.
getDocumentTypeDeclaration() - ?? ????javax.xml.stream.events.DTD
Returns the entire Document Type Declaration as a string, including the internal DTD subset.
getDocumentURI() - ?? ????org.w3c.dom.Document
The location of the document or null if undefined or if the Document was created using DOMImplementation.createDocument.
getDoInput() - ? ????java.net.URLConnection
Returns the value of this URLConnection's doInput flag.
getDomain() - ? ????java.net.HttpCookie
Returns the domain name set for this cookie.
getDomain() - ? ????javax.management.ObjectName
Returns the domain part.
getDomainCombiner() - ? ????java.security.AccessControlContext
Get the DomainCombiner associated with this AccessControlContext.
getDomains() - ?? ????javax.management.MBeanServer
 
getDomains() - ?? ????javax.management.MBeanServerConnection
Returns the list of domains in which any MBean is currently registered.
getDomains(Subject) - ?? ????javax.management.remote.rmi.RMIConnection
getDomains(Subject) - ? ????javax.management.remote.rmi.RMIConnectionImpl
 
getDomains(Subject) - ? ????javax.management.remote.rmi.RMIConnectionImpl_Stub
 
getDomConfig() - ?? ????org.w3c.dom.Document
The configuration used when Document.normalizeDocument() is invoked.
getDomConfig() - ?? ????org.w3c.dom.ls.LSParser
The DOMConfiguration object used when parsing an input source.
getDomConfig() - ?? ????org.w3c.dom.ls.LSSerializer
The DOMConfiguration object used by the LSSerializer when serializing a DOM node.
getDOMImplementation() - ? ????javax.xml.parsers.DocumentBuilder
Obtain an instance of a DOMImplementation object.
getDOMImplementation(String) - ? ????org.w3c.dom.bootstrap.DOMImplementationRegistry
Return the first implementation that has the desired features, or null if none is found.
getDOMImplementation(String) - ?? ????org.w3c.dom.DOMImplementationSource
A method to request the first DOM implementation that supports the specified features.
getDOMImplementationList(String) - ? ????org.w3c.dom.bootstrap.DOMImplementationRegistry
Return a list of implementations that support the desired features.
getDOMImplementationList(String) - ?? ????org.w3c.dom.DOMImplementationSource
A method to request a list of DOM implementations that support the specified features and versions, as specified in .
getDoOutput() - ? ????java.net.URLConnection
Returns the value of this URLConnection's doOutput flag.
getDot() - ? ????javax.swing.event.CaretEvent
Fetches the location of the caret.
getDot() - ?? ????javax.swing.text.Caret
Fetches the current position of the caret.
getDot() - ? ????javax.swing.text.DefaultCaret
Fetches the current position of the caret.
getDotBias() - ? ????javax.swing.text.DefaultCaret
Returns the bias of the caret position.
getDouble(Object, int) - ? ??????java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a double.
getDouble(Object) - ? ????java.lang.reflect.Field
Gets the value of a static or instance field of type double or of another primitive type convertible to type double via a widening conversion.
getDouble() - ? ????java.nio.ByteBuffer
Relative get method for reading a double value.
getDouble(int) - ? ????java.nio.ByteBuffer
Absolute get method for reading a double value.
getDouble(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String, double) - ? ????java.util.prefs.AbstractPreferences
Implements the getDouble method as per the specification in Preferences.getDouble(String,double).
getDouble(String, double) - ? ????java.util.prefs.Preferences
Returns the double value represented by the string associated with the specified key in this preference node.
getDoubleBufferMaximumSize() - ? ????javax.swing.RepaintManager
Returns the maximum double buffer size.
getDoubleParameter(int) - ? ????java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a double.
getDragAction() - ? ????java.awt.dnd.DragGestureEvent
Returns an int representing the action selected by the user.
getDragEnabled() - ? ????javax.swing.JColorChooser
Gets the value of the dragEnabled property.
getDragEnabled() - ? ????javax.swing.JFileChooser
Gets the value of the dragEnabled property.
getDragEnabled() - ? ????javax.swing.JList
Returns whether or not automatic drag handling is enabled.
getDragEnabled() - ? ????javax.swing.JTable
Returns whether or not automatic drag handling is enabled.
getDragEnabled() - ? ????javax.swing.JTree
Returns whether or not automatic drag handling is enabled.
getDragEnabled() - ? ????javax.swing.text.JTextComponent
Returns whether or not automatic drag handling is enabled.
getDraggedColumn() - ? ????javax.swing.table.JTableHeader
Returns the the dragged column, if and only if, a drag is in process, otherwise returns null.
getDraggedDistance() - ? ????javax.swing.table.JTableHeader
Returns the column's horizontal distance from its original position, if and only if, a drag is in process.
getDragImage() - ? ????javax.swing.TransferHandler
Returns the drag image.
getDragImageOffset() - ? ????javax.swing.TransferHandler
Returns an anchor offset for the image to drag.
getDragMode() - ? ????javax.swing.JDesktopPane
Gets the current "dragging style" used by the desktop pane.
getDragOrigin() - ? ????java.awt.dnd.DragGestureEvent
Returns a Point in the coordinates of the Component over which the drag originated.
getDragSource() - ? ????java.awt.dnd.DragGestureEvent
Returns the DragSource.
getDragSource() - ? ????java.awt.dnd.DragGestureRecognizer
This method returns the DragSource this DragGestureRecognizer will use in order to process the Drag and Drop operation.
getDragSource() - ? ????java.awt.dnd.DragSourceContext
Returns the DragSource that instantiated this DragSourceContext.
getDragSourceContext() - ? ????java.awt.dnd.DragSourceEvent
This method returns the DragSourceContext that originated the event.
getDragSourceListeners() - ? ????java.awt.dnd.DragSource
Gets all the DragSourceListeners registered with this DragSource.
getDragSourceMotionListeners() - ? ????java.awt.dnd.DragSource
Gets all of the DragSourceMotionListeners registered with this DragSource.
getDragThreshold() - ? ??????java.awt.dnd.DragSource
Returns the drag gesture motion threshold.
getDrawGraphics() - ? ????java.awt.Component.BltBufferStrategy
 
getDrawGraphics() - ? ????java.awt.Component.FlipBufferStrategy
 
getDrawGraphics() - ? ????java.awt.image.BufferStrategy
Creates a graphics context for the drawing buffer.
getDrawsLayeredHighlights() - ? ????javax.swing.text.DefaultHighlighter
 
getDriver(String) - ? ??????java.sql.DriverManager
Attempts to locate a driver that understands the given URL.
getDriverMajorVersion() - ?? ????java.sql.DatabaseMetaData
Retrieves this JDBC driver's major version number.
getDriverMinorVersion() - ?? ????java.sql.DatabaseMetaData
Retrieves this JDBC driver's minor version number.
getDriverName() - ?? ????java.sql.DatabaseMetaData
Retrieves the name of this JDBC driver.
getDrivers() - ? ??????java.sql.DriverManager
Retrieves an Enumeration with all of the currently loaded JDBC drivers to which the current caller has access.
getDriverVersion() - ?? ????java.sql.DatabaseMetaData
Retrieves the version number of this JDBC driver as a String.
getDropAction() - ? ????java.awt.dnd.DragSourceDragEvent
This method returns the logical intersection of the target drop action and the set of drop actions supported by the drag source.
getDropAction() - ? ????java.awt.dnd.DragSourceDropEvent
This method returns an int representing the action performed by the target on the subject of the drop.
getDropAction() - ? ????java.awt.dnd.DropTargetDragEvent
This method returns the user drop action.
getDropAction() - ? ????java.awt.dnd.DropTargetDropEvent
This method returns the user drop action.
getDropAction() - ? ????javax.swing.TransferHandler.TransferSupport
Returns the action chosen for the drop, when this TransferSupport represents a drop.
getDropLineRect(JTree.DropLocation) - ? ????javax.swing.plaf.basic.BasicTreeUI
Returns a unbounding box for the drop line.
getDropLocation() - ? ????javax.swing.JList
Returns the location that this component should visually indicate as the drop location during a DnD operation over the component, or null if no location is to currently be shown.
getDropLocation() - ? ????javax.swing.JTable
Returns the location that this component should visually indicate as the drop location during a DnD operation over the component, or null if no location is to currently be shown.
getDropLocation() - ? ????javax.swing.JTree
Returns the location that this component should visually indicate as the drop location during a DnD operation over the component, or null if no location is to currently be shown.
getDropLocation() - ? ????javax.swing.text.JTextComponent
Returns the location that this component should visually indicate as the drop location during a DnD operation over the component, or null if no location is to currently be shown.
getDropLocation() - ? ????javax.swing.TransferHandler.TransferSupport
Returns the current (non-null) drop location for the component, when this TransferSupport represents a drop.
getDropMode() - ? ????javax.swing.JList
Returns the drop mode for this component.
getDropMode() - ? ????javax.swing.JTable
Returns the drop mode for this component.
getDropMode() - ? ????javax.swing.JTree
Returns the drop mode for this component.
getDropMode() - ? ????javax.swing.text.JTextComponent
Returns the drop mode for this component.
getDropPoint() - ? ????javax.swing.TransferHandler.DropLocation
Returns the drop point, representing the mouse's current location within the component.
getDropSuccess() - ? ????java.awt.dnd.DragSourceDropEvent
This method returns a boolean indicating if the drop was successful.
getDropTarget() - ? ????java.awt.Component
Gets the DropTarget associated with this Component.
getDropTarget() - ? ????java.awt.dnd.DropTargetContext
This method returns the DropTarget associated with this DropTargetContext.
getDropTargetContext() - ? ????java.awt.dnd.DropTarget
Gets the DropTargetContext associated with this DropTarget.
getDropTargetContext() - ? ????java.awt.dnd.DropTargetEvent
This method returns the DropTargetContext associated with this DropTargetEvent.
getDSTSavings() - ? ????java.util.SimpleTimeZone
Returns the amount of time in milliseconds that the clock is advanced during daylight saving time.
getDSTSavings() - ? ????java.util.TimeZone
Returns the amount of time to be added to local standard time to get local wall clock time.
getDTD(String) - ? ??????javax.swing.text.html.parser.DTD
Returns a DTD with the specified name.
getDTDHandler() - ? ????org.xml.sax.helpers.ParserAdapter
Return the current DTD handler.
getDTDHandler() - ? ????org.xml.sax.helpers.XMLFilterImpl
Get the current DTD event handler.
getDTDHandler() - ?? ????org.xml.sax.XMLReader
Return the current DTD handler.
getDTDType() - ?? ????javax.xml.stream.events.Attribute
Gets the type of this attribute, default is the String "CDATA"
getDuration() - ?? ????java.time.temporal.ChronoUnit
Gets the estimated duration of this unit in the ISO calendar system.
getDuration() - ?? ????java.time.temporal.TemporalUnit
Gets the duration of this unit, which may be an estimate.
getDuration() - ? ????java.time.zone.ZoneOffsetTransition
Gets the duration of the transition.
getEarliestSequenceNumber() - ? ????javax.management.remote.NotificationResult
Returns the sequence number of the earliest notification still in the buffer.
getEarlyReflectionDelay() - ? ????javax.sound.sampled.ReverbType
Returns the early reflection delay time in microseconds.
getEarlyReflectionIntensity() - ? ????javax.sound.sampled.ReverbType
Returns the early reflection intensity in decibels.
getEastPane() - ? ????javax.swing.plaf.basic.BasicInternalFrameUI
 
getEchoChar() - ? ????java.awt.TextField
Gets the character that is to be used for echoing.
getEchoChar() - ? ????javax.swing.JPasswordField
Returns the character to be used for echoing.
getEdgeCondition() - ? ????java.awt.image.ConvolveOp
Returns the edge condition.
getEdit() - ? ????javax.swing.event.UndoableEditEvent
Returns the edit value.
getEditFormatter() - ? ????javax.swing.text.DefaultFormatterFactory
Returns the JFormattedTextField.AbstractFormatter to use if the JFormattedTextField is being edited and either the value is not-null, or the value is null and a null formatter has has not been specified.
getEditingColumn() - ? ????javax.swing.JTable
Returns the index of the column that contains the cell currently being edited.
getEditingPath() - ? ????javax.swing.JTree
Returns the path to the element that is currently being edited.
getEditingPath(JTree) - ? ????javax.swing.plaf.basic.BasicTreeUI
Returns the path to the element that is being edited.
getEditingPath(JTree) - ? ????javax.swing.plaf.multi.MultiTreeUI
Invokes the getEditingPath method on each UI handled by this object.
getEditingPath(JTree) - ? ????javax.swing.plaf.TreeUI
Returns the path to the element that is being edited.
getEditingRow() - ? ????javax.swing.JTable
Returns the index of the row that contains the cell currently being edited.
getEditor() - ? ????javax.swing.JComboBox
Returns the editor used to paint and edit the selected item in the JComboBox field.
getEditor() - ? ????javax.swing.JSpinner
Returns the component that displays and potentially changes the model's value.
getEditor(ActionEvent) - ? ????javax.swing.text.StyledEditorKit.StyledTextAction
Gets the target editor for an action.
getEditorComponent() - ?? ????javax.swing.ComboBoxEditor
Return the component that should be added to the tree hierarchy for this editor
getEditorComponent() - ? ????javax.swing.JTable
Returns the component that is handling the editing session.
getEditorComponent() - ? ????javax.swing.plaf.basic.BasicComboBoxEditor
 
getEditorKit() - ? ????javax.swing.JEditorPane
Fetches the currently installed kit for handling content.
getEditorKit(JTextComponent) - ? ????javax.swing.plaf.basic.BasicEditorPaneUI
Fetches the EditorKit for the UI.
getEditorKit(JTextComponent) - ? ????javax.swing.plaf.basic.BasicTextUI
Fetches the EditorKit for the UI.
getEditorKit(JTextComponent) - ? ????javax.swing.plaf.multi.MultiTextUI
Invokes the getEditorKit method on each UI handled by this object.
getEditorKit(JTextComponent) - ? ????javax.swing.plaf.TextUI
Fetches the binding of services that set a policy for the type of document being edited.
getEditorKitClassNameForContentType(String) - ? ??????javax.swing.JEditorPane
Returns the currently registered EditorKit class name for the type type.
getEditorKitForContentType(String) - ? ????javax.swing.JEditorPane
Fetches the editor kit to use for the given type of content.
getEditorSearchPath() - ? ??????java.beans.PropertyEditorManager
Gets the package names that will be searched for property editors.
getEffectiveKeyBits() - ? ????javax.crypto.spec.RC2ParameterSpec
Returns the effective key size in bits.
getElem(int) - ? ????java.awt.image.DataBuffer
Returns the requested data array element from the first (default) bank as an integer.
getElem(int, int) - ? ????java.awt.image.DataBuffer
Returns the requested data array element from the specified bank as an integer.
getElem(int) - ? ????java.awt.image.DataBufferByte
Returns the requested data array element from the first (default) bank.
getElem(int, int) - ? ????java.awt.image.DataBufferByte
Returns the requested data array element from the specified bank.
getElem(int) - ? ????java.awt.image.DataBufferDouble
Returns the requested data array element from the first (default) bank as an int.
getElem(int, int) - ? ????java.awt.image.DataBufferDouble
Returns the requested data array element from the specified bank as an int.
getElem(int) - ? ????java.awt.image.DataBufferFloat
Returns the requested data array element from the first (default) bank as an int.
getElem(int, int) - ? ????java.awt.image.DataBufferFloat
Returns the requested data array element from the specified bank as an int.
getElem(int) - ? ????java.awt.image.DataBufferInt
Returns the requested data array element from the first (default) bank.
getElem(int, int) - ? ????java.awt.image.DataBufferInt
Returns the requested data array element from the specified bank.
getElem(int) - ? ????java.awt.image.DataBufferShort
Returns the requested data array element from the first (default) bank.
getElem(int, int) - ? ????java.awt.image.DataBufferShort
Returns the requested data array element from the specified bank.
getElem(int) - ? ????java.awt.image.DataBufferUShort
Returns the requested data array element from the first (default) bank.
getElem(int, int) - ? ????java.awt.image.DataBufferUShort
Returns the requested data array element from the specified bank.
getElemDouble(int) - ? ????java.awt.image.DataBuffer
Returns the requested data array element from the first (default) bank as a double.
getElemDouble(int, int) - ? ????java.awt.image.DataBuffer
Returns the requested data array element from the specified bank as a double.
getElemDouble(int) - ? ????java.awt.image.DataBufferDouble
Returns the requested data array element from the first (default) bank as a double.
getElemDouble(int, int) - ? ????java.awt.image.DataBufferDouble
Returns the requested data array element from the specified bank as a double.
getElemDouble(int) - ? ????java.awt.image.DataBufferFloat
Returns the requested data array element from the first (default) bank as a double.
getElemDouble(int, int) - ? ????java.awt.image.DataBufferFloat
Returns the requested data array element from the specified bank as a double.
getElement() - ?? ????javax.swing.event.DocumentEvent.ElementChange
Returns the element represented.
getElement(int) - ? ????javax.swing.text.AbstractDocument.AbstractElement
Gets a child element.
getElement(int) - ? ????javax.swing.text.AbstractDocument.BranchElement
Gets a child element.
getElement() - ? ????javax.swing.text.AbstractDocument.ElementEdit
Returns the underlying element.
getElement(int) - ? ????javax.swing.text.AbstractDocument.LeafElement
Gets a child element.
getElement(int) - ?? ????javax.swing.text.Element
Fetches the child element at the given index.
getElement(String) - ? ????javax.swing.text.html.HTMLDocument
Returns the element that has the given id Attribute.
getElement(Element, Object, Object) - ? ????javax.swing.text.html.HTMLDocument
Returns the child element of e that contains the attribute, attribute with value value, or null if one isn't found.
getElement(String) - ? ????javax.swing.text.html.parser.DTD
Gets an element by name.
getElement(int) - ? ????javax.swing.text.html.parser.DTD
Gets an element by index.
getElement() - ? ????javax.swing.text.html.parser.TagElement
 
getElement() - ? ????javax.swing.text.View
Fetches the structural portion of the subject that this view is mapped to.
getElement(ResultT) - ?? ????javax.xml.bind.annotation.DomHandler
Once the portion is sent to the Result.
getElement(DOMResult) - ? ????javax.xml.bind.annotation.W3CDomHandler
 
getElementAt(int) - ? ????javax.swing.DefaultComboBoxModel
 
getElementAt(int) - ? ????javax.swing.DefaultListModel
Returns the component at the specified index.
getElementAt(int) - ?? ????javax.swing.ListModel
Returns the value at the specified index.
getElementAt(int) - ? ????javax.swing.plaf.basic.BasicDirectoryModel
 
getElementAt(int) - ? ????javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
 
getElementAt(int) - ? ????javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
 
getElementById(String) - ? ????javax.xml.crypto.dom.DOMCryptoContext
Returns the Element with the specified ID attribute value.
getElementById(String) - ?? ????org.w3c.dom.Document
Returns the Element that has an ID attribute with the given value.
getElementCount() - ? ????javax.swing.text.AbstractDocument.AbstractElement
Gets the number of children for the element.
getElementCount() - ? ????javax.swing.text.AbstractDocument.BranchElement
Gets the number of children for the element.
getElementCount() - ? ????javax.swing.text.AbstractDocument.LeafElement
Returns the number of child elements.
getElementCount() - ?? ????javax.swing.text.Element
Gets the number of child elements contained by this element.
getElementDescription(String, Locale) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns a String containing a description of the named element, or null.
getElementDescription(String, Locale) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
Returns a String containing a description of the named element, or null.
getElementIndex(int) - ? ????javax.swing.text.AbstractDocument.AbstractElement
Gets the child element index closest to the given model offset.
getElementIndex(int) - ? ????javax.swing.text.AbstractDocument.BranchElement
Gets the child element index closest to the given model offset.
getElementIndex(int) - ? ????javax.swing.text.AbstractDocument.LeafElement
Gets the child element index closest to the given model offset.
getElementIndex(int) - ?? ????javax.swing.text.Element
Gets the child element index closest to the given offset.
getElementIterator() - ? ????javax.swing.text.AbstractWriter
Fetches the ElementIterator.
getElementMaxChildren(String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns the maximum number of children of the named element with child policy CHILD_POLICY_REPEAT.
getElementMaxChildren(String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getElementMinChildren(String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns the minimum number of children of the named element with child policy CHILD_POLICY_REPEAT.
getElementMinChildren(String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getElementName(Object) - ? ????javax.xml.bind.JAXBIntrospector
Get xml element qname for jaxbElement.
getElementName() - ?? ????javax.xml.soap.SOAPElement
Returns the name of this SOAPElement object.
getElementOpenType() - ? ????javax.management.openmbean.ArrayType
Returns the open type of element values contained in the arrays described by this ArrayType instance.
getElementQName() - ?? ????javax.xml.soap.SOAPElement
Returns the qname of this SOAPElement object.
getElements() - ? ????javax.swing.ButtonGroup
Returns all the buttons that are participating in this group.
getElements(Vector<Element>) - ? ????javax.swing.text.html.parser.ContentModel
Update elemVec with the list of elements that are part of the this contentModel.
getElementsAnnotatedWith(TypeElement) - ?? ????javax.annotation.processing.RoundEnvironment
Returns the elements annotated with the given annotation type.
getElementsAnnotatedWith(Class<? extends Annotation>) - ?? ????javax.annotation.processing.RoundEnvironment
Returns the elements annotated with the given annotation type.
getElementsAt(HTMLDocument, int) - ? ????javax.swing.text.html.HTMLEditorKit.HTMLTextAction
Returns an array of the Elements that contain offset.
getElementsByTagName(String) - ? ????javax.imageio.metadata.IIOMetadataNode
 
getElementsByTagName(String) - ?? ????org.w3c.dom.Document
Returns a NodeList of all the Elements in document order with a given tag name and are contained in the document.
getElementsByTagName(String) - ?? ????org.w3c.dom.Element
Returns a NodeList of all descendant Elements with a given tag name, in document order.
getElementsByTagNameNS(String, String) - ? ????javax.imageio.metadata.IIOMetadataNode
Equivalent to getElementsByTagName(localName).
getElementsByTagNameNS(String, String) - ?? ????org.w3c.dom.Document
Returns a NodeList of all the Elements with a given local name and namespace URI in document order.
getElementsByTagNameNS(String, String) - ?? ????org.w3c.dom.Element
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in document order.
getElementText() - ? ????javax.xml.stream.util.EventReaderDelegate
 
getElementText() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getElementText() - ?? ????javax.xml.stream.XMLEventReader
Reads the content of a text-only element.
getElementText() - ?? ????javax.xml.stream.XMLStreamReader
Reads the content of a text-only element, an exception is thrown if this is not a text-only element.
getElementTypeInfo() - ? ????javax.xml.validation.TypeInfoProvider
Returns the immutable TypeInfo object for the current element.
getElementUtils() - ?? ????javax.annotation.processing.ProcessingEnvironment
Returns an implementation of some utility methods for operating on elements
getElementValues() - ?? ????javax.lang.model.element.AnnotationMirror
Returns the values of this annotation's elements.
getElementValuesWithDefaults(AnnotationMirror) - ?? ????javax.lang.model.util.Elements
Returns the values of an annotation's elements, including defaults.
getElemFloat(int) - ? ????java.awt.image.DataBuffer
Returns the requested data array element from the first (default) bank as a float.
getElemFloat(int, int) - ? ????java.awt.image.DataBuffer
Returns the requested data array element from the specified bank as a float.
getElemFloat(int) - ? ????java.awt.image.DataBufferDouble
Returns the requested data array element from the first (default) bank as a float.
getElemFloat(int, int) - ? ????java.awt.image.DataBufferDouble
Returns the requested data array element from the specified bank as a float.
getElemFloat(int) - ? ????java.awt.image.DataBufferFloat
Returns the requested data array element from the first (default) bank as a float.
getElemFloat(int, int) - ? ????java.awt.image.DataBufferFloat
Returns the requested data array element from the specified bank as a float.
getEmptySet() - ?? ????javax.swing.text.AbstractDocument.AttributeContext
Fetches an empty AttributeSet.
getEmptySet() - ? ????javax.swing.text.StyleContext
Fetches an empty AttributeSet.
getEnabledAttributes() - ? ????javax.management.AttributeChangeNotificationFilter
Gets all the enabled attribute names for this filter.
getEnabledCipherSuites() - ? ????javax.net.ssl.SSLEngine
Returns the names of the SSL cipher suites which are currently enabled for use on this engine.
getEnabledCipherSuites() - ? ????javax.net.ssl.SSLServerSocket
Returns the list of cipher suites which are currently enabled for use by newly accepted connections.
getEnabledCipherSuites() - ? ????javax.net.ssl.SSLSocket
Returns the names of the SSL cipher suites which are currently enabled for use on this connection.
getEnabledCipherSuites() - ? ????javax.rmi.ssl.SslRMIServerSocketFactory
Returns the names of the cipher suites enabled on SSL connections accepted by server sockets created by this factory, or null if this factory uses the cipher suites that are enabled by default.
getEnabledObjectNames() - ? ????javax.management.relation.MBeanServerNotificationFilter
Gets all the ObjectNames enabled.
getEnabledProtocols() - ? ????javax.net.ssl.SSLEngine
Returns the names of the protocol versions which are currently enabled for use with this SSLEngine.
getEnabledProtocols() - ? ????javax.net.ssl.SSLServerSocket
Returns the names of the protocols which are currently enabled for use by the newly accepted connections.
getEnabledProtocols() - ? ????javax.net.ssl.SSLSocket
Returns the names of the protocol versions which are currently enabled for use on this connection.
getEnabledProtocols() - ? ????javax.rmi.ssl.SslRMIServerSocketFactory
Returns the names of the protocol versions enabled on SSL connections accepted by server sockets created by this factory, or null if this factory uses the protocol versions that are enabled by default.
getEnabledTypes() - ? ????javax.management.NotificationFilterSupport
Gets all the enabled notification types for this filter.
getEnableSessionCreation() - ? ????javax.net.ssl.SSLEngine
Returns true if new SSL sessions may be established by this engine.
getEnableSessionCreation() - ? ????javax.net.ssl.SSLServerSocket
Returns true if new SSL sessions may be established by the sockets which are created from this server socket.
getEnableSessionCreation() - ? ????javax.net.ssl.SSLSocket
Returns true if new SSL sessions may be established by this socket.
getEnclosedElements() - ?? ????javax.lang.model.element.Element
Returns the elements that are, loosely speaking, directly enclosed by this element.
getEnclosedElements() - ?? ????javax.lang.model.element.PackageElement
Returns the top-level classes and interfaces within this package.
getEnclosedElements() - ?? ????javax.lang.model.element.TypeElement
Returns the fields, methods, constructors, and member types that are directly declared in this class or interface.
getEnclosingClass() - ? ????java.lang.Class
Returns the immediately enclosing class of the underlying class.
getEnclosingConstructor() - ? ????java.lang.Class
If this Class object represents a local or anonymous class within a constructor, returns a Constructor object representing the immediately enclosing constructor of the underlying class.
getEnclosingElement() - ?? ????javax.lang.model.element.Element
Returns the innermost element within which this element is, loosely speaking, enclosed.
getEnclosingElement() - ?? ????javax.lang.model.element.PackageElement
Returns null since a package is not enclosed by another element.
getEnclosingElement() - ?? ????javax.lang.model.element.TypeElement
Returns the package of a top-level type and returns the immediately lexically enclosing element for a nested type.
getEnclosingElement() - ?? ????javax.lang.model.element.TypeParameterElement
Returns the generic element of this type parameter.
getEnclosingElement() - ?? ????javax.lang.model.element.VariableElement
Returns the enclosing element of this variable.
getEnclosingMethod() - ? ????java.lang.Class
If this Class object represents a local or anonymous class within a method, returns a Method object representing the immediately enclosing method of the underlying class.
getEnclosingType() - ?? ????javax.lang.model.type.DeclaredType
Returns the type of the innermost enclosing instance or a NoType of kind NONE if there is no enclosing instance.
getEncoded() - ? ????java.security.AlgorithmParameters
Returns the parameters in their primary encoding format.
getEncoded(String) - ? ????java.security.AlgorithmParameters
Returns the parameters encoded in the specified scheme.
getEncoded() - ? ????java.security.cert.Certificate
Returns the encoded form of this certificate.
getEncoded() - ? ????java.security.cert.CertPath
Returns the encoded form of this certification path, using the default encoding.
getEncoded(String) - ? ????java.security.cert.CertPath
Returns the encoded form of this certification path, using the specified encoding.
getEncoded() - ? ????java.security.cert.PolicyQualifierInfo
Returns the ASN.1 DER encoded form of this PolicyQualifierInfo.
getEncoded() - ? ????java.security.cert.X509CRL
Returns the ASN.1 DER-encoded form of this CRL.
getEncoded() - ? ????java.security.cert.X509CRLEntry
Returns the ASN.1 DER-encoded form of this CRL Entry, that is the inner SEQUENCE.
getEncoded() - ?? ????java.security.Key
Returns the key in its primary encoding format, or null if this key does not support encoding.
getEncoded() - ? ????java.security.PKCS12Attribute
Returns the attribute's ASN.1 DER encoding.
getEncoded() - ? ????java.security.spec.EncodedKeySpec
Returns the encoded key.
getEncoded() - ? ????java.security.spec.PKCS8EncodedKeySpec
Returns the key bytes, encoded according to the PKCS #8 standard.
getEncoded() - ? ????java.security.spec.X509EncodedKeySpec
Returns the key bytes, encoded according to the X.509 standard.
getEncoded() - ? ????javax.crypto.EncryptedPrivateKeyInfo
Returns the ASN.1 encoding of this object.
getEncoded() - ? ????javax.crypto.spec.SecretKeySpec
Returns the key material of this secret key.
getEncoded() - ? ????javax.net.ssl.SNIServerName
Returns a copy of the encoded server name value of this server name.
getEncoded() - ? ????javax.security.auth.kerberos.KerberosKey
Returns the key material of this secret key.
getEncoded() - ? ????javax.security.auth.kerberos.KerberosTicket
Returns an ASN.1 encoding of the entire ticket.
getEncoded() - ? ????javax.security.auth.x500.X500Principal
Returns the distinguished name in ASN.1 DER encoded form.
getEncoded() - ? ????javax.security.cert.Certificate
Returns the encoded form of this certificate.
getEncodedValue() - ? ????javax.naming.ldap.BasicControl
Retrieves the control's ASN.1 BER encoded value.
getEncodedValue() - ?? ????javax.naming.ldap.Control
Retrieves the ASN.1 BER encoded value of the LDAP control.
getEncodedValue() - ?? ????javax.naming.ldap.ExtendedRequest
Retrieves the ASN.1 BER encoded value of the LDAP extended operation request.
getEncodedValue() - ?? ????javax.naming.ldap.ExtendedResponse
Retrieves the ASN.1 BER encoded value of the LDAP extended operation response.
getEncodedValue() - ? ????javax.naming.ldap.StartTlsRequest
Retrieves the StartTLS request's ASN.1 BER encoded value.
getEncodedValue() - ? ????javax.naming.ldap.StartTlsResponse
Retrieves the StartTLS response's ASN.1 BER encoded value.
getEncoder() - ? ??????java.util.Base64
Returns a Base64.Encoder that encodes using the Basic type base64 encoding scheme.
getEncoding() - ? ????java.io.InputStreamReader
Returns the name of the character encoding being used by this stream.
getEncoding() - ? ????java.io.OutputStreamWriter
Returns the name of the character encoding being used by this stream.
getEncoding() - ? ????java.util.logging.Handler
Return the character encoding for this Handler.
getEncoding() - ? ????javax.sound.sampled.AudioFormat
Obtains the type of encoding for sounds in this format.
getEncoding() - ? ????javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the current output encoding.
getEncoding() - ?? ????javax.xml.crypto.dsig.XMLObject
Returns the encoding URI of this XMLObject.
getEncoding() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getEncoding() - ?? ????javax.xml.stream.XMLStreamReader
Return input encoding if known or null if unknown.
getEncoding() - ?? ????org.w3c.dom.ls.LSInput
The character encoding, if known.
getEncoding() - ?? ????org.w3c.dom.ls.LSOutput
The character encoding to use for the output.
getEncoding() - ?? ????org.xml.sax.ext.Locator2
Returns the name of the character encoding for the entity.
getEncoding() - ? ????org.xml.sax.ext.Locator2Impl
Returns the current value of the encoding property.
getEncoding() - ? ????org.xml.sax.InputSource
Get the character encoding for a byte stream or URI.
getEncodings() - ? ????java.security.cert.CertPath
Returns an iteration of the encodings supported by this certification path, with the default encoding first.
getEncodingStyle() - ?? ????javax.xml.soap.SOAPElement
Returns the encoding style for this SOAPElement object.
getEncryptedData() - ? ????javax.crypto.EncryptedPrivateKeyInfo
Returns the encrypted data.
getEnd() - ? ????javax.swing.SpinnerDateModel
Returns the last Date in the sequence.
getEndCap() - ? ????java.awt.BasicStroke
Returns the end cap style.
getEndIndex() - ?? ????java.text.CharacterIterator
Returns the end index of the text.
getEndIndex() - ? ????java.text.FieldPosition
Retrieves the index of the character following the last character in the requested field.
getEndIndex() - ? ????java.text.StringCharacterIterator
Implements CharacterIterator.getEndIndex() for String.
getEndIndex() - ? ????javax.accessibility.AccessibleHyperlink
Gets the index with the hypertext document at which this link ends
getEndIndex() - ? ????javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Get the index with the hypertext document at which this link ends
getEndIndex() - ? ????javax.swing.text.Segment
Returns the end index of the text.
getEndOffset() - ? ????javax.swing.text.AbstractDocument.AbstractElement
Gets the ending offset in the model for the element.
getEndOffset() - ? ????javax.swing.text.AbstractDocument.BranchElement
Gets the ending offset in the model for the element.
getEndOffset() - ? ????javax.swing.text.AbstractDocument.LeafElement
Gets the ending offset in the model for the element.
getEndOffset() - ? ????javax.swing.text.AbstractWriter
Returns the last offset to be output.
getEndOffset() - ?? ????javax.swing.text.Element
Fetches the offset from the beginning of the document that this element ends at.
getEndOffset() - ? ????javax.swing.text.GlyphView
Fetches the portion of the model that this view is responsible for.
getEndOffset() - ?? ????javax.swing.text.Highlighter.Highlight
Gets the ending model offset for the highlight.
getEndOffset() - ? ????javax.swing.text.html.HTMLDocument.Iterator
Returns the end of the range for which the current occurrence of the tag is defined and has the same attributes.
getEndOffset() - ? ????javax.swing.text.View
Fetches the portion of the model for which this view is responsible.
getEndPoint() - ? ????java.awt.geom.Arc2D
Returns the ending point of the arc.
getEndPoint() - ? ????java.awt.LinearGradientPaint
Returns a copy of the end point of the gradient axis.
getEndpointIdentificationAlgorithm() - ? ????javax.net.ssl.SSLParameters
Gets the endpoint identification algorithm.
getEndpointReference() - ?? ????javax.xml.ws.BindingProvider
Returns the EndpointReference associated with this BindingProvider instance.
getEndpointReference(Class<T>) - ?? ????javax.xml.ws.BindingProvider
Returns the EndpointReference associated with this BindingProvider instance.
getEndpointReference(Element...) - ? ????javax.xml.ws.Endpoint
Returns the EndpointReference associated with this Endpoint instance.
getEndpointReference(Class<T>, Element...) - ? ????javax.xml.ws.Endpoint
Returns the EndpointReference associated with this Endpoint instance.
getEndpointReference(Element...) - ?? ????javax.xml.ws.WebServiceContext
Returns the EndpointReference for this endpoint.
getEndpointReference(Class<T>, Element...) - ?? ????javax.xml.ws.WebServiceContext
Returns the EndpointReference associated with this endpoint.
getEndpoints() - ? ????javax.xml.ws.EndpointContext
This gives list of endpoints in an application.
getEndPosition() - ? ????javax.swing.text.AbstractDocument
Returns a position that represents the end of the document.
getEndPosition() - ?? ????javax.swing.text.Document
Returns a position that represents the end of the document.
getEndPosition() - ?? ????javax.tools.Diagnostic
Gets the character offset from the beginning of the file associated with this diagnostic that indicates the end of the problem.
getEndTime() - ? ????javax.security.auth.kerberos.KerberosTicket
Returns the expiration time for this ticket's validity period.
getEngine() - ? ????javax.script.CompiledScript
Returns the ScriptEngine whose compile method created this CompiledScript.
getEngineByExtension(String) - ? ????javax.script.ScriptEngineManager
Look up and create a ScriptEngine for a given extension.
getEngineByMimeType(String) - ? ????javax.script.ScriptEngineManager
Look up and create a ScriptEngine for a given mime type.
getEngineByName(String) - ? ????javax.script.ScriptEngineManager
Looks up and creates a ScriptEngine for a given name.
getEngineFactories() - ? ????javax.script.ScriptEngineManager
Returns a list whose elements are instances of all the ScriptEngineFactory classes found by the discovery mechanism.
getEngineName() - ?? ????javax.script.ScriptEngineFactory
Returns the full name of the ScriptEngine.
getEngineVersion() - ?? ????javax.script.ScriptEngineFactory
Returns the version of the ScriptEngine.
getEntities() - ?? ????javax.xml.stream.events.DTD
Return a List containing the general entities, both external and internal, declared in the DTD.
getEntities() - ?? ????org.w3c.dom.DocumentType
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getEntity(String) - ? ????javax.swing.text.html.parser.DTD
Gets an entity by name.
getEntity(int) - ? ????javax.swing.text.html.parser.DTD
Gets a character entity.
getEntityResolver() - ? ????org.xml.sax.helpers.ParserAdapter
Return the current entity resolver.
getEntityResolver() - ? ????org.xml.sax.helpers.XMLFilterImpl
Get the current entity resolver.
getEntityResolver() - ?? ????org.xml.sax.XMLReader
Return the current entity resolver.
getEntries() - ? ????java.util.jar.Manifest
Returns a Map of the entries contained in this Manifest.
getEntry(String, KeyStore.ProtectionParameter) - ? ????java.security.KeyStore
Gets a keystore Entry for the specified alias with the specified protection parameter.
getEntry(String) - ? ????java.util.jar.JarFile
Returns the ZipEntry for the given entry name or null if not found.
getEntry(String) - ? ????java.util.zip.ZipFile
Returns the zip file entry for the specified name, or null if not found.
getEntryName() - ? ????java.net.JarURLConnection
Return the entry name for this connection.
getEnumConstants() - ? ????java.lang.Class
Returns the elements of this enum class or null if this Class object does not represent an enum type.
getEnumValueTable() - ? ????javax.print.attribute.EnumSyntax
Returns the enumeration value table for this enumeration value's enumeration class.
getEnumValueTable() - ? ????javax.print.attribute.standard.Chromaticity
Returns the enumeration value table for class Chromaticity.
getEnumValueTable() - ? ????javax.print.attribute.standard.ColorSupported
Returns the enumeration value table for class ColorSupported.
getEnumValueTable() - ? ????javax.print.attribute.standard.Compression
Returns the enumeration value table for class Compression.
getEnumValueTable() - ? ????javax.print.attribute.standard.DialogTypeSelection
Returns the enumeration value table for class DialogTypeSelection.
getEnumValueTable() - ? ????javax.print.attribute.standard.Fidelity
Returns the enumeration value table for class Fidelity.
getEnumValueTable() - ? ????javax.print.attribute.standard.Finishings
Returns the enumeration value table for class Finishings.
getEnumValueTable() - ? ????javax.print.attribute.standard.JobSheets
Returns the enumeration value table for class JobSheets.
getEnumValueTable() - ? ????javax.print.attribute.standard.JobState
Returns the enumeration value table for class JobState.
getEnumValueTable() - ? ????javax.print.attribute.standard.JobStateReason
Returns the enumeration value table for class JobStateReason.
getEnumValueTable() - ? ????javax.print.attribute.standard.MediaName
Returns the enumeration value table for class MediaTray.
getEnumValueTable() - ? ????javax.print.attribute.standard.MediaSizeName
Returns the enumeration value table for class MediaSizeName.
getEnumValueTable() - ? ????javax.print.attribute.standard.MediaTray
Returns the enumeration value table for class MediaTray.
getEnumValueTable() - ? ????javax.print.attribute.standard.MultipleDocumentHandling
Returns the enumeration value table for class MultipleDocumentHandling.
getEnumValueTable() - ? ????javax.print.attribute.standard.OrientationRequested
Returns the enumeration value table for class OrientationRequested.
getEnumValueTable() - ? ????javax.print.attribute.standard.PDLOverrideSupported
Returns the enumeration value table for class PDLOverrideSupported.
getEnumValueTable() - ? ????javax.print.attribute.standard.PresentationDirection
Returns the enumeration value table for class PresentationDirection.
getEnumValueTable() - ? ????javax.print.attribute.standard.PrinterIsAcceptingJobs
Returns the enumeration value table for class PrinterIsAcceptingJobs.
getEnumValueTable() - ? ????javax.print.attribute.standard.PrinterState
Returns the enumeration value table for class PrinterState.
getEnumValueTable() - ? ????javax.print.attribute.standard.PrinterStateReason
Returns the enumeration value table for class PrinterStateReason.
getEnumValueTable() - ? ????javax.print.attribute.standard.PrintQuality
Returns the enumeration value table for class PrintQuality.
getEnumValueTable() - ? ????javax.print.attribute.standard.ReferenceUriSchemesSupported
Returns the enumeration value table for class ReferenceUriSchemesSupported.
getEnumValueTable() - ? ????javax.print.attribute.standard.Severity
Returns the enumeration value table for class Severity.
getEnumValueTable() - ? ????javax.print.attribute.standard.SheetCollate
Returns the enumeration value table for class SheetCollate.
getEnumValueTable() - ? ????javax.print.attribute.standard.Sides
Returns the enumeration value table for class Sides.
getenv(String) - ? ??????java.lang.System
Gets the value of the specified environment variable.
getenv() - ? ??????java.lang.System
Returns an unmodifiable string map view of the current system environment.
getEnvelope() - ? ????javax.xml.soap.SOAPPart
Gets the SOAPEnvelope object associated with this SOAPPart object.
getEnvironment() - ???? ????javax.naming.CannotProceedException
Retrieves the environment that was in effect when this exception was created.
getEnvironment() - ?? ????javax.naming.Context
Retrieves the environment in effect for this context.
getEnvironment() - ? ????javax.naming.InitialContext
 
getEon() - ? ????javax.xml.datatype.XMLGregorianCalendar
Return high order component for XML Schema 1.0 dateTime datatype field for year.
getEonAndYear() - ? ????javax.xml.datatype.XMLGregorianCalendar
Return XML Schema 1.0 dateTime datatype field for year.
getEpochSecond() - ? ????java.time.Instant
Gets the number of seconds from the Java epoch of 1970-01-01T00:00:00Z.
getEra() - ?? ????java.time.chrono.ChronoLocalDate
Gets the era, as defined by the chronology.
getEra() - ? ????java.time.chrono.HijrahDate
Gets the era applicable at this date.
getEra() - ? ????java.time.chrono.JapaneseDate
Gets the era applicable at this date.
getEra() - ? ????java.time.chrono.MinguoDate
Gets the era applicable at this date.
getEra() - ? ????java.time.chrono.ThaiBuddhistDate
Gets the era applicable at this date.
getEra() - ? ????java.time.LocalDate
Gets the era applicable at this date.
getEras() - ? ????java.text.DateFormatSymbols
Gets era strings.
getErrorCode() - ???? ????java.sql.SQLException
Retrieves the vendor-specific exception code for this SQLException object.
getErrorCode() - ???? ????javax.xml.bind.JAXBException
Get the vendor specific error code
getErrorCode() - ???? ????javax.xml.bind.TypeConstraintException
Get the vendor specific error code
getErrorHandler() - ? ????javax.xml.validation.SchemaFactory
Gets the current ErrorHandler set to this SchemaFactory.
getErrorHandler() - ? ????javax.xml.validation.Validator
Gets the current ErrorHandler set to this Validator.
getErrorHandler() - ? ????javax.xml.validation.ValidatorHandler
Gets the current ErrorHandler set to this ValidatorHandler.
getErrorHandler() - ? ????org.xml.sax.helpers.ParserAdapter
Return the current error handler.
getErrorHandler() - ? ????org.xml.sax.helpers.XMLFilterImpl
Get the current error event handler.
getErrorHandler() - ?? ????org.xml.sax.XMLReader
Return the current error handler.
getErrorIndex() - ? ????java.text.ParsePosition
Retrieve the index at which an error occurred, or -1 if the error index has not been set.
getErrorIndex() - ???? ????java.time.format.DateTimeParseException
Returns the index where the error was found.
getErrorIndex() - ???? ????java.util.IllformedLocaleException
Returns the index where the error was found.
getErrorListener() - ? ????javax.xml.transform.Transformer
Get the error event handler in effect for the transformation.
getErrorListener() - ? ????javax.xml.transform.TransformerFactory
Get the error event handler for the TransformerFactory.
getErrorManager() - ? ????java.util.logging.Handler
Retrieves the ErrorManager for this Handler.
getErrorOffset() - ???? ????java.text.ParseException
Returns the position where the error was found.
getErrorsAny() - ? ????java.awt.MediaTracker
Returns a list of all media that have encountered an error.
getErrorsID(int) - ? ????java.awt.MediaTracker
Returns a list of media with the specified ID that have encountered an error.
getErrorStream() - ? ????java.lang.Process
Returns the input stream connected to the error output of the subprocess.
getErrorStream() - ? ????java.net.HttpURLConnection
Returns the error stream if the connection failed but the server sent useful data nonetheless.
getErrorWriter() - ?? ????javax.script.ScriptContext
Returns the Writer used to display error output.
getErrorWriter() - ? ????javax.script.SimpleScriptContext
Returns the Writer used to display error output.
getEscapeProcessing() - ? ????javax.sql.rowset.BaseRowSet
Ascertains whether escape processing is enabled for this RowSet object.
getEscapeProcessing() - ?? ????javax.sql.RowSet
Retrieves whether escape processing is enabled for this RowSet object.
getEstimatedMajorSpan() - ? ????javax.swing.text.AsyncBoxView
Is the major span currently estimated?
getEtchedBorderUIResource() - ? ??????javax.swing.plaf.BorderUIResource
 
getEtchedInsets() - ? ??????javax.swing.plaf.basic.BasicGraphicsUtils
Returns the amount of space taken up by a border drawn by drawEtchedRect()
getEtchType() - ? ????javax.swing.border.EtchedBorder
Returns which etch-type is set on the etched border.
getEventAllocator() - ? ????javax.xml.stream.XMLInputFactory
Gets the allocator used by streams created with this factory
getEventContext() - ? ????javax.naming.event.NamingEvent
Retrieves the event source that fired this event.
getEventContext() - ? ????javax.naming.event.NamingExceptionEvent
Retrieves the EventContext that fired this event.
getEventHandler() - ? ????javax.xml.bind.Binder
Return the current event handler or the default event handler if one hasn't been set.
getEventHandler() - ? ????javax.xml.bind.helpers.AbstractMarshallerImpl
 
getEventHandler() - ? ????javax.xml.bind.helpers.AbstractUnmarshallerImpl
Return the current event handler or the default event handler if one hasn't been set.
getEventHandler() - ?? ????javax.xml.bind.Marshaller
Return the current event handler or the default event handler if one hasn't been set.
getEventHandler() - ?? ????javax.xml.bind.Unmarshaller
Return the current event handler or the default event handler if one hasn't been set.
getEventHandler() - ?? ????javax.xml.bind.Validator
????
since JAXB2.0
getEventMask() - ? ????java.awt.event.AWTEventListenerProxy
Returns the event mask associated with the listener.
getEventPhase() - ?? ????org.w3c.dom.events.Event
Used to indicate which phase of event flow is currently being evaluated.
getEventPropertyName() - ? ????java.beans.EventHandler
Returns the property of the event that should be used in the action applied to the target.
getEvents() - ? ????javax.xml.bind.util.ValidationEventCollector
Return an array of ValidationEvent objects containing a copy of each of the collected errors and warnings.
getEventSetDescriptors() - ?? ????java.beans.BeanInfo
Returns the event descriptors of the bean that define the types of events fired by this bean.
getEventSetDescriptors() - ? ????java.beans.SimpleBeanInfo
Deny knowledge of event sets.
getEventType() - ? ????javax.swing.event.HyperlinkEvent
Gets the type of event.
getEventType() - ?? ????javax.xml.stream.events.XMLEvent
Returns an integer code for this event.
getEventType() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getEventType() - ?? ????javax.xml.stream.XMLStreamReader
Returns an integer code that indicates the type of the event the cursor is pointing to.
getExactSizeIfKnown() - ?? ????java.util.Spliterator
Convenience method that returns Spliterator.estimateSize() if this Spliterator is Spliterator.SIZED, else -1.
getException() - ? ????java.awt.event.InvocationEvent
Returns any Exception caught while executing the Runnable's run() method.
getException() - ???? ????java.lang.ClassNotFoundException
Returns the exception that was raised if an error occurred while attempting to load the class.
getException() - ?? ????java.lang.ExceptionInInitializerError
Returns the exception that occurred during a static initialization that caused this error to be created.
getException() - ???? ????java.security.PrivilegedActionException
Returns the exception thrown by the privileged computation that resulted in this PrivilegedActionException.
getException() - ? ????java.util.concurrent.ForkJoinTask
Returns the exception thrown by the base computation, or a CancellationException if cancelled, or null if none or if the method has not yet completed.
getException() - ? ????javax.naming.event.NamingExceptionEvent
Retrieves the exception that was thrown.
getException() - ? ????javax.naming.ldap.SortResponseControl
Retrieves the NamingException appropriate for the result code.
getException() - ?? ????javax.naming.ldap.UnsolicitedNotification
Retrieves the exception as constructed using information sent by the server.
getException() - ?? ????javax.xml.parsers.FactoryConfigurationError
Return the actual exception (if any) that caused this exception to be raised.
getException() - ?? ????javax.xml.stream.FactoryConfigurationError
Return the nested exception (if any)
getException() - ???? ????javax.xml.transform.TransformerException
This method retrieves an exception that this exception wraps.
getException() - ?? ????javax.xml.transform.TransformerFactoryConfigurationError
Return the actual exception (if any) that caused this exception to be raised.
getException() - ???? ????org.xml.sax.SAXException
Return the embedded exception, if any.
getExceptionListener() - ? ????java.beans.Encoder
Gets the exception handler for this stream.
getExceptionListener() - ? ????java.beans.XMLDecoder
Gets the exception handler for this stream.
getExceptionTypes() - ? ????java.lang.reflect.Constructor
Returns an array of Class objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.
getExceptionTypes() - ? ????java.lang.reflect.Executable
Returns an array of Class objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.
getExceptionTypes() - ? ????java.lang.reflect.Method
Returns an array of Class objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.
getExclusiveOwnerThread() - ? ????java.util.concurrent.locks.AbstractOwnableSynchronizer
Returns the thread last set by setExclusiveOwnerThread, or null if never set.
getExclusiveQueuedThreads() - ? ????java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a collection containing threads that may be waiting to acquire in exclusive mode.
getExclusiveQueuedThreads() - ? ????java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a collection containing threads that may be waiting to acquire in exclusive mode.
getExecuteExistingDelayedTasksAfterShutdownPolicy() - ? ????java.util.concurrent.ScheduledThreadPoolExecutor
Gets the policy on whether to execute existing delayed tasks even when this executor has been shutdown.
getExecutor() - ? ????javax.xml.ws.Endpoint
Returns the executor for this Endpointinstance.
getExecutor() - ? ????javax.xml.ws.Service
Returns the executor for this Serviceinstance.
getExecutor() - ? ????javax.xml.ws.spi.ServiceDelegate
Returns the executor for this Serviceinstance.
getExemptionMechanism() - ? ????javax.crypto.Cipher
Returns the exemption mechanism object used with this cipher.
getExp() - ???? ????javax.management.BadBinaryOpValueExpException
Returns the ValueExp that originated the exception.
getExpandedDescendants(TreePath) - ? ????javax.swing.JTree
Returns an Enumeration of the descendants of the path parent that are currently expanded.
getExpandedIcon() - ? ????javax.swing.plaf.basic.BasicTreeUI
 
getExpandedIcon() - ? ????javax.swing.plaf.synth.SynthTreeUI
getExpandedState(TreePath) - ? ????javax.swing.tree.AbstractLayoutCache
Returns true if the path is expanded, and visible.
getExpandedState(TreePath) - ? ????javax.swing.tree.FixedHeightLayoutCache
Returns true if the path is expanded, and visible.
getExpandedState(TreePath) - ? ????javax.swing.tree.VariableHeightLayoutCache
Returns true if the path is expanded, and visible.
getExpandsSelectedPaths() - ? ????javax.swing.JTree
Returns the expandsSelectedPaths property.
getExpectedPolicies() - ?? ????java.security.cert.PolicyNode
Returns the set of expected policies that would satisfy this node's valid policy in the next certificate to be processed.
getExpiration() - ? ????java.net.URLConnection
Returns the value of the expires header field.
getExplanation() - ???? ????javax.naming.NamingException
Retrieves the explanation associated with this exception.
getExponent(float) - ? ??????java.lang.Math
Returns the unbiased exponent used in the representation of a float.
getExponent(double) - ? ??????java.lang.Math
Returns the unbiased exponent used in the representation of a double.
getExponent(float) - ? ??????java.lang.StrictMath
Returns the unbiased exponent used in the representation of a float.
getExponent(double) - ? ??????java.lang.StrictMath
Returns the unbiased exponent used in the representation of a double.
getExponent() - ? ????java.security.spec.RSAOtherPrimeInfo
Returns the prime's exponent.
getExponentSeparator() - ? ????java.text.DecimalFormatSymbols
Returns the string used to separate the mantissa from the exponent.
getExponentSize() - ? ????javax.crypto.spec.DHGenParameterSpec
Returns the size in bits of the random exponent (private value).
getExportedKeys(String, String, String) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of the foreign key columns that reference the given table's primary key columns (the foreign keys exported by a table).
getExpression() - ? ????javax.xml.crypto.dsig.spec.XPathType
Returns the XPath expression to be evaluated.
getExtendedCacheKeys(JComponent) - ? ????javax.swing.plaf.nimbus.AbstractRegionPainter
Get any extra attributes which the painter implementation would like to include in the image cache lookups.
getExtendedKeyCode() - ? ????java.awt.event.KeyEvent
Returns an extended key code for the event.
getExtendedKeyCodeForChar(int) - ? ??????java.awt.event.KeyEvent
Returns an extended key code for a unicode character.
getExtendedKeyUsage() - ? ????java.security.cert.X509Certificate
Gets an unmodifiable list of Strings representing the OBJECT IDENTIFIERs of the ExtKeyUsageSyntax field of the extended key usage extension, (OID = 2.5.29.37).
getExtendedKeyUsage() - ? ????java.security.cert.X509CertSelector
Returns the extendedKeyUsage criterion.
getExtendedState() - ? ????java.awt.Frame
Gets the state of this frame.
getExtendsBound() - ?? ????javax.lang.model.type.WildcardType
Returns the upper bound of this wildcard.
getExtension(char) - ? ????java.util.Locale
Returns the extension (or private use) value associated with the specified key, or null if there is no extension associated with the key.
getExtension() - ? ????javax.sound.sampled.AudioFileFormat.Type
Obtains the common file name extension for this file type.
getExtensionKeys() - ? ????java.util.Locale
Returns the set of extension keys associated with this locale, or the empty set if it has no extensions.
getExtensions() - ???? ????java.security.cert.CertificateRevokedException
Returns a map of X.509 extensions containing additional information about the revoked certificate, such as the Invalidity Date Extension.
getExtensions() - ?? ????javax.script.ScriptEngineFactory
Returns an immutable list of filename extensions, which generally identify scripts written in the language supported by this ScriptEngine.
getExtensions() - ? ????javax.swing.filechooser.FileNameExtensionFilter
Returns the set of file name extensions files are tested against.
getExtensionValue(String) - ?? ????java.security.cert.X509Extension
Gets the DER-encoded OCTET string for the extension value (extnValue) identified by the passed-in oid String.
getExtent() - ?? ????javax.swing.BoundedRangeModel
Returns the model's extent, the length of the inner range that begins at the model's value.
getExtent() - ? ????javax.swing.DefaultBoundedRangeModel
Returns the model's extent.
getExtent() - ? ????javax.swing.JSlider
Returns the "extent" from the BoundedRangeModel.
getExtentSize() - ? ????javax.swing.JViewport
Returns the size of the visible part of the view in view coordinates.
getExternalElements() - ?? ????javax.xml.crypto.dsig.keyinfo.PGPData
Returns an unmodifiable list of XMLStructures representing elements from an external namespace.
getExternalSubset(String, String) - ? ????org.xml.sax.ext.DefaultHandler2
Tells the parser that if no external subset has been declared in the document text, none should be used.
getExternalSubset(String, String) - ?? ????org.xml.sax.ext.EntityResolver2
Allows applications to provide an external subset for documents that don't explicitly define one.
getExtra() - ? ????java.util.zip.ZipEntry
Returns the extra field data for the entry.
getExtraImageMetadataFormatNames() - ? ????javax.imageio.spi.ImageReaderWriterSpi
Returns an array of Strings containing the names of additional document formats, other than the native and standard formats, recognized by the getAsTree and setFromTree methods on the image metadata objects produced or consumed by this plug-in.
getExtraMetadataFormatNames() - ? ????javax.imageio.metadata.IIOMetadata
Returns an array of Strings containing the names of additional metadata formats, other than the native and standard formats, recognized by this plug-in's getAsTree, setFromTree, and mergeTree methods.
getExtraNameCharacters() - ?? ????java.sql.DatabaseMetaData
Retrieves all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
getExtraStreamMetadataFormatNames() - ? ????javax.imageio.spi.ImageReaderWriterSpi
Returns an array of Strings containing the names of additional document formats, other than the native and standard formats, recognized by the getAsTree and setFromTree methods on the stream metadata objects produced or consumed by this plug-in.
getFactory() - ? ????java.util.concurrent.ForkJoinPool
Returns the factory used for constructing new workers.
getFactory() - ?? ????javax.script.ScriptEngine
Returns a ScriptEngineFactory for the class to which this ScriptEngine belongs.
getFactoryClassLocation() - ? ????javax.naming.Reference
Retrieves the location of the factory of the object to which this reference refers.
getFactoryClassName() - ? ????javax.naming.Reference
Retrieves the class name of the factory of the object to which this reference refers.
getFailedProperties() - ???? ????java.sql.SQLClientInfoException
Returns the list of client info properties that could not be set.
getFailureHandler() - ? ??????java.rmi.server.RMISocketFactory
Returns the handler for socket creation failure set by the setFailureHandler method.
getFallbackLocale(String, Locale) - ? ????java.util.ResourceBundle.Control
Returns a Locale to be used as a fallback locale for further resource bundle searches by the ResourceBundle.getBundle factory method.
getFamily() - ? ????java.awt.Font
Returns the family name of this Font.
getFamily(Locale) - ? ????java.awt.Font
Returns the family name of this Font, localized for the specified locale.
getFault() - ?? ????javax.xml.soap.SOAPBody
Returns the SOAPFault object in this SOAPBody object.
getFault() - ???? ????javax.xml.ws.soap.SOAPFaultException
Gets the embedded SOAPFault instance.
getFaultActor() - ?? ????javax.xml.soap.SOAPFault
Gets the fault actor for this SOAPFault object.
getFaultCode() - ?? ????javax.xml.soap.SOAPFault
Gets the fault code for this SOAPFault object.
getFaultCodeAsName() - ?? ????javax.xml.soap.SOAPFault
Gets the mandatory SOAP 1.1 fault code for this SOAPFault object as a SAAJ Name object.
getFaultCodeAsQName() - ?? ????javax.xml.soap.SOAPFault
Gets the fault code for this SOAPFault object as a QName object.
getFaultNode() - ?? ????javax.xml.soap.SOAPFault
Returns the optional Node element value for this SOAPFault object.
getFaultReasonLocales() - ?? ????javax.xml.soap.SOAPFault
Returns an Iterator over a distinct sequence of Locales for which there are associated Reason Text items.
getFaultReasonText(Locale) - ?? ????javax.xml.soap.SOAPFault
Returns the Reason Text associated with the given Locale.
getFaultReasonTexts() - ?? ????javax.xml.soap.SOAPFault
Returns an Iterator over a sequence of String objects containing all of the Reason Text items for this SOAPFault.
getFaultRole() - ?? ????javax.xml.soap.SOAPFault
Returns the optional Role element value for this SOAPFault object.
getFaultString() - ?? ????javax.xml.soap.SOAPFault
Gets the fault string for this SOAPFault object.
getFaultStringLocale() - ?? ????javax.xml.soap.SOAPFault
Gets the locale of the fault string for this SOAPFault object.
getFaultSubcodes() - ?? ????javax.xml.soap.SOAPFault
Gets the Subcodes for this SOAPFault as an iterator over QNames.
getFD() - ? ????java.io.FileInputStream
Returns the FileDescriptor object that represents the connection to the actual file in the file system being used by this FileInputStream.
getFD() - ? ????java.io.FileOutputStream
Returns the file descriptor associated with this stream.
getFD() - ? ????java.io.RandomAccessFile
Returns the opaque file descriptor object associated with this stream.
getFeature(String, String) - ? ????javax.imageio.metadata.IIOMetadataNode
This DOM Level 3 method is not supported for IIOMetadataNode and will throw a DOMException.
getFeature(String) - ? ????javax.xml.parsers.DocumentBuilderFactory
Get the state of the named feature.
getFeature(String) - ? ????javax.xml.parsers.SAXParserFactory
Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
getFeature(String) - ? ????javax.xml.transform.TransformerFactory
Look up the value of a feature.
getFeature(String) - ? ????javax.xml.validation.SchemaFactory
Look up the value of a feature flag.
getFeature(String) - ? ????javax.xml.validation.Validator
Look up the value of a feature flag.
getFeature(String) - ? ????javax.xml.validation.ValidatorHandler
Look up the value of a feature flag.
getFeature(String) - ? ????javax.xml.xpath.XPathFactory
Get the state of the named feature.
getFeature(String, String) - ?? ????org.w3c.dom.DOMImplementation
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in DOM Features.
getFeature(String, String) - ?? ????org.w3c.dom.Node
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
getFeature(String) - ? ????org.xml.sax.helpers.ParserAdapter
Check a parser feature flag.
getFeature(String) - ? ????org.xml.sax.helpers.XMLFilterImpl
Look up the value of a feature.
getFeature(String) - ?? ????org.xml.sax.XMLReader
Look up the value of a feature flag.
getFeedResolution(int) - ? ????javax.print.attribute.ResolutionSyntax
Returns this resolution attribute's feed direction resolution in the given units.
getFeedResolutionDphi() - ? ????javax.print.attribute.ResolutionSyntax
Returns this resolution attribute's feed direction resolution in units of dphi.
getFetchDirection() - ?? ????java.sql.ResultSet
Retrieves the fetch direction for this ResultSet object.
getFetchDirection() - ?? ????java.sql.Statement
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchDirection() - ? ????javax.sql.rowset.BaseRowSet
Retrieves this RowSet object's current setting for the fetch direction.
getFetchSize() - ?? ????java.sql.ResultSet
Retrieves the fetch size for this ResultSet object.
getFetchSize() - ?? ????java.sql.Statement
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
getFetchSize() - ? ????javax.sql.rowset.BaseRowSet
Returns the fetch size for this RowSet object.
GetField() - ? ????java.io.ObjectInputStream.GetField
 
getField(String) - ? ????java.io.ObjectStreamClass
Get the field of this class by name.
getField(String) - ? ????java.lang.Class
Returns a Field object that reflects the specified public member field of the class or interface represented by this Class object.
getField() - ? ????java.security.spec.EllipticCurve
Returns the finite field field that this elliptic curve is over.
getField() - ? ????java.text.FieldPosition
Retrieves the field identifier.
getField(DatatypeConstants.Field) - ? ????javax.xml.datatype.Duration
Gets the value of a field.
getFieldAttribute() - ? ????java.text.FieldPosition
Returns the field identifier as an attribute constant from one of the Field subclasses.
getFieldNames() - ?? ????javax.management.Descriptor
Returns all the field names in the descriptor.
getFieldNames() - ? ????javax.management.ImmutableDescriptor
 
getFieldNames() - ? ????javax.management.modelmbean.DescriptorSupport
 
getFields() - ? ????java.io.ObjectStreamClass
Return an array of the fields of this serializable class.
getFields() - ? ????java.lang.Class
Returns an array containing Field objects reflecting all the accessible public fields of the class or interface represented by this Class object.
getFields() - ?? ????javax.management.Descriptor
Returns all of the fields contained in this descriptor as a string array.
getFields() - ? ????javax.management.ImmutableDescriptor
 
getFields() - ? ????javax.management.modelmbean.DescriptorSupport
 
getFields() - ? ????javax.sql.rowset.serial.SerialJavaObject
Returns an array of Field objects that contains each field of the object that this helper class is serializing.
getFields(int) - ? ????javax.swing.text.InternationalFormatter
Returns the Format.Field constants associated with the text at offset.
getFieldSize() - ?? ????java.security.spec.ECField
Returns the field size in bits.
getFieldSize() - ? ????java.security.spec.ECFieldF2m
Returns the field size in bits which is m for this characteristic 2 finite field.
getFieldSize() - ? ????java.security.spec.ECFieldFp
Returns the field size in bits which is size of prime p for this prime finite field.
getFieldValue(String) - ?? ????javax.management.Descriptor
Returns the value for a specific field name, or null if no value is present for that name.
getFieldValue(String) - ? ????javax.management.ImmutableDescriptor
 
getFieldValue(String) - ? ????javax.management.modelmbean.DescriptorSupport
 
getFieldValues(String...) - ?? ????javax.management.Descriptor
Returns all the field values in the descriptor as an array of Objects.
getFieldValues(String...) - ? ????javax.management.ImmutableDescriptor
 
getFieldValues(String...) - ? ????javax.management.modelmbean.DescriptorSupport
 
getFile() - ? ????java.awt.FileDialog
Gets the selected file of this file dialog.
getFile() - ? ????java.net.URL
Gets the file name of this URL.
getFile() - ???? ????java.nio.file.FileSystemException
Returns the file used to create this exception.
getFile() - ? ????javax.activation.FileDataSource
Return the File object that corresponds to this FileDataSource.
getFileAttributeView(Path, Class<V>, LinkOption...) - ? ??????java.nio.file.Files
Returns a file attribute view of a given type.
getFileAttributeView(Class<V>) - ?? ????java.nio.file.SecureDirectoryStream
Returns a new file attribute view to access the file attributes of this directory.
getFileAttributeView(T, Class<V>, LinkOption...) - ?? ????java.nio.file.SecureDirectoryStream
Returns a new file attribute view to access the file attributes of a file in this directory.
getFileAttributeView(Path, Class<V>, LinkOption...) - ? ????java.nio.file.spi.FileSystemProvider
Returns a file attribute view of a given type.
getFileChooser() - ? ????javax.swing.plaf.basic.BasicFileChooserUI
 
getFileChooserDetailViewIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getFileChooserHomeFolderIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getFileChooserListViewIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getFileChooserNewFolderIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getFileChooserUpFolderIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getFileDescriptor() - ? ????java.net.DatagramSocketImpl
Gets the datagram socket file descriptor.
getFileDescriptor() - ? ????java.net.SocketImpl
Returns the value of this socket's fd field.
getFileFilter() - ? ????javax.swing.JFileChooser
Returns the currently selected file filter.
getFileForInput(JavaFileManager.Location, String, String) - ? ????javax.tools.ForwardingJavaFileManager
 
getFileForInput(JavaFileManager.Location, String, String) - ?? ????javax.tools.JavaFileManager
Gets a file object for input representing the specified relative name in the specified package in the given location.
getFileForOutput(JavaFileManager.Location, String, String, FileObject) - ? ????javax.tools.ForwardingJavaFileManager
 
getFileForOutput(JavaFileManager.Location, String, String, FileObject) - ?? ????javax.tools.JavaFileManager
Gets a file object for output representing the specified relative name in the specified package in the given location.
getFileName() - ? ????java.awt.JobAttributes
Specifies the file name for the output file for jobs using these attributes.
getFileName() - ? ????java.lang.StackTraceElement
Returns the name of the source file containing the execution point represented by this stack trace element.
getFileName() - ?? ????java.nio.file.Path
Returns the name of the file or directory denoted by this path as a Path object.
getFileName() - ???? ????javax.script.ScriptException
Get the source of the script causing the error.
getFileName() - ? ????javax.swing.plaf.basic.BasicFileChooserUI
 
getFileName() - ? ????javax.swing.plaf.metal.MetalFileChooserUI
 
getFilenameFilter() - ? ????java.awt.FileDialog
Determines this file dialog's filename filter.
getFileNameMap() - ? ??????java.net.URLConnection
Loads filename map (a mimetable) from a data file.
getFilePointer() - ? ????java.io.RandomAccessFile
Returns the current offset in this file.
getFiler() - ?? ????javax.annotation.processing.ProcessingEnvironment
Returns the filer used to create new source, class, or auxiliary files.
getFiles() - ? ????java.awt.FileDialog
Returns files that the user selects.
getFiles(File, boolean) - ? ????javax.swing.filechooser.FileSystemView
Gets the list of shown (i.e. not hidden) files.
getFiles() - ? ????javax.swing.plaf.basic.BasicDirectoryModel
 
getFileSelectionMode() - ? ????javax.swing.JFileChooser
Returns the current file-selection mode.
getFileStore(Path) - ? ??????java.nio.file.Files
Returns the FileStore representing the file store where a file is located.
getFileStore(Path) - ? ????java.nio.file.spi.FileSystemProvider
Returns the FileStore representing the file store where a file is located.
getFileStoreAttributeView(Class<V>) - ? ????java.nio.file.FileStore
Returns a FileStoreAttributeView of the given type.
getFileStores() - ? ????java.nio.file.FileSystem
Returns an object to iterate over the underlying file stores.
getFileSuffixes() - ? ????javax.imageio.spi.ImageReaderWriterSpi
Returns an array of Strings containing a list of file suffixes associated with the formats that are generally usable by the ImageReader or ImageWriter implementation associated with this service provider.
getFileSystem(URI) - ? ??????java.nio.file.FileSystems
Returns a reference to an existing FileSystem.
getFileSystem() - ?? ????java.nio.file.Path
Returns the file system that created this object.
getFileSystem(URI) - ? ????java.nio.file.spi.FileSystemProvider
Returns an existing FileSystem created by this provider.
getFileSystemView() - ? ??????javax.swing.filechooser.FileSystemView
 
getFileSystemView() - ? ????javax.swing.JFileChooser
Returns the file system view.
getFileView() - ? ????javax.swing.JFileChooser
Returns the current file view.
getFileView(JFileChooser) - ? ????javax.swing.plaf.basic.BasicFileChooserUI
 
getFileView(JFileChooser) - ? ????javax.swing.plaf.FileChooserUI
 
getFileView(JFileChooser) - ? ????javax.swing.plaf.multi.MultiFileChooserUI
Invokes the getFileView method on each UI handled by this object.
getFillsViewportHeight() - ? ????javax.swing.JTable
Returns whether or not this table is always made large enough to fill the height of an enclosing viewport.
getFilter() - ? ????java.util.logging.Handler
Get the current Filter for this Handler.
getFilter() - ? ????java.util.logging.Logger
Get the current filter for this Logger.
getFilter() - ?? ????javax.sql.rowset.FilteredRowSet
Retrieves the active filter for this FilteredRowSet object.
getFilter() - ? ????javax.xml.crypto.dsig.spec.XPathType
Returns the filter operation.
getFilter() - ?? ????org.w3c.dom.ls.LSParser
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
getFilter() - ?? ????org.w3c.dom.ls.LSSerializer
When the application provides a filter, the serializer will call out to the filter before serializing each Node.
getFilterInstance(ImageConsumer) - ? ????java.awt.image.ImageFilter
Returns a unique instance of an ImageFilter object which will actually perform the filtering for the specified ImageConsumer.
getFirst() - ? ????java.util.ArrayDeque
 
getFirst() - ? ????java.util.concurrent.ConcurrentLinkedDeque
 
getFirst() - ? ????java.util.concurrent.LinkedBlockingDeque
 
getFirst() - ?? ????java.util.Deque
Retrieves, but does not remove, the first element of this deque.
getFirst() - ? ????java.util.LinkedList
Returns the first element in this list.
getFirstChild() - ? ????javax.imageio.metadata.IIOMetadataNode
Returns the first child of this node, or null if the node has no children.
getFirstChild() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns this node's first child.
getFirstChild() - ?? ????org.w3c.dom.Node
The first child of this node.
getFirstColumn() - ?? ????javax.accessibility.AccessibleTableModelChange
Returns the first column that changed.
getFirstColumn() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
 
getFirstComponent(Container) - ? ????java.awt.ContainerOrderFocusTraversalPolicy
Returns the first Component in the traversal cycle.
getFirstComponent(Container) - ? ????java.awt.FocusTraversalPolicy
Returns the first Component in the traversal cycle.
getFirstComponent(Container) - ? ????javax.swing.DefaultFocusManager
 
getFirstComponent(Container) - ? ????javax.swing.LayoutFocusTraversalPolicy
Returns the first Component in the traversal cycle.
getFirstComponent(Container) - ? ????javax.swing.SortingFocusTraversalPolicy
Returns the first Component in the traversal cycle.
getFirstDayOfWeek() - ? ????java.time.temporal.WeekFields
Gets the first day-of-week.
getFirstDayOfWeek() - ? ????java.util.Calendar
Gets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
getFirstDayOfWeek(Locale) - ? ????java.util.spi.CalendarDataProvider
Returns the first day of a week in the given locale.
getFirstIndex() - ? ????javax.swing.event.ListSelectionEvent
Returns the index of the first row whose selection may have changed.
getFirstLeaf() - ? ????javax.swing.tree.DefaultMutableTreeNode
Finds and returns the first leaf that is a descendant of this node -- either this node or its first child's first leaf.
getFirstLineIndent(AttributeSet) - ? ??????javax.swing.text.StyleConstants
Gets the first line indent setting.
getFirstQueuedThread() - ? ????java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns the first (longest-waiting) thread in the queue, or null if no threads are currently queued.
getFirstQueuedThread() - ? ????java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns the first (longest-waiting) thread in the queue, or null if no threads are currently queued.
getFirstRow() - ?? ????javax.accessibility.AccessibleTableModelChange
Returns the first row that changed.
getFirstRow() - ? ????javax.swing.event.TableModelEvent
Returns the first row that changed.
getFirstRow() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
 
getFirstVisibleIndex() - ? ????javax.swing.JList
Returns the smallest list index that is currently visible.
getFixedCellHeight() - ? ????javax.swing.JList
Returns the value of the fixedCellHeight property.
getFixedCellWidth() - ? ????javax.swing.JList
Returns the value of the fixedCellWidth property.
getFixedRate(Integer) - ? ????javax.management.timer.Timer
Gets a copy of the flag indicating whether a periodic notification is executed at fixed-delay or at fixed-rate.
getFixedRate(Integer) - ?? ????javax.management.timer.TimerMBean
Gets a copy of the flag indicating whether a periodic notification is executed at fixed-delay or at fixed-rate.
getFlags() - ???? ????java.util.DuplicateFormatFlagsException
Returns the set of flags which contains a duplicate flag.
getFlags() - ???? ????java.util.FormatFlagsConversionMismatchException
Returns the incompatible flag.
getFlags() - ???? ????java.util.IllegalFormatFlagsException
Returns the set of flags which contains an illegal combination.
getFlags() - ???? ????java.util.UnknownFormatFlagsException
Returns the set of flags which contains an unknown flag.
getFlags() - ? ????javax.security.auth.kerberos.KerberosTicket
Returns the flags associated with this ticket.
getFlatness(double, double, double, double, double, double, double, double) - ? ??????java.awt.geom.CubicCurve2D
Returns the flatness of the cubic curve specified by the indicated control points.
getFlatness(double[], int) - ? ??????java.awt.geom.CubicCurve2D
Returns the flatness of the cubic curve specified by the control points stored in the indicated array at the indicated index.
getFlatness() - ? ????java.awt.geom.CubicCurve2D
Returns the flatness of this curve.
getFlatness() - ? ????java.awt.geom.FlatteningPathIterator
Returns the flatness of this iterator.
getFlatness(double, double, double, double, double, double) - ? ??????java.awt.geom.QuadCurve2D
Returns the flatness, or maximum distance of a control point from the line connecting the end points, of the quadratic curve specified by the indicated control points.
getFlatness(double[], int) - ? ??????java.awt.geom.QuadCurve2D
Returns the flatness, or maximum distance of a control point from the line connecting the end points, of the quadratic curve specified by the control points stored in the indicated array at the indicated index.
getFlatness() - ? ????java.awt.geom.QuadCurve2D
Returns the flatness, or maximum distance of a control point from the line connecting the end points, of this QuadCurve2D.
getFlatnessSq(double, double, double, double, double, double, double, double) - ? ??????java.awt.geom.CubicCurve2D
Returns the square of the flatness of the cubic curve specified by the indicated control points.
getFlatnessSq(double[], int) - ? ??????java.awt.geom.CubicCurve2D
Returns the square of the flatness of the cubic curve specified by the control points stored in the indicated array at the indicated index.
getFlatnessSq() - ? ????java.awt.geom.CubicCurve2D
Returns the square of the flatness of this curve.
getFlatnessSq(double, double, double, double, double, double) - ? ??????java.awt.geom.QuadCurve2D
Returns the square of the flatness, or maximum distance of a control point from the line connecting the end points, of the quadratic curve specified by the indicated control points.
getFlatnessSq(double[], int) - ? ??????java.awt.geom.QuadCurve2D
Returns the square of the flatness, or maximum distance of a control point from the line connecting the end points, of the quadratic curve specified by the control points stored in the indicated array at the indicated index.
getFlatnessSq() - ? ????java.awt.geom.QuadCurve2D
Returns the square of the flatness, or maximum distance of a control point from the line connecting the end points, of this QuadCurve2D.
getFlavorListeners() - ? ????java.awt.datatransfer.Clipboard
Returns an array of all the FlavorListeners currently registered on this Clipboard.
getFlavorMap() - ? ????java.awt.dnd.DragSource
This method returns the FlavorMap for this DragSource.
getFlavorMap() - ? ????java.awt.dnd.DropTarget
Gets the FlavorMap associated with this DropTarget.
getFlavorsForNative(String) - ?? ????java.awt.datatransfer.FlavorTable
Returns a List of DataFlavors to which the specified String corresponds.
getFlavorsForNative(String) - ? ????java.awt.datatransfer.SystemFlavorMap
Returns a List of DataFlavors to which the specified String native can be translated by the data transfer subsystem.
getFlavorsForNatives(String[]) - ?? ????java.awt.datatransfer.FlavorMap
Returns a Map of the specified String natives to their corresponding DataFlavor.
getFlavorsForNatives(String[]) - ? ????java.awt.datatransfer.SystemFlavorMap
Returns a Map of the specified String natives to their most preferred DataFlavor.
getFlipContents() - ? ????java.awt.BufferCapabilities
 
getFloat(Object, int) - ? ??????java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a float.
getFloat(Object) - ? ????java.lang.reflect.Field
Gets the value of a static or instance field of type float or of another primitive type convertible to type float via a widening conversion.
getFloat() - ? ????java.nio.ByteBuffer
Relative get method for reading a float value.
getFloat(int) - ? ????java.nio.ByteBuffer
Absolute get method for reading a float value.
getFloat(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC FLOAT parameter as a float in the Java programming language.
getFloat(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC FLOAT parameter as a float in the Java programming language.
getFloat(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String, float) - ? ????java.util.prefs.AbstractPreferences
Implements the getFloat method as per the specification in Preferences.getFloat(String,float).
getFloat(String, float) - ? ????java.util.prefs.Preferences
Returns the float value represented by the string associated with the specified key in this preference node.
getFloatingColor() - ? ????javax.swing.plaf.basic.BasicToolBarUI
Gets the color displayed when over a floating area
getFloatParameter(int) - ? ????java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a float.
getFlowAxis() - ? ????javax.swing.text.FlowView
Fetches the axis along which views should be flowed.
getFlowSpan(int) - ? ????javax.swing.text.FlowView
Fetch the constraining span to flow against for the given child index.
getFlowSpan(int) - ? ????javax.swing.text.ParagraphView
Fetches the constraining span to flow against for the given child index.
getFlowStart(int) - ? ????javax.swing.text.FlowView
Fetch the location along the flow axis that the flow span will start at.
getFlowStart(int) - ? ????javax.swing.text.ParagraphView
Fetches the location along the flow axis that the flow span will start at.
getFlushedPosition() - ?? ????javax.imageio.stream.ImageInputStream
Returns the earliest position in the stream to which seeking may be performed.
getFlushedPosition() - ? ????javax.imageio.stream.ImageInputStreamImpl
 
getFocusableWindowState() - ? ????java.awt.Window
Returns whether this Window can become the focused Window if it meets the other requirements outlined in isFocusableWindow.
getFocusAccelerator() - ? ????javax.swing.text.JTextComponent
Returns the key accelerator that will cause the receiving text component to get the focus.
getFocusColor() - ? ????javax.swing.plaf.basic.BasicSliderUI
 
getFocusColor() - ? ????javax.swing.plaf.metal.MetalButtonUI
 
getFocusColor() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the focus color of the current theme.
getFocusColor() - ? ????javax.swing.plaf.metal.MetalRadioButtonUI
 
getFocusColor() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the focus color.
getFocusColor() - ? ????javax.swing.plaf.metal.MetalToggleButtonUI
 
getFocusCycleRootAncestor() - ? ????java.awt.Component
Returns the Container which is the focus cycle root of this Component's focus traversal cycle.
getFocusCycleRootAncestor() - ? ????java.awt.Window
Always returns null because Windows have no ancestors; they represent the top of the Component hierarchy.
getFocusCycleRootAncestor() - ? ????javax.swing.JInternalFrame
Always returns null because JInternalFrames must always be roots of a focus traversal cycle.
getFocusedComponent() - ? ????javax.swing.text.TextAction
Fetches the text component that currently has focus.
getFocusedWindow() - ? ????java.awt.KeyboardFocusManager
Returns the focused Window, if the focused Window is in the same context as the calling thread.
getFocusIndex() - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
Returns the index of the tab that has focus.
getFocusListeners() - ? ????java.awt.Component
Returns an array of all the focus listeners registered on this component.
getFocusLostBehavior() - ? ????javax.swing.JFormattedTextField
Returns the behavior when focus is lost.
getFocusOwner() - ? ????java.awt.KeyboardFocusManager
Returns the focus owner, if the focus owner is in the same context as the calling thread.
getFocusOwner() - ? ????java.awt.Window
Returns the child Component of this Window that has focus if this Window is focused; returns null otherwise.
getFocusOwner() - ? ????javax.swing.JInternalFrame
If this JInternalFrame is active, returns the child that has focus.
getFocusPoint() - ? ????java.awt.RadialGradientPaint
Returns a copy of the focus point of the radial gradient.
getFocusTraversalKeys(int) - ? ????java.awt.Component
Returns the Set of focus traversal keys for a given traversal operation for this Component.
getFocusTraversalKeys(int) - ? ????java.awt.Container
Returns the Set of focus traversal keys for a given traversal operation for this Container.
getFocusTraversalKeys(int) - ? ????java.awt.Window
Gets a focus traversal key for this Window.
getFocusTraversalKeysEnabled() - ? ????java.awt.Component
Returns whether focus traversal keys are enabled for this Component.
getFocusTraversalPolicy() - ? ????java.awt.Container
Returns the focus traversal policy that will manage keyboard traversal of this Container's children, or null if this Container is not a focus cycle root.
getFollowRedirects() - ? ??????java.net.HttpURLConnection
Returns a boolean indicating whether or not HTTP redirects (3xx) should be automatically followed.
getFont() - ? ????java.awt.Component.AccessibleAWTComponent
Gets the Font of this object.
getFont() - ? ????java.awt.Component
Gets the font of this component.
getFont(Map<? extends AttributedCharacterIterator.Attribute, ?>) - ? ??????java.awt.Font
Returns a Font appropriate to the attributes.
getFont(String) - ? ??????java.awt.Font
Returns a Font object from the system properties list.
getFont(String, Font) - ? ??????java.awt.Font
Gets the specified Font from the system properties list.
getFont() - ? ????java.awt.font.GlyphVector
Returns the Font associated with this GlyphVector.
getFont() - ? ????java.awt.FontMetrics
Gets the Font described by this FontMetrics object.
getFont() - ? ????java.awt.Graphics
Gets the current font.
getFont() - ? ????java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Get the Font of this object.
getFont() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the Font of this object.
getFont() - ? ????java.awt.MenuComponent
Gets the font used for this menu component.
getFont() - ?? ????java.awt.MenuContainer
 
getFont() - ?? ????javax.accessibility.AccessibleComponent
Gets the Font of this object.
getFont(Component) - ? ????javax.swing.border.TitledBorder
 
getFont() - ? ????javax.swing.DebugGraphics
Returns the Font used for text drawing operations.
getFont() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getFont() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the Font of this object.
getFont() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
getFont(SynthContext) - ? ????javax.swing.plaf.synth.SynthStyle
Returns the Font for the specified state.
getFont() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getFont(AttributeSet) - ? ????javax.swing.text.DefaultStyledDocument
Gets the font from an attribute set.
getFont() - ? ????javax.swing.text.GlyphView
Fetch the font that the glyphs should be based upon.
getFont(AttributeSet) - ? ????javax.swing.text.html.StyleSheet
Fetches the font to use for the given set of attributes.
getFont() - ? ????javax.swing.text.LabelView
Fetches the font that the glyphs should be based upon.
getFont(AttributeSet) - ? ????javax.swing.text.StyleContext
Gets the font from an attribute set.
getFont(String, int, int) - ? ????javax.swing.text.StyleContext
Gets a new font.
getFont(AttributeSet) - ?? ????javax.swing.text.StyledDocument
Takes a set of attributes and turn it into a font specification.
getFont() - ? ????javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
 
getFont() - ? ????javax.swing.tree.DefaultTreeCellEditor
Gets the font used for editing.
getFont() - ? ????javax.swing.tree.DefaultTreeCellRenderer
Gets the font of this component.
getFont(Object) - ? ????javax.swing.UIDefaults
If the value of key is a Font return it, otherwise return null.
getFont(Object, Locale) - ? ????javax.swing.UIDefaults
If the value of key for the given Locale is a Font return it, otherwise return null.
getFont(Object) - ? ??????javax.swing.UIManager
Returns a font from the defaults.
getFont(Object, Locale) - ? ??????javax.swing.UIManager
Returns a font from the defaults that is appropriate for the given locale.
getFontFamily(AttributeSet) - ? ??????javax.swing.text.StyleConstants
Gets the font family setting from the attribute list.
getFontForState(SynthContext) - ? ????javax.swing.plaf.nimbus.NimbusStyle
Returns the font for the specified state.
getFontForState(SynthContext) - ? ????javax.swing.plaf.synth.SynthStyle
Returns the font for the specified state.
getFontList() - ? ????java.awt.Toolkit
getFontMetrics(Font) - ? ????java.awt.Component.AccessibleAWTComponent
Gets the FontMetrics of this object.
getFontMetrics(Font) - ? ????java.awt.Component
Gets the font metrics for the specified font.
getFontMetrics() - ? ????java.awt.Graphics
Gets the font metrics of the current font.
getFontMetrics(Font) - ? ????java.awt.Graphics
Gets the font metrics for the specified font.
getFontMetrics(Font) - ? ????java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Get the FontMetrics of this object.
getFontMetrics(Font) - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the FontMetrics of this object.
getFontMetrics(Font) - ? ????java.awt.Toolkit
????
As of JDK version 1.2, replaced by the Font method getLineMetrics.
getFontMetrics(Font) - ?? ????javax.accessibility.AccessibleComponent
Gets the FontMetrics of this object.
getFontMetrics() - ? ????javax.swing.DebugGraphics
Overrides Graphics.getFontMetrics.
getFontMetrics(Font) - ? ????javax.swing.DebugGraphics
Overrides Graphics.getFontMetrics.
getFontMetrics(Font) - ? ????javax.swing.JComponent
Gets the FontMetrics for the specified Font.
getFontMetrics(Font) - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getFontMetrics(Font) - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the FontMetrics of this object.
getFontMetrics(Font) - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
getFontMetrics() - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getFontMetrics() - ? ????javax.swing.plaf.synth.SynthTabbedPaneUI
getFontMetrics(Font) - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getFontMetrics() - ? ????javax.swing.text.FieldView
Fetches the font metrics associated with the component hosting this view.
getFontMetrics() - ? ????javax.swing.text.LabelView
????
FontMetrics are not used for glyph rendering when running in the JDK.
getFontMetrics(Font) - ? ????javax.swing.text.StyleContext
Returns font metrics for a font.
getFontName() - ? ????java.awt.Font
Returns the font face name of this Font.
getFontName(Locale) - ? ????java.awt.Font
Returns the font face name of the Font, localized for the specified locale.
getFontPeer(String, int) - ? ????java.awt.Toolkit
????
see java.awt.GraphicsEnvironment#getAllFonts
getFontRenderContext() - ? ????java.awt.font.GlyphVector
Returns the FontRenderContext associated with this GlyphVector.
getFontRenderContext() - ? ????java.awt.FontMetrics
Gets the FontRenderContext used by this FontMetrics object to measure text.
getFontRenderContext() - ? ????java.awt.Graphics2D
Get the rendering context of the Font within this Graphics2D context.
getFontSize(AttributeSet) - ? ??????javax.swing.text.StyleConstants
Gets the font size setting from the attribute list.
getFontTable(int) - ?? ????java.awt.font.OpenType
Returns the table as an array of bytes for a specified tag.
getFontTable(String) - ?? ????java.awt.font.OpenType
Returns the table as an array of bytes for a specified tag.
getFontTable(int, int, int) - ?? ????java.awt.font.OpenType
Returns a subset of the table as an array of bytes for a specified tag.
getFontTable(String, int, int) - ?? ????java.awt.font.OpenType
Returns a subset of the table as an array of bytes for a specified tag.
getFontTableSize(int) - ?? ????java.awt.font.OpenType
Returns the size of the table for a specified tag.
getFontTableSize(String) - ?? ????java.awt.font.OpenType
Returns the size of the table for a specified tag.
getForeground() - ? ????java.awt.Component.AccessibleAWTComponent
Gets the foreground color of this object.
getForeground() - ? ????java.awt.Component
Gets the foreground color of this component.
getForeground() - ? ????java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Get the foreground color of this object.
getForeground() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the foreground color of this object.
getForeground() - ?? ????javax.accessibility.AccessibleComponent
Gets the foreground color of this object.
getForeground() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getForeground() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the foreground color of this object.
getForeground() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the foreground color of this object.
getForeground() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getForeground(AttributeSet) - ? ????javax.swing.text.DefaultStyledDocument
Gets the foreground color from an attribute set.
getForeground() - ? ????javax.swing.text.GlyphView
Fetch the foreground color to use to render the glyphs.
getForeground(AttributeSet) - ? ????javax.swing.text.html.StyleSheet
Takes a set of attributes and turn it into a foreground color specification.
getForeground() - ? ????javax.swing.text.LabelView
Fetches the foreground color to use to render the glyphs.
getForeground(AttributeSet) - ? ??????javax.swing.text.StyleConstants
Gets the foreground color setting from the attribute list.
getForeground(AttributeSet) - ? ????javax.swing.text.StyleContext
Takes a set of attributes and turn it into a foreground color specification.
getForeground(AttributeSet) - ?? ????javax.swing.text.StyledDocument
Takes a set of attributes and turn it into a foreground color specification.
getForegroundAt(int) - ? ????javax.swing.JTabbedPane
Returns the tab foreground color at index.
getForegroundPainter(SynthContext) - ? ????javax.swing.plaf.nimbus.NimbusStyle
Gets the appropriate foreground Painter, if there is one, for the state specified in the given SynthContext.
getForkJoinTaskTag() - ? ????java.util.concurrent.ForkJoinTask
Returns the tag for this task.
getFormat() - ?? ????java.security.Certificate
????
Returns the name of the coding format.
getFormat() - ?? ????java.security.Key
Returns the name of the primary encoding format of this key, or null if this key does not support encoding.
getFormat() - ? ????java.security.spec.EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - ? ????java.security.spec.PKCS8EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - ? ????java.security.spec.X509EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - ? ????javax.crypto.spec.SecretKeySpec
Returns the name of the encoding format for this secret key.
getFormat() - ? ????javax.security.auth.kerberos.KerberosKey
Returns the name of the encoding format for this secret key.
getFormat() - ? ????javax.sound.sampled.AudioFileFormat
Obtains the format of the audio data contained in the audio file.
getFormat() - ? ????javax.sound.sampled.AudioInputStream
Obtains the audio format of the sound data in this audio input stream.
getFormat() - ?? ????javax.sound.sampled.DataLine
Obtains the current format (encoding, sample rate, number of channels, etc.) of the data line's audio data.
getFormat() - ? ????javax.swing.JSpinner.DateEditor
Returns the java.text.SimpleDateFormat object the JFormattedTextField uses to parse and format numbers.
getFormat() - ? ????javax.swing.JSpinner.NumberEditor
Returns the java.text.DecimalFormat object the JFormattedTextField uses to parse and format numbers.
getFormat() - ? ????javax.swing.text.InternationalFormatter
Returns the format that dictates the legal values that can be edited and displayed.
getFormatId() - ?? ????javax.transaction.xa.Xid
Obtain the format identifier part of the XID.
getFormatName() - ? ????javax.imageio.ImageReader
Returns a String identifying the format of the input source.
getFormatNames() - ? ????javax.imageio.spi.ImageReaderWriterSpi
Returns an array of Strings containing human-readable names for the formats that are generally usable by the ImageReader or ImageWriter implementation associated with this service provider.
getFormats() - ? ????java.text.ChoiceFormat
Get the formats passed in the constructor.
getFormats() - ? ????java.text.MessageFormat
Gets the formats used for the format elements in the previously set pattern string.
getFormats(String) - ? ????java.util.ResourceBundle.Control
Returns a List of Strings containing formats to be used to load resource bundles for the given baseName.
getFormats() - ? ????javax.sound.sampled.DataLine.Info
Obtains a set of audio formats supported by the data line.
getFormatsByArgumentIndex() - ? ????java.text.MessageFormat
Gets the formats used for the values passed into format methods or returned from parse methods.
getFormatSpecifier() - ???? ????java.util.MissingFormatArgumentException
Returns the unmatched format specifier.
getFormatSpecifier() - ???? ????java.util.MissingFormatWidthException
Returns the format specifier which does not have a width.
getFormattedTextField() - ? ????javax.swing.JFormattedTextField.AbstractFormatter
Returns the current JFormattedTextField the AbstractFormatter is installed on.
getFormatter() - ? ????java.util.logging.Handler
Return the Formatter for this Handler.
getFormatter(JFormattedTextField) - ? ????javax.swing.JFormattedTextField.AbstractFormatterFactory
Returns an AbstractFormatter that can handle formatting of the passed in JFormattedTextField.
getFormatter() - ? ????javax.swing.JFormattedTextField
Returns the AbstractFormatter that is used to format and parse the current value.
getFormatter(JFormattedTextField) - ? ????javax.swing.text.DefaultFormatterFactory
Returns either the default formatter, display formatter, editor formatter or null formatter based on the state of the JFormattedTextField.
getFormatterFactory() - ? ????javax.swing.JFormattedTextField
Returns the current AbstractFormatterFactory.
getFractionalMetricsHint() - ? ????java.awt.font.FontRenderContext
Return the text fractional metrics rendering mode hint used in this FontRenderContext.
getFractionalSecond() - ? ????javax.xml.datatype.XMLGregorianCalendar
Return fractional seconds.
getFractions() - ? ????java.awt.MultipleGradientPaint
Returns a copy of the array of floats used by this gradient to calculate color distribution.
getFragment() - ? ????java.net.URI
Returns the decoded fragment component of this URI.
getFrame() - ? ????java.awt.geom.RectangularShape
Returns the framing Rectangle2D that defines the overall shape of this object.
getFrameCount() - ? ????javax.swing.plaf.basic.BasicProgressBarUI
Returns the number of frames for the complete animation loop used by an indeterminate JProgessBar.
getFrameForComponent(Component) - ? ??????javax.swing.JOptionPane
Returns the specified component's Frame.
getFrameIcon() - ? ????javax.swing.JInternalFrame
Returns the image displayed in the title bar of this internal frame (usually in the top-left corner).
getFrameLength() - ? ????javax.sound.sampled.AudioFileFormat
Obtains the length of the audio data contained in the file, expressed in sample frames.
getFrameLength() - ? ????javax.sound.sampled.AudioInputStream
Obtains the length of the stream, expressed in sample frames rather than bytes.
getFrameLength() - ?? ????javax.sound.sampled.Clip
Obtains the media length in sample frames.
getFramePosition() - ?? ????javax.sound.sampled.DataLine
Obtains the current position in the audio data, in sample frames.
getFramePosition() - ? ????javax.sound.sampled.LineEvent
Obtains the position in the line's audio data when the event occurred, expressed in sample frames.
getFrameRate() - ? ????javax.sound.sampled.AudioFormat
Obtains the frame rate in frames per second.
getFrames() - ? ??????java.awt.Frame
Returns an array of all Frames created by this application.
getFrameSize() - ? ????javax.sound.sampled.AudioFormat
Obtains the frame size in bytes.
getFreeSpace() - ? ????java.io.File
Returns the number of unallocated bytes in the partition named by this abstract path name.
getFrom(TemporalAccessor) - ?? ????java.time.temporal.ChronoField
 
getFrom(TemporalAccessor) - ?? ????java.time.temporal.TemporalField
Gets the value of this field from the specified temporal object.
getFromIndex() - ? ????javax.swing.event.TableColumnModelEvent
Returns the fromIndex.
getFromPage() - ? ????java.awt.JobAttributes
Returns, for jobs using these attributes, the first page to be printed, if a range of pages is to be printed.
getFrontBufferCapabilities() - ? ????java.awt.BufferCapabilities
 
getFullScreenWindow() - ? ????java.awt.GraphicsDevice
Returns the Window object representing the full-screen window if the device is in full-screen mode.
getFunctionalInterfaceClass() - ? ????java.lang.invoke.SerializedLambda
Get the name of the invoked type to which this lambda has been converted
getFunctionalInterfaceMethodName() - ? ????java.lang.invoke.SerializedLambda
Get the name of the primary method for the functional interface to which this lambda has been converted.
getFunctionalInterfaceMethodSignature() - ? ????java.lang.invoke.SerializedLambda
Get the signature of the primary method for the functional interface to which this lambda has been converted.
getFunctionColumns(String, String, String, String) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of the given catalog's system or user function parameters and return type.
getFunctions(String, String, String) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of the system and user functions available in the given catalog.
getG() - ?? ????java.security.interfaces.DSAParams
Returns the base, g.
getG() - ? ????java.security.spec.DSAParameterSpec
Returns the base g.
getG() - ? ????java.security.spec.DSAPrivateKeySpec
Returns the base g.
getG() - ? ????java.security.spec.DSAPublicKeySpec
Returns the base g.
getG() - ? ????javax.crypto.spec.DHParameterSpec
Returns the base generator g.
getG() - ? ????javax.crypto.spec.DHPrivateKeySpec
Returns the base generator g.
getG() - ? ????javax.crypto.spec.DHPublicKeySpec
Returns the base generator g.
getGamma() - ? ????java.awt.color.ICC_ProfileGray
Returns a gamma value representing the tone reproduction curve (TRC).
getGamma(int) - ? ????java.awt.color.ICC_ProfileRGB
Returns a gamma value representing the tone reproduction curve (TRC) for a particular component.
getGarbageCollectorMXBeans() - ? ??????java.lang.management.ManagementFactory
Returns a list of GarbageCollectorMXBean objects in the Java virtual machine.
getGeneratedKeys() - ?? ????java.sql.Statement
Retrieves any auto-generated keys created as a result of executing this Statement object.
getGenerator() - ? ????java.security.spec.ECParameterSpec
Returns the generator which is also known as the base point.
getGenericComponentType() - ?? ????java.lang.reflect.GenericArrayType
Returns a Type object representing the component type of this array.
getGenericDeclaration() - ?? ????java.lang.reflect.TypeVariable
Returns the GenericDeclaration object representing the generic declaration declared this type variable.
getGenericDisplayName(String, int, Locale) - ? ????java.util.spi.TimeZoneNameProvider
Returns a generic name for the given time zone ID that's suitable for presentation to the user in the specified locale.
getGenericElement() - ?? ????javax.lang.model.element.TypeParameterElement
Returns the generic class, interface, method, or constructor that is parameterized by this type parameter.
getGenericExceptionTypes() - ? ????java.lang.reflect.Constructor
Returns an array of Type objects that represent the exceptions declared to be thrown by this executable object.
getGenericExceptionTypes() - ? ????java.lang.reflect.Executable
Returns an array of Type objects that represent the exceptions declared to be thrown by this executable object.
getGenericExceptionTypes() - ? ????java.lang.reflect.Method
Returns an array of Type objects that represent the exceptions declared to be thrown by this executable object.
getGenericInterfaces() - ? ????java.lang.Class
Returns the Types representing the interfaces directly implemented by the class or interface represented by this object.
getGenericParameterTypes() - ? ????java.lang.reflect.Constructor
Returns an array of Type objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getGenericParameterTypes() - ? ????java.lang.reflect.Executable
Returns an array of Type objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getGenericParameterTypes() - ? ????java.lang.reflect.Method
Returns an array of Type objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getGenericReturnType() - ? ????java.lang.reflect.Method
Returns a Type object that represents the formal return type of the method represented by this Method object.
getGenericSuperclass() - ? ????java.lang.Class
Returns the Type representing the direct superclass of the entity (class, interface, primitive type or void) represented by this Class.
getGenericType() - ? ????java.lang.reflect.Field
Returns a Type object that represents the declared type for the field represented by this Field object.
getGestureModifiers() - ? ????java.awt.dnd.DragSourceDragEvent
This method returns an int representing the current state of the input device modifiers associated with the user's gesture.
getGestureModifiersEx() - ? ????java.awt.dnd.DragSourceDragEvent
This method returns an int representing the current state of the input device extended modifiers associated with the user's gesture.
getGetListenerMethod() - ? ????java.beans.EventSetDescriptor
Gets the method used to access the registered event listeners.
getGlassPane() - ? ????javax.swing.JApplet
Returns the glassPane object for this applet.
getGlassPane() - ? ????javax.swing.JDialog
Returns the glassPane object for this dialog.
getGlassPane() - ? ????javax.swing.JFrame
Returns the glassPane object for this frame.
getGlassPane() - ? ????javax.swing.JInternalFrame
Returns the glass pane for this internal frame.
getGlassPane() - ? ????javax.swing.JLayer
Returns the JLayer's glassPane component or null.
getGlassPane() - ? ????javax.swing.JRootPane
Returns the current glass pane for this JRootPane.
getGlassPane() - ? ????javax.swing.JWindow
Returns the glassPane Component for this window.
getGlassPane() - ?? ????javax.swing.RootPaneContainer
Returns the glassPane.
getGlobal() - ? ??????java.util.logging.Logger
Return global logger object with the name Logger.GLOBAL_LOGGER_NAME.
getGlobalActiveWindow() - ? ????java.awt.KeyboardFocusManager
Returns the active Window, even if the calling thread is in a different context than the active Window.
getGlobalCurrentFocusCycleRoot() - ? ????java.awt.KeyboardFocusManager
Returns the current focus cycle root, even if the calling thread is in a different context than the current focus cycle root.
getGlobalFocusedWindow() - ? ????java.awt.KeyboardFocusManager
Returns the focused Window, even if the calling thread is in a different context than the focused Window.
getGlobalFocusOwner() - ? ????java.awt.KeyboardFocusManager
Returns the focus owner, even if the calling thread is in a different context than the focus owner.
getGlobalPermanentFocusOwner() - ? ????java.awt.KeyboardFocusManager
Returns the permanent focus owner, even if the calling thread is in a different context than the permanent focus owner.
getGlobalTransactionId() - ?? ????javax.transaction.xa.Xid
Obtain the global transaction identifier part of XID as an array of bytes.
getGlyphCharIndex(int) - ? ????java.awt.font.GlyphVector
Returns the character index of the specified glyph.
getGlyphCharIndices(int, int, int[]) - ? ????java.awt.font.GlyphVector
Returns the character indices of the specified glyphs.
getGlyphCode(int) - ? ????java.awt.font.GlyphVector
Returns the glyphcode of the specified glyph.
getGlyphCodes(int, int, int[]) - ? ????java.awt.font.GlyphVector
Returns an array of glyphcodes for the specified glyphs.
getGlyphJustificationInfo(int) - ? ????java.awt.font.GlyphVector
Returns the justification information for the glyph at the specified index into this GlyphVector.
getGlyphLogicalBounds(int) - ? ????java.awt.font.GlyphVector
Returns the logical bounds of the specified glyph within this GlyphVector.
getGlyphMetrics(int) - ? ????java.awt.font.GlyphVector
Returns the metrics of the glyph at the specified index into this GlyphVector.
getGlyphOutline(int) - ? ????java.awt.font.GlyphVector
Returns a Shape whose interior corresponds to the visual representation of the specified glyph within this GlyphVector.
getGlyphOutline(int, float, float) - ? ????java.awt.font.GlyphVector
Returns a Shape whose interior corresponds to the visual representation of the specified glyph within this GlyphVector, offset to x, y.
getGlyphPainter() - ? ????javax.swing.text.GlyphView
Fetch the currently installed glyph painter.
getGlyphPixelBounds(int, FontRenderContext, float, float) - ? ????java.awt.font.GlyphVector
Returns the pixel bounds of the glyph at index when this GlyphVector is rendered in a Graphics with the given FontRenderContext at the given location.
getGlyphPosition(int) - ? ????java.awt.font.GlyphVector
Returns the position of the specified glyph relative to the origin of this GlyphVector.
getGlyphPositions(int, int, float[]) - ? ????java.awt.font.GlyphVector
Returns an array of glyph positions for the specified glyphs.
getGlyphTransform(int) - ? ????java.awt.font.GlyphVector
Returns the transform of the specified glyph within this GlyphVector.
getGlyphVisualBounds(int) - ? ????java.awt.font.GlyphVector
Returns the visual bounds of the specified glyph within the GlyphVector.
getGoHomeAction() - ? ????javax.swing.plaf.basic.BasicFileChooserUI
 
getGranularityPeriod() - ? ????javax.management.monitor.Monitor
Gets the granularity period (in milliseconds).
getGranularityPeriod() - ?? ????javax.management.monitor.MonitorMBean
Gets the granularity period (in milliseconds).
getGraphics() - ? ????java.awt.Component
Creates a graphics context for this component.
getGraphics() - ? ????java.awt.image.BufferedImage
This method returns a Graphics2D, but is here for backwards compatibility.
getGraphics() - ? ????java.awt.Image
Creates a graphics context for drawing to an off-screen image.
getGraphics() - ? ????java.awt.image.VolatileImage
This method returns a Graphics2D, but is here for backwards compatibility.
getGraphics() - ? ????java.awt.PrintJob
Gets a Graphics object that will draw to the next page.
getGraphics() - ? ????javax.swing.JApplet
Creates a graphics context for this component.
getGraphics() - ? ????javax.swing.JComponent
Returns this component's graphics context, which lets you draw on a component.
getGraphics() - ? ????javax.swing.JDialog
Creates a graphics context for this component.
getGraphics() - ? ????javax.swing.JFrame
Creates a graphics context for this component.
getGraphics() - ? ????javax.swing.JWindow
Creates a graphics context for this component.
getGraphics() - ? ????javax.swing.text.View
Fetch a Graphics for rendering.
getGraphicsConfiguration() - ? ????java.awt.Component
Gets the GraphicsConfiguration associated with this Component.
getGraphicsUtils(SynthContext) - ? ????javax.swing.plaf.synth.SynthStyle
Returns the SynthGraphicUtils for the specified context.
getGreatestMinimum(int) - ? ????java.util.Calendar
Returns the highest minimum value for the given calendar field of this Calendar instance.
getGreatestMinimum(int) - ? ????java.util.GregorianCalendar
Returns the highest minimum value for the given calendar field of this GregorianCalendar instance.
getGreen() - ? ????java.awt.Color
Returns the green component in the range 0-255 in the default sRGB space.
getGreen(int) - ? ????java.awt.image.ColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(Object) - ? ????java.awt.image.ColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(int) - ? ????java.awt.image.ComponentColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(Object) - ? ????java.awt.image.ComponentColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(int) - ? ????java.awt.image.DirectColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(Object) - ? ????java.awt.image.DirectColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(int) - ? ????java.awt.image.IndexColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreenMask() - ? ????java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the green color component.
getGreens(byte[]) - ? ????java.awt.image.IndexColorModel
Copies the array of green color components into the specified array.
getGregorianChange() - ? ????java.util.GregorianCalendar
Gets the Gregorian Calendar change date.
getGridColor() - ? ????javax.swing.JTable
Returns the color used to draw grid lines.
getGridColumn() - ? ????javax.swing.text.TableView.TableCell
????
Gets the column of the grid location
getGridRow() - ? ????javax.swing.text.TableView.TableCell
????
Gets the row of the grid location
getGrooveInsets() - ? ??????javax.swing.plaf.basic.BasicGraphicsUtils
Returns the amount of space taken up by a border drawn by drawGroove()
getGroup() - ? ????javax.swing.DefaultButtonModel
Returns the group that the button belongs to.
getGroupID() - ? ????java.rmi.activation.ActivationDesc
Returns the group identifier for the object specified by this descriptor.
getGroupingSeparator() - ? ????java.text.DecimalFormatSymbols
Gets the character used for thousands separator.
getGroupingSize() - ? ????java.text.DecimalFormat
Return the grouping size.
getGuarantor() - ?? ????java.security.Certificate
????
Returns the guarantor of the certificate, that is, the principal guaranteeing that the public key associated with this certificate is that of the principal associated with this certificate.
getHAdjustable() - ? ????java.awt.ScrollPane
Returns the ScrollPaneAdjustable object which represents the state of the horizontal scrollbar.
getHandler() - ? ????javax.xml.transform.sax.SAXResult
Get the ContentHandler that is the Result.
getHandlerChain() - ?? ????javax.xml.ws.Binding
Gets a copy of the handler chain for a protocol binding instance.
getHandlerChain(PortInfo) - ?? ????javax.xml.ws.handler.HandlerResolver
Gets the handler chain for the specified port.
getHandlerResolver() - ? ????javax.xml.ws.Service
Returns the configured handler resolver.
getHandlerResolver() - ? ????javax.xml.ws.spi.ServiceDelegate
Returns the configured handler resolver.
getHandlers() - ? ????java.util.logging.Logger
Get the Handlers associated with this logger.
getHandshakeSession() - ? ????javax.net.ssl.SSLEngine
Returns the SSLSession being constructed during a SSL/TLS handshake.
getHandshakeSession() - ? ????javax.net.ssl.SSLSocket
Returns the SSLSession being constructed during a SSL/TLS handshake.
getHandshakeStatus() - ? ????javax.net.ssl.SSLEngine
Returns the current handshake status for this SSLEngine.
getHandshakeStatus() - ? ????javax.net.ssl.SSLEngineResult
Gets the handshake status of this SSLEngine operation.
getHardwareAddress() - ? ????java.net.NetworkInterface
Returns the hardware address (usually MAC) of the interface if it has one and if it can be accessed given the current privileges.
getHashColor() - ? ????javax.swing.plaf.basic.BasicTreeUI
 
getHead(Handler) - ? ????java.util.logging.Formatter
Return the header string for a set of formatted records.
getHead(Handler) - ? ????java.util.logging.XMLFormatter
Return the header string for a set of XML formatted records.
getHeader(String) - ? ????javax.xml.soap.MimeHeaders
Returns all of the values for the specified header as an array of String objects.
getHeader() - ?? ????javax.xml.soap.SOAPEnvelope
Returns the SOAPHeader object for this SOAPEnvelope object.
getHeaderField(int) - ? ????java.net.HttpURLConnection
Returns the value for the nth header field.
getHeaderField(String) - ? ????java.net.URLConnection
Returns the value of the named header field.
getHeaderField(int) - ? ????java.net.URLConnection
Returns the value for the nth header field.
getHeaderFieldDate(String, long) - ? ????java.net.HttpURLConnection
 
getHeaderFieldDate(String, long) - ? ????java.net.URLConnection
Returns the value of the named field parsed as date.
getHeaderFieldInt(String, int) - ? ????java.net.URLConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int) - ? ????java.net.HttpURLConnection
Returns the key for the nth header field.
getHeaderFieldKey(int) - ? ????java.net.URLConnection
Returns the key for the nth header field.
getHeaderFieldLong(String, long) - ? ????java.net.URLConnection
Returns the value of the named field parsed as a number.
getHeaderFields() - ? ????java.net.URLConnection
Returns an unmodifiable Map of the header fields.
getHeaderRect(int) - ? ????javax.swing.table.JTableHeader
Returns the rectangle containing the header tile at column.
getHeaderRenderer() - ? ????javax.swing.table.TableColumn
Returns the TableCellRenderer used to draw the header of the TableColumn.
getHeaders() - ? ????java.net.CacheResponse
Returns the response headers as a Map.
getHeaders() - ?? ????javax.xml.ws.handler.soap.SOAPHandler
Gets the header blocks that can be processed by this Handler instance.
getHeaders(QName, JAXBContext, boolean) - ?? ????javax.xml.ws.handler.soap.SOAPMessageContext
Gets headers that have a particular qualified name from the message in the message context.
getHeaderValue() - ? ????javax.swing.table.TableColumn
Returns the Object used as the value for the header renderer.
getHeapMemoryUsage() - ?? ????java.lang.management.MemoryMXBean
Returns the current memory usage of the heap that is used for object allocation.
getHeight() - ? ????java.awt.Component
Returns the current height of this component.
getHeight() - ? ????java.awt.Dimension
Returns the height of this Dimension in double precision.
getHeight() - ? ????java.awt.DisplayMode
Returns the height of the display, in pixels.
getHeight() - ? ????java.awt.font.LineMetrics
Returns the height of the text.
getHeight() - ? ????java.awt.FontMetrics
Gets the standard height of a line of text in this font.
getHeight() - ? ????java.awt.geom.Arc2D.Double
Returns the height of the framing rectangle in double precision.
getHeight() - ? ????java.awt.geom.Arc2D.Float
Returns the height of the framing rectangle in double precision.
getHeight() - ? ????java.awt.geom.Dimension2D
Returns the height of this Dimension in double precision.
getHeight() - ? ????java.awt.geom.Ellipse2D.Double
Returns the height of the framing rectangle in double precision.
getHeight() - ? ????java.awt.geom.Ellipse2D.Float
Returns the height of the framing rectangle in double precision.
getHeight() - ? ????java.awt.geom.Rectangle2D.Double
Returns the height of the framing rectangle in double precision.
getHeight() - ? ????java.awt.geom.Rectangle2D.Float
Returns the height of the framing rectangle in double precision.
getHeight() - ? ????java.awt.geom.RectangularShape
Returns the height of the framing rectangle in double precision.
getHeight() - ? ????java.awt.geom.RoundRectangle2D.Double
Returns the height of the framing rectangle in double precision.
getHeight() - ? ????java.awt.geom.RoundRectangle2D.Float
Returns the height of the framing rectangle in double precision.
getHeight() - ? ????java.awt.image.BufferedImage
Returns the height of the BufferedImage.
getHeight(ImageObserver) - ? ????java.awt.image.BufferedImage
Returns the height of the BufferedImage.
getHeight(ImageObserver) - ? ????java.awt.Image
Determines the height of the image.
getHeight() - ? ????java.awt.image.Kernel
Returns the height of this Kernel.
getHeight() - ? ????java.awt.image.PixelGrabber
Get the height of the pixel buffer (after adjusting for image height).
getHeight() - ? ????java.awt.image.Raster
Returns the height in pixels of the Raster.
getHeight() - ?? ????java.awt.image.renderable.RenderableImage
Gets the height in user coordinate space.
getHeight() - ? ????java.awt.image.renderable.RenderableImageOp
Gets the height in user coordinate space.
getHeight() - ?? ????java.awt.image.RenderedImage
Returns the height of the RenderedImage.
getHeight() - ? ????java.awt.image.SampleModel
Returns the height in pixels.
getHeight() - ? ????java.awt.image.VolatileImage
Returns the height of the VolatileImage.
getHeight() - ? ????java.awt.print.PageFormat
Returns the height, in 1/72nds of an inch, of the page.
getHeight() - ? ????java.awt.print.Paper
Returns the height of the page in 1/72nds of an inch.
getHeight() - ? ????java.awt.Rectangle
Returns the height of the bounding Rectangle in double precision.
getHeight(int) - ? ????javax.imageio.ImageReader
Returns the height in pixels of the given image within the input source.
getHeight(int) - ? ????javax.print.attribute.standard.MediaPrintableArea
Get the height of the printable area in the specified units.
getHeight() - ? ????javax.swing.JComponent
Returns the current height of this component.
getHeight() - ? ????javax.swing.SpringLayout.Constraints
Returns the value of the height property.
getHeight() - ? ????javax.swing.text.BoxView
Returns the current height of the box.
getHeight(GlyphView) - ? ????javax.swing.text.GlyphView.GlyphPainter
 
getHeightOfHighValueLabel() - ? ????javax.swing.plaf.basic.BasicSliderUI
 
getHeightOfLowValueLabel() - ? ????javax.swing.plaf.basic.BasicSliderUI
 
getHeightOfTallestLabel() - ? ????javax.swing.plaf.basic.BasicSliderUI
 
getHelpMenu() - ? ????java.awt.MenuBar
Gets the help menu on the menu bar.
getHelpMenu() - ? ????javax.swing.JMenuBar
Gets the help menu for the menu bar.
getHere() - ?? ????javax.xml.crypto.dom.DOMURIReference
Returns the here node.
getHgap() - ? ????java.awt.BorderLayout
Returns the horizontal gap between components.
getHgap() - ? ????java.awt.CardLayout
Gets the horizontal gap between components.
getHgap() - ? ????java.awt.FlowLayout
Gets the horizontal gap between components and between the components and the borders of the Container
getHgap() - ? ????java.awt.GridLayout
Gets the horizontal gap between components.
getHideActionText() - ? ????javax.swing.AbstractButton
Returns the value of the hideActionText property, which determines whether the button displays text from the Action.
getHierarchyBoundsListeners() - ? ????java.awt.Component
Returns an array of all the hierarchy bounds listeners registered on this component.
getHierarchyListeners() - ? ????java.awt.Component
Returns an array of all the hierarchy listeners registered on this component.
getHighestValue() - ? ????javax.swing.plaf.basic.BasicSliderUI
Returns the biggest value that has an entry in the label table.
getHighestValueLabel() - ? ????javax.swing.plaf.basic.BasicSliderUI
Returns the label that corresponds to the lowest slider value in the label table.
getHighlightColor(Component) - ? ????javax.swing.border.EtchedBorder
Returns the highlight color of the etched border when rendered on the specified component.
getHighlightColor() - ? ????javax.swing.border.EtchedBorder
Returns the highlight color of the etched border.
getHighlightColor() - ? ????javax.swing.plaf.basic.BasicSliderUI
 
getHighlightedTextColor() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the highlighted text color of the current theme.
getHighlightedTextColor() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the highlighted text color.
getHighlighter() - ? ????javax.swing.text.JTextComponent
Fetches the object responsible for making highlights.
getHighlightInnerColor(Component) - ? ????javax.swing.border.BevelBorder
Returns the inner highlight color of the bevel border when rendered on the specified component.
getHighlightInnerColor() - ? ????javax.swing.border.BevelBorder
Returns the inner highlight color of the bevel border.
getHighlightOuterColor(Component) - ? ????javax.swing.border.BevelBorder
Returns the outer highlight color of the bevel border when rendered on the specified component.
getHighlightOuterColor() - ? ????javax.swing.border.BevelBorder
Returns the outer highlight color of the bevel border.
getHighlights() - ? ????javax.swing.text.DefaultHighlighter
Makes a copy of the highlights.
getHighlights() - ?? ????javax.swing.text.Highlighter
Fetches the current list of highlights.
getHighThreshold() - ? ????javax.management.monitor.GaugeMonitor
Gets the high threshold value common to all observed MBeans.
getHighThreshold() - ?? ????javax.management.monitor.GaugeMonitorMBean
Gets the high threshold value.
getHoldability() - ?? ????java.sql.Connection
Retrieves the current holdability of ResultSet objects created using this Connection object.
getHoldability() - ?? ????java.sql.ResultSet
Retrieves the holdability of this ResultSet object
getHoldCount() - ? ????java.util.concurrent.locks.ReentrantLock
Queries the number of holds on this lock by the current thread.
getHoldCount() - ? ????java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Queries the number of holds on this write lock by the current thread.
getHomeDirectory() - ? ????javax.swing.filechooser.FileSystemView
 
getHonorsVisibility() - ? ????javax.swing.GroupLayout
Returns whether component visibility is considered when sizing and positioning components.
getHorizontalAlignment() - ? ????javax.swing.AbstractButton
Returns the horizontal alignment of the icon and text.
getHorizontalAlignment() - ? ????javax.swing.JLabel
Returns the alignment of the label's contents along the X axis.
getHorizontalAlignment() - ? ????javax.swing.JTextField
Returns the horizontal alignment of the text.
getHorizontalLegBuffer() - ? ????javax.swing.plaf.basic.BasicTreeUI
The horizontal element of legs between nodes starts at the right of the left-hand side of the child node by default.
getHorizontalLegBuffer() - ? ????javax.swing.plaf.metal.MetalTreeUI
 
getHorizontalScrollBar() - ? ????javax.swing.JScrollPane
Returns the horizontal scroll bar that controls the viewport's horizontal view position.
getHorizontalScrollBar() - ? ????javax.swing.ScrollPaneLayout
Returns the JScrollBar object that handles horizontal scrolling.
getHorizontalScrollBarPolicy() - ? ????javax.swing.JScrollPane
Returns the horizontal scroll bar policy value.
getHorizontalScrollBarPolicy() - ? ????javax.swing.ScrollPaneLayout
Returns the horizontal scrollbar-display policy.
getHorizontalSliderThumbIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getHorizontalTextPosition() - ? ????javax.swing.AbstractButton
Returns the horizontal position of the text relative to the icon.
getHorizontalTextPosition() - ? ????javax.swing.JLabel
Returns the horizontal position of the label's text, relative to its image.
getHorizontalVisibility() - ? ????javax.swing.JTextField
Gets the visibility of the text field.
getHost() - ? ????java.net.URI
Returns the host component of this URI.
getHost() - ? ????java.net.URL
Gets the host name of this URL, if applicable.
getHost() - ? ????javax.management.remote.JMXServiceURL
The host part of the Service URL.
getHostAddress() - ? ????java.net.Inet4Address
Returns the IP address string in textual presentation form.
getHostAddress() - ? ????java.net.Inet6Address
Returns the IP address string in textual presentation.
getHostAddress() - ? ????java.net.InetAddress
Returns the IP address string in textual presentation.
getHostAddress(URL) - ? ????java.net.URLStreamHandler
Get the IP address of our host.
getHostName() - ? ????java.net.InetAddress
Gets the host name for this IP address.
getHostName() - ? ????java.net.InetSocketAddress
Gets the hostname.
getHostnameVerifier() - ? ????javax.net.ssl.HttpsURLConnection
Gets the HostnameVerifier in place on this instance.
getHostString() - ? ????java.net.InetSocketAddress
Returns the hostname, or the String form of the address if it doesn't have a hostname (it was created using a literal).
getHour() - ? ????java.time.LocalDateTime
Gets the hour-of-day field.
getHour() - ? ????java.time.LocalTime
Gets the hour-of-day field.
getHour() - ? ????java.time.OffsetDateTime
Gets the hour-of-day field.
getHour() - ? ????java.time.OffsetTime
Gets the hour-of-day field.
getHour() - ? ????java.time.ZonedDateTime
Gets the hour-of-day field.
getHour() - ? ????javax.xml.datatype.XMLGregorianCalendar
getHours() - ? ????java.sql.Date
???? 
getHours() - ? ????java.util.Date
????
As of JDK version 1.1, replaced by Calendar.get(Calendar.HOUR_OF_DAY).
getHours() - ? ????javax.xml.datatype.Duration
Obtains the value of the HOURS field as an integer value, or 0 if not present.
getHSBColor(float, float, float) - ? ??????java.awt.Color
Creates a Color object based on the specified values for the HSB color model.
getHScrollbarHeight() - ? ????java.awt.ScrollPane
Returns the height that would be occupied by a horizontal scrollbar, which is independent of whether it is currently displayed by the scroll pane or not.
getHTMLBaseline(View, int, int) - ? ??????javax.swing.plaf.basic.BasicHTML
Returns the baseline for the html renderer.
getHTMLDocument(JEditorPane) - ? ????javax.swing.text.html.HTMLEditorKit.HTMLTextAction
 
getHTMLEditorKit(JEditorPane) - ? ????javax.swing.text.html.HTMLEditorKit.HTMLTextAction
 
getHTMLTag() - ? ????javax.swing.text.html.parser.TagElement
 
getHttpContext() - ? ????javax.xml.ws.spi.http.HttpExchange
Returns a HttpContext for this exchange.
getHumanPresentableName() - ? ????java.awt.datatransfer.DataFlavor
Returns the human presentable name for the data format that this DataFlavor represents.
getHumanPresentableName() - ? ????javax.activation.ActivationDataFlavor
Return the Human Presentable name.
getHyperlinkListeners() - ? ????javax.swing.JEditorPane
Returns an array of all the HyperLinkListeners added to this JEditorPane with addHyperlinkListener().
getICC_Profiles() - ? ????java.awt.image.ColorConvertOp
Returns the array of ICC_Profiles used to construct this ColorConvertOp.
getIcon(int) - ?? ????java.beans.BeanInfo
Returns an image that can be used to represent the bean in toolboxes or toolbars.
getIcon(int) - ? ????java.beans.SimpleBeanInfo
Claim there are no icons available.
getIcon() - ? ????javax.swing.AbstractButton
Returns the default icon.
getIcon(File) - ? ????javax.swing.filechooser.FileView
The icon that represents this file in the JFileChooser.
getIcon(File) - ? ????javax.swing.JFileChooser
Returns the icon for this file or type of file, depending on the system.
getIcon() - ? ????javax.swing.JLabel
Returns the graphic image (glyph, icon) that the label displays.
getIcon() - ? ????javax.swing.JOptionPane
Returns the icon this pane displays.
getIcon(File) - ? ????javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
 
getIcon() - ? ????javax.swing.plaf.basic.BasicOptionPaneUI
Returns the icon from the JOptionPane the receiver is providing the look and feel for, or the default icon as returned from getDefaultIcon.
getIcon(AbstractButton) - ? ????javax.swing.plaf.synth.SynthButtonUI
Returns the Icon to use for painting the button.
getIcon(SynthContext, Object) - ? ????javax.swing.plaf.synth.SynthStyle
Convenience method to get a specific style property whose value is an Icon.
getIcon(AttributeSet) - ? ??????javax.swing.text.StyleConstants
Gets the icon setting from the attribute list.
getIcon(Object) - ? ????javax.swing.UIDefaults
If the value of key is an Icon return it, otherwise return null.
getIcon(Object, Locale) - ? ????javax.swing.UIDefaults
If the value of key for the given Locale is an Icon return it, otherwise return null.
getIcon(Object) - ? ??????javax.swing.UIManager
Returns an Icon from the defaults.
getIcon(Object, Locale) - ? ??????javax.swing.UIManager
Returns an Icon from the defaults that is appropriate for the given locale.
getIconAt(int) - ? ????javax.swing.JTabbedPane
Returns the tab icon at index.
getIconForTab(int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getIconForType(int) - ? ????javax.swing.plaf.basic.BasicOptionPaneUI
Returns the icon to use for the passed in type.
getIconHeight() - ?? ????javax.swing.Icon
Returns the icon's height.
getIconHeight() - ? ????javax.swing.ImageIcon
Gets the height of the icon.
getIconHeight() - ? ????javax.swing.plaf.IconUIResource
 
getIconHeight() - ? ????javax.swing.plaf.metal.MetalCheckBoxIcon
 
getIconHeight() - ? ????javax.swing.plaf.metal.MetalComboBoxIcon
Created a stub to satisfy the interface.
getIconHeight() - ? ????javax.swing.plaf.metal.MetalIconFactory.FileIcon16
 
getIconHeight() - ? ????javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
 
getIconHeight() - ? ????javax.swing.plaf.metal.MetalIconFactory.PaletteCloseIcon
 
getIconHeight() - ? ????javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon
 
getIconImage() - ? ????java.awt.Frame
Returns the image to be displayed as the icon for this frame.
getIconImages() - ? ????java.awt.Window
Returns the sequence of images to be displayed as the icon for this window.
getIconTextGap() - ? ????javax.swing.AbstractButton
Returns the amount of space between the text and the icon displayed in this button.
getIconTextGap() - ? ????javax.swing.JLabel
Returns the amount of space between the text and the icon displayed in this label.
getIconWidth() - ?? ????javax.swing.Icon
Returns the icon's width.
getIconWidth() - ? ????javax.swing.ImageIcon
Gets the width of the icon.
getIconWidth() - ? ????javax.swing.plaf.IconUIResource
 
getIconWidth() - ? ????javax.swing.plaf.metal.MetalCheckBoxIcon
 
getIconWidth() - ? ????javax.swing.plaf.metal.MetalComboBoxIcon
Created a stub to satisfy the interface.
getIconWidth() - ? ????javax.swing.plaf.metal.MetalIconFactory.FileIcon16
 
getIconWidth() - ? ????javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
 
getIconWidth() - ? ????javax.swing.plaf.metal.MetalIconFactory.PaletteCloseIcon
 
getIconWidth() - ? ????javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon
 
getID() - ? ????java.awt.AWTEvent
Returns the event type.
getId() - ? ????java.lang.Thread
Returns the identifier of this Thread.
getID() - ? ????java.rmi.activation.Activatable
Returns the object's activation identifier.
getId() - ?? ????java.security.cert.Extension
Gets the extensions's object identifier.
getId() - ?? ????java.time.chrono.Chronology
Gets the ID of the chronology.
getId() - ? ????java.time.chrono.HijrahChronology
Gets the ID of the chronology.
getId() - ? ????java.time.chrono.IsoChronology
Gets the ID of the chronology - 'ISO'.
getId() - ? ????java.time.chrono.JapaneseChronology
Gets the ID of the chronology - 'Japanese'.
getId() - ? ????java.time.chrono.MinguoChronology
Gets the ID of the chronology - 'Minguo'.
getId() - ? ????java.time.chrono.ThaiBuddhistChronology
Gets the ID of the chronology - 'ThaiBuddhist'.
getId() - ? ????java.time.ZoneId
Gets the unique time-zone ID.
getId() - ? ????java.time.ZoneOffset
Gets the normalized zone offset ID.
getID() - ? ????java.util.TimeZone
Gets the ID of this time zone.
getID() - ?? ????javax.naming.directory.Attribute
Retrieves the id of this attribute.
getID() - ? ????javax.naming.directory.BasicAttribute
 
getID() - ? ????javax.naming.ldap.BasicControl
Retrieves the control's object identifier string.
getID() - ?? ????javax.naming.ldap.Control
Retrieves the object identifier assigned for the LDAP control.
getID() - ?? ????javax.naming.ldap.ExtendedRequest
Retrieves the object identifier of the request.
getID() - ?? ????javax.naming.ldap.ExtendedResponse
Retrieves the object identifier of the response.
getID() - ? ????javax.naming.ldap.StartTlsRequest
Retrieves the StartTLS request's object identifier string.
getID() - ? ????javax.naming.ldap.StartTlsResponse
Retrieves the StartTLS response's object identifier string.
getId() - ?? ????javax.net.ssl.SSLSession
Returns the identifier assigned to this Session.
getID() - ? ????javax.swing.LookAndFeel
Return a string that identifies this look and feel.
getID() - ? ????javax.swing.plaf.metal.MetalLookAndFeel
Returns an identifier for this look and feel.
getID() - ? ????javax.swing.plaf.multi.MultiLookAndFeel
Returns a string, suitable for use by applications/services, that identifies this look and feel.
getID() - ? ????javax.swing.plaf.nimbus.NimbusLookAndFeel
Return a string that identifies this look and feel.
getID() - ? ????javax.swing.plaf.synth.ColorType
Returns a unique id, as an integer, for this ColorType.
getID() - ? ????javax.swing.plaf.synth.SynthLookAndFeel
Return a string that identifies this look and feel.
getId() - ?? ????javax.xml.crypto.dsig.keyinfo.KeyInfo
Return the optional Id attribute of this KeyInfo, which may be useful for referencing this KeyInfo from other XML structures.
getId() - ?? ????javax.xml.crypto.dsig.Manifest
Returns the Id of this Manifest.
getId() - ?? ????javax.xml.crypto.dsig.Reference
Returns the optional Id attribute of this Reference, which permits this reference to be referenced from elsewhere.
getId() - ?? ????javax.xml.crypto.dsig.SignatureProperties
Returns the Id of this SignatureProperties.
getId() - ?? ????javax.xml.crypto.dsig.SignatureProperty
Returns the Id of this SignatureProperty.
getId() - ?? ????javax.xml.crypto.dsig.SignedInfo
Returns the optional Id attribute of this SignedInfo.
getId() - ?? ????javax.xml.crypto.dsig.XMLObject
Returns the Id of this XMLObject.
getId() - ?? ????javax.xml.crypto.dsig.XMLSignature
Returns the optional Id of this XMLSignature.
getId() - ?? ????javax.xml.crypto.dsig.XMLSignature.SignatureValue
Returns the optional Id attribute of this SignatureValue, which permits this element to be referenced from elsewhere.
getId() - ? ????javax.xml.datatype.DatatypeConstants.Field
Get id of this Field.
getID() - ? ????javax.xml.ws.RespectBindingFeature
Get the unique identifier for this WebServiceFeature.
getID() - ? ????javax.xml.ws.soap.AddressingFeature
Get the unique identifier for this WebServiceFeature.
getID() - ? ????javax.xml.ws.soap.MTOMFeature
Get the unique identifier for this WebServiceFeature.
getID() - ? ????javax.xml.ws.WebServiceFeature
Get the unique identifier for this WebServiceFeature.
getId() - ???? ????org.omg.CORBA.portable.ApplicationException
Returns the CORBA repository ID of the exception without removing it from the exceptions input stream.
getIdentifier(int) - ? ????javax.swing.DefaultRowSorter.ModelWrapper
Returns the identifier for the specified row.
getIdentifier() - ? ????javax.swing.RowFilter.Entry
Returns the identifer (in the model) of the entry.
getIdentifier() - ? ????javax.swing.table.TableColumn
Returns the identifier object for this column.
getIdentifierQuoteString() - ?? ????java.sql.DatabaseMetaData
Retrieves the string used to quote SQL identifiers.
getIdentity(String) - ? ????java.security.IdentityScope
????
Returns the identity in this scope with the specified name (if any).
getIdentity(Principal) - ? ????java.security.IdentityScope
????
Retrieves the identity whose name is the same as that of the specified principal.
getIdentity(PublicKey) - ? ????java.security.IdentityScope
????
Retrieves the identity with the specified public key.
getIdentityHashCode() - ? ????java.lang.management.LockInfo
Returns the identity hash code of the lock object returned from the System.identityHashCode(java.lang.Object) method.
getIDs() - ?? ????javax.naming.directory.Attributes
Retrieves an enumeration of the ids of the attributes in the attribute set.
getIDs() - ? ????javax.naming.directory.BasicAttributes
 
getIds() - ?? ????javax.net.ssl.SSLSessionContext
Returns an Enumeration of all session id's grouped under this SSLSessionContext.
getIDstring() - ? ????java.awt.GraphicsDevice
Returns the identification string associated with this GraphicsDevice.
getIfModifiedSince() - ? ????java.net.URLConnection
Returns the value of this object's ifModifiedSince field.
getIgnoreRepaint() - ? ????java.awt.Component
 
getImage(URL) - ? ????java.applet.Applet
Returns an Image object that can then be painted on the screen.
getImage(URL, String) - ? ????java.applet.Applet
Returns an Image object that can then be painted on the screen.
getImage(URL) - ?? ????java.applet.AppletContext
Returns an Image object that can then be painted on the screen.
getImage() - ? ????java.awt.TexturePaint
Returns the BufferedImage texture used to fill the shapes.
getImage(String) - ? ????java.awt.Toolkit
Returns an image which gets pixel data from the specified file, whose format can be either GIF, JPEG or PNG.
getImage(URL) - ? ????java.awt.Toolkit
Returns an image which gets pixel data from the specified URL.
getImage() - ? ????java.awt.TrayIcon
Returns the current image used for this TrayIcon.
getImage() - ? ????javax.swing.ImageIcon
Returns this icon's Image.
getImage() - ? ????javax.swing.text.html.ImageView
Returns the image to render.
getImageableHeight() - ? ????java.awt.print.PageFormat
Return the height, in 1/72nds of an inch, of the imageable area of the page.
getImageableHeight() - ? ????java.awt.print.Paper
Returns the height of this Paper object's imageable area.
getImageableWidth() - ? ????java.awt.print.PageFormat
Returns the width, in 1/72nds of an inch, of the imageable area of the page.
getImageableWidth() - ? ????java.awt.print.Paper
Returns the width of this Paper object's imageable area.
getImageableX() - ? ????java.awt.print.PageFormat
Returns the x coordinate of the upper left point of the imageable area of the Paper object associated with this PageFormat.
getImageableX() - ? ????java.awt.print.Paper
Returns the x coordinate of the upper-left corner of this Paper object's imageable area.
getImageableY() - ? ????java.awt.print.PageFormat
Returns the y coordinate of the upper left point of the imageable area of the Paper object associated with this PageFormat.
getImageableY() - ? ????java.awt.print.Paper
Returns the y coordinate of the upper-left corner of this Paper object's imageable area.
getImageCapabilities() - ? ????java.awt.GraphicsConfiguration
Returns the image capabilities of this GraphicsConfiguration.
getImageLoadStatus() - ? ????javax.swing.ImageIcon
Returns the status of the image loading operation.
getImageMetadata(int) - ? ????javax.imageio.ImageReader
Returns an IIOMetadata object containing metadata associated with the given image, or null if the reader does not support reading metadata, is set to ignore metadata, or if no metadata is available.
getImageMetadata(int, String, Set<String>) - ? ????javax.imageio.ImageReader
Returns an IIOMetadata object representing the metadata associated with the given image, or null if the reader does not support reading metadata or none is available.
getImageMetadataFormat(String) - ? ????javax.imageio.spi.ImageReaderWriterSpi
Returns an IIOMetadataFormat object describing the given image metadata format, or null if no description is available.
getImageObserver() - ? ????javax.swing.ImageIcon
Returns the image observer for the image.
getImageReader(ImageWriter) - ? ??????javax.imageio.ImageIO
Returns an ImageReadercorresponding to the given ImageWriter, if there is one, or null if the plug-in for this ImageWriter does not specify a corresponding ImageReader, or if the given ImageWriter is not registered.
getImageReaders(Object) - ? ??????javax.imageio.ImageIO
Returns an Iterator containing all currently registered ImageReaders that claim to be able to decode the supplied Object, typically an ImageInputStream.
getImageReadersByFormatName(String) - ? ??????javax.imageio.ImageIO
Returns an Iterator containing all currently registered ImageReaders that claim to be able to decode the named format.
getImageReadersByMIMEType(String) - ? ??????javax.imageio.ImageIO
Returns an Iterator containing all currently registered ImageReaders that claim to be able to decode files with the given MIME type.
getImageReadersBySuffix(String) - ? ??????javax.imageio.ImageIO
Returns an Iterator containing all currently registered ImageReaders that claim to be able to decode files with the given suffix.
getImageReaderSpiNames() - ? ????javax.imageio.spi.ImageWriterSpi
Returns an array of Strings containing all the fully qualified names of all the ImageReaderSpi classes that can understand the internal metadata representation used by the ImageWriter associated with this service provider, or null if there are no such ImageReaders specified.
getImageTranscoders(ImageReader, ImageWriter) - ? ??????javax.imageio.ImageIO
Returns an Iterator containing all currently registered ImageTranscoders that claim to be able to transcode between the metadata of the given ImageReader and ImageWriter.
getImageTypes(int) - ? ????javax.imageio.ImageReader
Returns an Iterator containing possible image types to which the given image may be decoded, in the form of ImageTypeSpecifierss.
getImageURL() - ? ????java.awt.SplashScreen
Returns the current splash screen image.
getImageURL() - ? ????javax.swing.text.html.ImageView
Return a URL for the image source, or null if it could not be determined.
getImageWriter(ImageReader) - ? ??????javax.imageio.ImageIO
Returns an ImageWritercorresponding to the given ImageReader, if there is one, or null if the plug-in for this ImageReader does not specify a corresponding ImageWriter, or if the given ImageReader is not registered.
getImageWriters(ImageTypeSpecifier, String) - ? ??????javax.imageio.ImageIO
Returns an Iterator containing all currently registered ImageWriters that claim to be able to encode images of the given layout (specified using an ImageTypeSpecifier) in the given format.
getImageWritersByFormatName(String) - ? ??????javax.imageio.ImageIO
Returns an Iterator containing all currently registered ImageWriters that claim to be able to encode the named format.
getImageWritersByMIMEType(String) - ? ??????javax.imageio.ImageIO
Returns an Iterator containing all currently registered ImageWriters that claim to be able to encode files with the given MIME type.
getImageWritersBySuffix(String) - ? ??????javax.imageio.ImageIO
Returns an Iterator containing all currently registered ImageWriters that claim to be able to encode files with the given suffix.
getImageWriterSpiNames() - ? ????javax.imageio.spi.ImageReaderSpi
Returns an array of Strings containing the fully qualified names of all the ImageWriterSpi classes that can understand the internal metadata representation used by the ImageReader associated with this service provider, or null if there are no such ImageWriters specified.
getImpact() - ? ????javax.management.MBeanOperationInfo
Returns the impact of the method, one of INFO, ACTION, ACTION_INFO, UNKNOWN.
getImpact() - ?? ????javax.management.openmbean.OpenMBeanOperationInfo
Returns an int constant qualifying the impact of the operation described by this OpenMBeanOperationInfo instance.
getImpact(MBeanOperationInfo) - ? ????javax.management.StandardMBean
Customization hook: Get the impact flag of the operation that will be used in the MBeanOperationInfo returned by this MBean.
getImplClass() - ? ????java.lang.invoke.SerializedLambda
Get the name of the class containing the implementation method.
getImplementation() - ? ????javax.management.StandardMBean
Get the implementation of this Standard MBean (or MXBean).
getImplementation() - ?? ????org.w3c.dom.Document
The DOMImplementation object that handles this document.
getImplementationClass() - ? ????javax.management.StandardMBean
Get the class of the implementation of this Standard MBean (or MXBean).
getImplementationName() - ? ????javax.management.MBeanServerDelegate
Returns the JMX implementation name (the name of this product).
getImplementationName() - ?? ????javax.management.MBeanServerDelegateMBean
Returns the JMX implementation name (the name of this product).
getImplementationTitle() - ? ????java.lang.Package
Return the title of this package.
getImplementationVendor() - ? ????java.lang.Package
Returns the name of the organization, vendor or company that provided this implementation.
getImplementationVendor() - ? ????javax.management.MBeanServerDelegate
Returns the JMX implementation vendor (the vendor of this product).
getImplementationVendor() - ?? ????javax.management.MBeanServerDelegateMBean
Returns the JMX implementation vendor (the vendor of this product).
getImplementationVersion() - ? ????java.lang.Package
Return the version of this implementation.
getImplementationVersion() - ? ????javax.management.MBeanServerDelegate
Returns the JMX implementation version (the version of this product).
getImplementationVersion() - ?? ????javax.management.MBeanServerDelegateMBean
Returns the JMX implementation version (the version of this product).
getImplementor() - ? ????javax.xml.ws.Endpoint
Returns the implementation object for this endpoint.
getImplicitDownCycleTraversal() - ? ????java.awt.ContainerOrderFocusTraversalPolicy
Returns whether this ContainerOrderFocusTraversalPolicy transfers focus down-cycle implicitly.
getImplicitDownCycleTraversal() - ? ????javax.swing.SortingFocusTraversalPolicy
Returns whether this SortingFocusTraversalPolicy transfers focus down- cycle implicitly.
getImplMethodKind() - ? ????java.lang.invoke.SerializedLambda
Get the method handle kind (see MethodHandleInfo) of the implementation method.
getImplMethodName() - ? ????java.lang.invoke.SerializedLambda
Get the name of the implementation method.
getImplMethodSignature() - ? ????java.lang.invoke.SerializedLambda
Get the signature of the implementation method.
getImportedKeys(String, String, String) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of the primary key columns that are referenced by the given table's foreign key columns (the primary keys imported by a table).
getInactiveControlTextColor() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the inactive control text color of the current theme.
getInactiveControlTextColor() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the inactive control text color.
getInactiveControlTextColor() - ? ????javax.swing.plaf.metal.OceanTheme
Returns the inactive control text color.
getInactiveSystemTextColor() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the inactive system text color of the current theme.
getInactiveSystemTextColor() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the inactive system text color.
getInCheck() - ? ????java.lang.SecurityManager
????
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
getIndentLevel() - ? ????javax.swing.text.AbstractWriter
Returns the current indentation level.
getIndentSpace() - ? ????javax.swing.text.AbstractWriter
Returns the amount of space to indent.
getIndex() - ? ????java.beans.IndexedPropertyChangeEvent
Gets the index of the property that was changed.
getIndex() - ? ????java.net.NetworkInterface
Returns the index of this network interface.
getIndex() - ???? ????java.net.URISyntaxException
Returns an index into the input string of the position at which the parse error occurred, or -1 if this position is not known.
getIndex() - ???? ????java.nio.file.InvalidPathException
Returns an index into the input string of the position at which the error occurred, or -1 if this position is not known.
getIndex() - ???? ????java.security.cert.CertPathValidatorException
Returns the index of the certificate in the certification path that caused the exception to be thrown.
getIndex() - ???? ????java.sql.DataTruncation
Retrieves the index of the column or parameter that was truncated.
getIndex() - ?? ????java.text.CharacterIterator
Returns the current index.
getIndex() - ? ????java.text.ParsePosition
Retrieve the current parse position.
getIndex() - ? ????java.text.StringCharacterIterator
Implements CharacterIterator.getIndex() for String.
getIndex() - ???? ????java.util.regex.PatternSyntaxException
Retrieves the error index.
getIndex() - ?? ????javax.swing.event.DocumentEvent.ElementChange
Fetches the index within the element represented.
getIndex() - ? ????javax.swing.JList.DropLocation
Returns the index where dropped data should be placed in the list.
getIndex(int) - ? ????javax.swing.SizeSequence
Returns the index of the entry that corresponds to the specified position.
getIndex(TreeNode) - ? ????javax.swing.text.AbstractDocument.AbstractElement
Returns the index of node in the receivers children.
getIndex() - ? ????javax.swing.text.AbstractDocument.ElementEdit
Returns the index into the list of elements.
getIndex() - ? ????javax.swing.text.html.parser.Element
Get index.
getIndex() - ? ????javax.swing.text.JTextComponent.DropLocation
Returns the index where dropped data should be inserted into the associated component.
getIndex() - ? ????javax.swing.text.Segment
Returns the current index.
getIndex(TreeNode) - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the index of the specified child in this node's child array.
getIndex(TreeNode) - ?? ????javax.swing.tree.TreeNode
Returns the index of node in the receivers children.
getIndex(String, String) - ?? ????org.xml.sax.Attributes
Look up the index of an attribute by Namespace name.
getIndex(String) - ?? ????org.xml.sax.Attributes
Look up the index of an attribute by XML qualified (prefixed) name.
getIndex(String, String) - ? ????org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by Namespace name.
getIndex(String) - ? ????org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by qualified (prefixed) name.
getIndex0() - ? ????javax.swing.event.ListDataEvent
Returns the lower index of the range.
getIndex1() - ? ????javax.swing.event.ListDataEvent
Returns the upper index of the range.
getIndexAtPoint(Point) - ? ????java.awt.TextComponent.AccessibleAWTTextComponent
Given a point in local coordinates, return the zero-based index of the character under that Point.
getIndexAtPoint(Point) - ?? ????javax.accessibility.AccessibleText
Given a point in local coordinates, return the zero-based index of the character under that Point.
getIndexAtPoint(Point) - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Given a point in local coordinates, return the zero-based index of the character under that Point.
getIndexAtPoint(Point) - ? ????javax.swing.JLabel.AccessibleJLabel
Given a point in local coordinates, return the zero-based index of the character under that Point.
getIndexAtPoint(Point) - ? ????javax.swing.JSpinner.AccessibleJSpinner
Given a point in local coordinates, return the zero-based index of the character under that Point.
getIndexAtPoint(Point) - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Given a point in local coordinates, return the zero-based index of the character under that Point.
getIndexAtPoint(Point) - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Given a point in local coordinates, return the zero-based index of the character under that Point.
getIndexedPropertyType() - ? ????java.beans.IndexedPropertyDescriptor
Returns the Java type info for the indexed property.
getIndexedReadMethod() - ? ????java.beans.IndexedPropertyDescriptor
Gets the method that should be used to read an indexed property value.
getIndexedWriteMethod() - ? ????java.beans.IndexedPropertyDescriptor
Gets the method that should be used to write an indexed property value.
getIndexInfo(String, String, String, boolean, boolean) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of the given table's indices and statistics.
getIndexNames() - ? ????javax.management.openmbean.TabularType
Returns, in the same order as was given to this instance's constructor, an unmodifiable List of the names of the items the values of which are used to uniquely index each row element of tabular data values described by this TabularType instance.
getIndexOf(Object) - ? ????javax.swing.DefaultComboBoxModel
Returns the index-position of the specified object in the list.
getIndexOf(Component) - ? ????javax.swing.JLayeredPane
Returns the index of the specified Component.
getIndexOfChild(Object, Object) - ? ????javax.swing.tree.DefaultTreeModel
Returns the index of child in parent.
getIndexOfChild(Object, Object) - ?? ????javax.swing.tree.TreeModel
Returns the index of child in parent.
getIndexOfSize(float) - ? ??????javax.swing.text.html.StyleSheet
 
getInetAddress() - ? ????java.net.DatagramSocket
Returns the address to which this socket is connected.
getInetAddress() - ? ????java.net.ServerSocket
Returns the local address of this server socket.
getInetAddress() - ? ????java.net.Socket
Returns the address to which the socket is connected.
getInetAddress() - ? ????java.net.SocketImpl
Returns the value of this socket's address field.
getInetAddresses() - ? ????java.net.NetworkInterface
Convenience method to return an Enumeration with all or a subset of the InetAddresses bound to this network interface.
getInfinity() - ? ????java.text.DecimalFormatSymbols
Gets the string used to represent infinity.
getInfo() - ? ????java.security.Identity
????
Returns general information previously specified for this identity.
getInfo() - ? ????java.security.Provider
Returns a human-readable description of the provider and its services.
getInheritsPopupMenu() - ? ????javax.swing.JComponent
Returns true if the JPopupMenu should be inherited from the parent.
getInit() - ? ????java.lang.management.MemoryUsage
Returns the amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.
getInitialComponent(Window) - ? ????java.awt.FocusTraversalPolicy
Returns the Component that should receive the focus when a Window is made visible for the first time.
getInitialComponent(JInternalFrame) - ? ????javax.swing.InternalFrameFocusTraversalPolicy
Returns the Component that should receive the focus when a JInternalFrame is selected for the first time.
getInitialContext(Hashtable<?, ?>) - ?? ????javax.naming.spi.InitialContextFactory
Creates an Initial Context for beginning name resolution.
getInitialContext(Hashtable<?, ?>) - ? ??????javax.naming.spi.NamingManager
Creates an initial context using the specified environment properties.
getInitialDelay() - ? ????javax.swing.Timer
Returns the Timer's initial delay.
getInitialDelay() - ? ????javax.swing.ToolTipManager
Returns the initial delay value.
getInitialLocation(Insets) - ? ????javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Returns the left inset, unless the Insets are null in which case 0 is returned.
getInitialPolicies() - ? ????java.security.cert.PKIXParameters
Returns an immutable Set of initial policy identifiers (OID strings), indicating that any one of these policies would be acceptable to the certificate user for the purposes of certification path processing.
getInitialSelectionValue() - ? ????javax.swing.JOptionPane
Returns the input value that is displayed as initially selected to the user.
getInitialValue() - ? ????javax.swing.JOptionPane
Returns the initial value.
getInitialValueIndex() - ? ????javax.swing.plaf.basic.BasicOptionPaneUI
Returns the initial index into the buttons to select.
getInitiatedClasses(ClassLoader) - ?? ????java.lang.instrument.Instrumentation
Returns an array of all classes for which loader is an initiating loader.
getInitiatorAddress() - ? ????org.ietf.jgss.ChannelBinding
Get the initiator's address for this channel binding.
getInitThreshold() - ? ????javax.management.monitor.CounterMonitor
Gets the initial threshold value common to all observed objects.
getInitThreshold() - ?? ????javax.management.monitor.CounterMonitorMBean
Gets the initial threshold value common to all observed objects.
getInput() - ???? ????java.net.URISyntaxException
Returns the input string.
getInput() - ???? ????java.nio.file.InvalidPathException
Returns the input string.
getInput() - ? ????javax.imageio.ImageReader
Returns the ImageInputStream or other Object previously set as the input source.
getInput() - ?? ????org.w3c.dom.ls.LSLoadEvent
The input source that was parsed.
getInput() - ?? ????org.w3c.dom.ls.LSProgressEvent
The input source that is being parsed.
getInputArguments() - ?? ????java.lang.management.RuntimeMXBean
Returns the input arguments passed to the Java virtual machine which does not include the arguments to the main method.
getInputAttributes() - ? ????javax.swing.JTextPane
Gets the input attributes for the pane.
getInputAttributes() - ? ????javax.swing.text.html.HTMLEditorKit
Gets the input attributes used for the styled editing actions.
getInputAttributes() - ? ????javax.swing.text.StyledEditorKit
Gets the input attributes for the pane.
getInputClass() - ? ????javax.imageio.spi.ImageInputStreamSpi
Returns a Class object representing the class or interface type that must be implemented by an input source in order to be "wrapped" in an ImageInputStream via the createInputStreamInstance method.
getInputContext() - ? ????java.awt.Component
Gets the input context used by this component for handling the communication with input methods when text is entered in this component.
getInputContext() - ? ????java.awt.Window
Gets the input context for this window.
getInputEncoding() - ?? ????org.w3c.dom.Document
An attribute specifying the encoding used for this document at the time of the parsing.
getInputEncoding() - ?? ????org.w3c.dom.Entity
An attribute specifying the encoding used for this entity at the time of parsing, when it is an external parsed entity.
getInputEvent() - ? ????javax.swing.event.HyperlinkEvent
Returns the InputEvent that triggered the hyperlink event.
getInputLength() - ???? ????java.nio.charset.MalformedInputException
Returns the length of the input.
getInputLength() - ???? ????java.nio.charset.UnmappableCharacterException
Returns the length of the input.
getInputMap(int) - ? ????javax.swing.JComponent
Returns the InputMap that is used during condition.
getInputMap() - ? ????javax.swing.JComponent
Returns the InputMap that is used when the component has focus.
getInputMethodControlObject() - ? ????java.awt.im.InputContext
Returns a control object from the current input method, or null.
getInputMethodDisplayName(Locale, Locale) - ?? ????java.awt.im.spi.InputMethodDescriptor
Returns the user-visible name of the corresponding input method for the given input locale in the language in which the name will be displayed.
getInputMethodIcon(Locale) - ?? ????java.awt.im.spi.InputMethodDescriptor
Returns an icon for the corresponding input method.
getInputMethodListeners() - ? ????java.awt.Component
Returns an array of all the input method listeners registered on this component.
getInputMethodRequests() - ? ????java.awt.Component
Gets the input method request handler which supports requests from input methods for this component.
getInputMethodRequests() - ? ????java.awt.TextComponent
 
getInputMethodRequests() - ? ????javax.swing.text.JTextComponent
 
getInputSource() - ? ????javax.xml.transform.sax.SAXSource
Get the SAX InputSource to be used for the Source.
getInputStream() - ? ????java.lang.Process
Returns the input stream connected to the normal output of the subprocess.
getInputStream() - ? ????java.net.Socket
Returns an input stream for this socket.
getInputStream() - ? ????java.net.SocketImpl
Returns an input stream for this socket.
getInputStream() - ? ????java.net.URLConnection
Returns an input stream that reads from this open connection.
getInputStream() - ?? ????java.rmi.server.RemoteCall
????
no replacement
getInputStream(ZipEntry) - ? ????java.util.jar.JarFile
Returns an input stream for reading the contents of the specified zip file entry.
getInputStream(ZipEntry) - ? ????java.util.zip.ZipFile
Returns an input stream for reading the contents of the specified zip file entry.
getInputStream() - ? ????javax.activation.DataHandler
Get the InputStream for this object.
getInputStream() - ?? ????javax.activation.DataSource
This method returns an InputStream representing the data and throws the appropriate exception if it can not do so.
getInputStream() - ? ????javax.activation.FileDataSource
This method will return an InputStream representing the the data and will throw an IOException if it can not do so.
getInputStream() - ? ????javax.activation.URLDataSource
The getInputStream method from the URL.
getInputStream() - ? ????javax.xml.transform.stream.StreamSource
Get the byte stream that was set with setByteStream.
getInputStream() - ???? ????org.omg.CORBA.portable.ApplicationException
Returns the input stream from which the exception data can be read as its parameters.
getInputTypes() - ? ????javax.imageio.spi.ImageReaderSpi
Returns an array of Class objects indicating what types of objects may be used as arguments to the reader's setInput method.
getInputValue() - ? ????javax.swing.JOptionPane
Returns the value the user has input, if wantsInput is true.
getInputVerifier() - ? ????javax.swing.JComponent
Returns the input verifier for this component.
getInsertionIndex() - ? ????java.awt.font.TextHitInfo
Returns the insertion index.
getInsertPositionOffset() - ?? ????java.awt.im.InputMethodRequests
Gets the offset of the insert position in the committed text contained in the text editing component.
getInset(int, View) - ? ????javax.swing.text.html.StyleSheet.BoxPainter
Fetches the inset needed on a given side to account for the margin, border, and padding.
getInsets() - ? ????java.awt.Container
Determines the insets of this container, which indicate the size of the container's border.
getInsets() - ? ????javax.swing.JComponent
If a border has been set on this component, returns the border's insets; otherwise calls super.getInsets.
getInsets(Insets) - ? ????javax.swing.JComponent
Returns an Insets object containing this component's inset values.
getInsets() - ? ????javax.swing.JViewport
Returns the insets (border) dimensions as (0,0,0,0), since borders are not supported on a JViewport.
getInsets(Insets) - ? ????javax.swing.JViewport
Returns an Insets object containing this JViewports inset values.
getInsets() - ? ????javax.swing.plaf.basic.BasicComboBoxUI
Gets the insets from the JComboBox.
getInsets(JComponent) - ? ????javax.swing.plaf.basic.BasicDesktopIconUI
 
getInsets() - ? ????javax.swing.plaf.basic.BasicSplitPaneDivider
If a border has been set on this component, returns the border's insets, else calls super.getInsets.
getInsets(JComponent) - ? ????javax.swing.plaf.basic.BasicSplitPaneUI
Returns the insets.
getInsets() - ? ????javax.swing.plaf.basic.BasicToolBarUI.DragWindow
 
getInsets(SynthContext, Insets) - ? ????javax.swing.plaf.nimbus.NimbusStyle
Returns the Insets that are used to calculate sizing information.
getInsets(SynthContext, Insets) - ? ????javax.swing.plaf.synth.SynthStyle
Returns the Insets that are used to calculate sizing information.
getInsets(Object) - ? ????javax.swing.UIDefaults
If the value of key is an Insets return it, otherwise return null.
getInsets(Object, Locale) - ? ????javax.swing.UIDefaults
If the value of key for the given Locale is an Insets return it, otherwise return null.
getInsets(Object) - ? ??????javax.swing.UIManager
Returns an Insets object from the defaults.
getInsets(Object, Locale) - ? ??????javax.swing.UIManager
Returns an Insets object from the defaults that is appropriate for the given locale.
getInsetSpan(int) - ? ????javax.swing.text.AsyncBoxView
Fetch the span along an axis that is taken up by the insets.
getInsideAllocation(Shape) - ? ????javax.swing.text.CompositeView
Translates the immutable allocation given to the view to a mutable allocation that represents the interior allocation (i.e. the bounds of the given allocation with the top, left, bottom, and right insets removed.
getInsideBorder() - ? ????javax.swing.border.CompoundBorder
Returns the inside border object.
getInstalledLookAndFeels() - ? ??????javax.swing.UIManager
Returns an array of LookAndFeelInfos representing the LookAndFeel implementations currently available.
getInstance(int) - ? ??????java.awt.AlphaComposite
Creates an AlphaComposite object with the specified rule.
getInstance(int, float) - ? ??????java.awt.AlphaComposite
Creates an AlphaComposite object with the specified rule and the constant alpha to multiply with the alpha of the source.
getInstance(int) - ? ??????java.awt.color.ColorSpace
Returns a ColorSpace representing one of the specific predefined color spaces.
getInstance(byte[]) - ? ??????java.awt.color.ICC_Profile
Constructs an ICC_Profile object corresponding to the data in a byte array.
getInstance(int) - ? ??????java.awt.color.ICC_Profile
Constructs an ICC_Profile corresponding to one of the specific color spaces defined by the ColorSpace class (for example CS_sRGB).
getInstance(String) - ? ??????java.awt.color.ICC_Profile
Constructs an ICC_Profile corresponding to the data in a file.
getInstance(InputStream) - ? ??????java.awt.color.ICC_Profile
Constructs an ICC_Profile corresponding to the data in an InputStream.
getInstance() - ? ??????java.awt.im.InputContext
Returns a new InputContext instance.
getInstance(String) - ? ??????java.security.AlgorithmParameterGenerator
Returns an AlgorithmParameterGenerator object for generating a set of parameters to be used with the specified algorithm.
getInstance(String, String) - ? ??????java.security.AlgorithmParameterGenerator
Returns an AlgorithmParameterGenerator object for generating a set of parameters to be used with the specified algorithm.
getInstance(String, Provider) - ? ??????java.security.AlgorithmParameterGenerator
Returns an AlgorithmParameterGenerator object for generating a set of parameters to be used with the specified algorithm.
getInstance(String) - ? ??????java.security.AlgorithmParameters
Returns a parameter object for the specified algorithm.
getInstance(String, String) - ? ??????java.security.AlgorithmParameters
Returns a parameter object for the specified algorithm.
getInstance(String, Provider) - ? ??????java.security.AlgorithmParameters
Returns a parameter object for the specified algorithm.
getInstance(String) - ? ??????java.security.cert.CertificateFactory
Returns a certificate factory object that implements the specified certificate type.
getInstance(String, String) - ? ??????java.security.cert.CertificateFactory
Returns a certificate factory object for the specified certificate type.
getInstance(String, Provider) - ? ??????java.security.cert.CertificateFactory
Returns a certificate factory object for the specified certificate type.
getInstance(String) - ? ??????java.security.cert.CertPathBuilder
Returns a CertPathBuilder object that implements the specified algorithm.
getInstance(String, String) - ? ??????java.security.cert.CertPathBuilder
Returns a CertPathBuilder object that implements the specified algorithm.
getInstance(String, Provider) - ? ??????java.security.cert.CertPathBuilder
Returns a CertPathBuilder object that implements the specified algorithm.
getInstance(String) - ? ??????java.security.cert.CertPathValidator
Returns a CertPathValidator object that implements the specified algorithm.
getInstance(String, String) - ? ??????java.security.cert.CertPathValidator
Returns a CertPathValidator object that implements the specified algorithm.
getInstance(String, Provider) - ? ??????java.security.cert.CertPathValidator
Returns a CertPathValidator object that implements the specified algorithm.
getInstance(String, CertStoreParameters) - ? ??????java.security.cert.CertStore
Returns a CertStore object that implements the specified CertStore type and is initialized with the specified parameters.
getInstance(String, CertStoreParameters, String) - ? ??????java.security.cert.CertStore
Returns a CertStore object that implements the specified CertStore type.
getInstance(String, CertStoreParameters, Provider) - ? ??????java.security.cert.CertStore
Returns a CertStore object that implements the specified CertStore type.
getInstance(String) - ? ??????java.security.KeyFactory
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
getInstance(String, String) - ? ??????java.security.KeyFactory
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
getInstance(String, Provider) - ? ??????java.security.KeyFactory
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
getInstance(String) - ? ??????java.security.KeyPairGenerator
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
getInstance(String, String) - ? ??????java.security.KeyPairGenerator
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
getInstance(String, Provider) - ? ??????java.security.KeyPairGenerator
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
getInstance(String) - ? ??????java.security.KeyStore
Returns a keystore object of the specified type.
getInstance(String, String) - ? ??????java.security.KeyStore
Returns a keystore object of the specified type.
getInstance(String, Provider) - ? ??????java.security.KeyStore
Returns a keystore object of the specified type.
getInstance(String) - ? ??????java.security.MessageDigest
Returns a MessageDigest object that implements the specified digest algorithm.
getInstance(String, String) - ? ??????java.security.MessageDigest
Returns a MessageDigest object that implements the specified digest algorithm.
getInstance(String, Provider) - ? ??????java.security.MessageDigest
Returns a MessageDigest object that implements the specified digest algorithm.
getInstance(String, Policy.Parameters) - ? ??????java.security.Policy
Returns a Policy object of the specified type.
getInstance(String, Policy.Parameters, String) - ? ??????java.security.Policy
Returns a Policy object of the specified type.
getInstance(String, Policy.Parameters, Provider) - ? ??????java.security.Policy
Returns a Policy object of the specified type.
getInstance(String) - ? ??????java.security.SecureRandom
Returns a SecureRandom object that implements the specified Random Number Generator (RNG) algorithm.
getInstance(String, String) - ? ??????java.security.SecureRandom
Returns a SecureRandom object that implements the specified Random Number Generator (RNG) algorithm.
getInstance(String, Provider) - ? ??????java.security.SecureRandom
Returns a SecureRandom object that implements the specified Random Number Generator (RNG) algorithm.
getInstance(String) - ? ??????java.security.Signature
Returns a Signature object that implements the specified signature algorithm.
getInstance(String, String) - ? ??????java.security.Signature
Returns a Signature object that implements the specified signature algorithm.
getInstance(String, Provider) - ? ??????java.security.Signature
Returns a Signature object that implements the specified signature algorithm.
getInstance() - ? ??????java.text.Collator
Gets the Collator for the current default locale.
getInstance(Locale) - ? ??????java.text.Collator
Gets the Collator for the desired locale.
getInstance() - ? ??????java.text.DateFormat
Get a default date/time formatter that uses the SHORT style for both the date and the time.
getInstance() - ? ??????java.text.DateFormatSymbols
Gets the DateFormatSymbols instance for the default locale.
getInstance(Locale) - ? ??????java.text.DateFormatSymbols
Gets the DateFormatSymbols instance for the specified locale.
getInstance() - ? ??????java.text.DecimalFormatSymbols
Gets the DecimalFormatSymbols instance for the default locale.
getInstance(Locale) - ? ??????java.text.DecimalFormatSymbols
Gets the DecimalFormatSymbols instance for the specified locale.
getInstance() - ? ??????java.text.NumberFormat
Returns a general-purpose number format for the current default FORMAT locale.
getInstance(Locale) - ? ??????java.text.NumberFormat
Returns a general-purpose number format for the specified locale.
getInstance(Locale) - ? ????java.text.spi.CollatorProvider
Returns a new Collator instance for the specified locale.
getInstance(Locale) - ? ????java.text.spi.DateFormatSymbolsProvider
Returns a new DateFormatSymbols instance for the specified locale.
getInstance(Locale) - ? ????java.text.spi.DecimalFormatSymbolsProvider
Returns a new DecimalFormatSymbols instance for the specified locale.
getInstance() - ? ??????java.util.Calendar
Gets a calendar using the default time zone and locale.
getInstance(TimeZone) - ? ??????java.util.Calendar
Gets a calendar using the specified time zone and default locale.
getInstance(Locale) - ? ??????java.util.Calendar
Gets a calendar using the default time zone and specified locale.
getInstance(TimeZone, Locale) - ? ??????java.util.Calendar
Gets a calendar with the specified time zone and locale.
getInstance(String) - ? ??????java.util.Currency
Returns the Currency instance for the given currency code.
getInstance(Locale) - ? ??????java.util.Currency
Returns the Currency instance for the country of the given locale.
getInstance(String) - ? ??????javax.crypto.Cipher
Returns a Cipher object that implements the specified transformation.
getInstance(String, String) - ? ??????javax.crypto.Cipher
Returns a Cipher object that implements the specified transformation.
getInstance(String, Provider) - ? ??????javax.crypto.Cipher
Returns a Cipher object that implements the specified transformation.
getInstance(String) - ? ??????javax.crypto.ExemptionMechanism
Returns an ExemptionMechanism object that implements the specified exemption mechanism algorithm.
getInstance(String, String) - ? ??????javax.crypto.ExemptionMechanism
Returns an ExemptionMechanism object that implements the specified exemption mechanism algorithm.
getInstance(String, Provider) - ? ??????javax.crypto.ExemptionMechanism
Returns an ExemptionMechanism object that implements the specified exemption mechanism algorithm.
getInstance(String) - ? ??????javax.crypto.KeyAgreement
Returns a KeyAgreement object that implements the specified key agreement algorithm.
getInstance(String, String) - ? ??????javax.crypto.KeyAgreement
Returns a KeyAgreement object that implements the specified key agreement algorithm.
getInstance(String, Provider) - ? ??????javax.crypto.KeyAgreement
Returns a KeyAgreement object that implements the specified key agreement algorithm.
getInstance(String) - ? ??????javax.crypto.KeyGenerator
Returns a KeyGenerator object that generates secret keys for the specified algorithm.
getInstance(String, String) - ? ??????javax.crypto.KeyGenerator
Returns a KeyGenerator object that generates secret keys for the specified algorithm.
getInstance(String, Provider) - ? ??????javax.crypto.KeyGenerator
Returns a KeyGenerator object that generates secret keys for the specified algorithm.
getInstance(String) - ? ??????javax.crypto.Mac
Returns a Mac object that implements the specified MAC algorithm.
getInstance(String, String) - ? ??????javax.crypto.Mac
Returns a Mac object that implements the specified MAC algorithm.
getInstance(String, Provider) - ? ??????javax.crypto.Mac
Returns a Mac object that implements the specified MAC algorithm.
getInstance(String) - ? ??????javax.crypto.SecretKeyFactory
Returns a SecretKeyFactory object that converts secret keys of the specified algorithm.
getInstance(String, String) - ? ??????javax.crypto.SecretKeyFactory
Returns a SecretKeyFactory object that converts secret keys of the specified algorithm.
getInstance(String, Provider) - ? ??????javax.crypto.SecretKeyFactory
Returns a SecretKeyFactory object that converts secret keys of the specified algorithm.
getInstance(String) - ? ??????javax.management.ObjectName
Return an instance of ObjectName that can be used anywhere an object obtained with new ObjectName(name) can be used.
getInstance(String, String, String) - ? ??????javax.management.ObjectName
Return an instance of ObjectName that can be used anywhere an object obtained with new ObjectName(domain, key, value) can be used.
getInstance(String, Hashtable<String, String>) - ? ??????javax.management.ObjectName
Return an instance of ObjectName that can be used anywhere an object obtained with new ObjectName(domain, table) can be used.
getInstance(ObjectName) - ? ??????javax.management.ObjectName
Return an instance of ObjectName that can be used anywhere the given object can be used.
getInstance(String) - ? ??????javax.net.ssl.KeyManagerFactory
Returns a KeyManagerFactory object that acts as a factory for key managers.
getInstance(String, String) - ? ??????javax.net.ssl.KeyManagerFactory
Returns a KeyManagerFactory object that acts as a factory for key managers.
getInstance(String, Provider) - ? ??????javax.net.ssl.KeyManagerFactory
Returns a KeyManagerFactory object that acts as a factory for key managers.
getInstance(String) - ? ??????javax.net.ssl.SSLContext
Returns a SSLContext object that implements the specified secure socket protocol.
getInstance(String, String) - ? ??????javax.net.ssl.SSLContext
Returns a SSLContext object that implements the specified secure socket protocol.
getInstance(String, Provider) - ? ??????javax.net.ssl.SSLContext
Returns a SSLContext object that implements the specified secure socket protocol.
getInstance(String) - ? ??????javax.net.ssl.TrustManagerFactory
Returns a TrustManagerFactory object that acts as a factory for trust managers.
getInstance(String, String) - ? ??????javax.net.ssl.TrustManagerFactory
Returns a TrustManagerFactory object that acts as a factory for trust managers.
getInstance(String, Provider) - ? ??????javax.net.ssl.TrustManagerFactory
Returns a TrustManagerFactory object that acts as a factory for trust managers.
getInstance(File) - ? ??????javax.security.auth.kerberos.KeyTab
Returns a KeyTab instance from a File object that is bound to an unknown service principal.
getInstance(KerberosPrincipal, File) - ? ??????javax.security.auth.kerberos.KeyTab
Returns a KeyTab instance from a File object that is bound to the specified service principal.
getInstance() - ? ??????javax.security.auth.kerberos.KeyTab
Returns the default KeyTab instance that is bound to an unknown service principal.
getInstance(KerberosPrincipal) - ? ??????javax.security.auth.kerberos.KeyTab
Returns the default KeyTab instance that is bound to the specified service principal.
getInstance(String, Configuration.Parameters) - ? ??????javax.security.auth.login.Configuration
Returns a Configuration object of the specified type.
getInstance(String, Configuration.Parameters, String) - ? ??????javax.security.auth.login.Configuration
Returns a Configuration object of the specified type.
getInstance(String, Configuration.Parameters, Provider) - ? ??????javax.security.auth.login.Configuration
Returns a Configuration object of the specified type.
getInstance(InputStream) - ? ??????javax.security.cert.X509Certificate
Instantiates an X509Certificate object, and initializes it with the data read from the input stream inStream.
getInstance(byte[]) - ? ??????javax.security.cert.X509Certificate
Instantiates an X509Certificate object, and initializes it with the specified byte array.
getInstance(String) - ? ??????javax.sql.rowset.spi.SyncFactory
Returns the SyncProvider instance identified by providerID.
getInstance() - ? ??????javax.swing.LayoutStyle
Returns the shared instance of LayoutStyle.
getInstance(String) - ? ??????javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
Returns a KeyInfoFactory that supports the specified XML processing mechanism and representation type (ex: "DOM").
getInstance(String, Provider) - ? ??????javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
Returns a KeyInfoFactory that supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.
getInstance(String, String) - ? ??????javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
Returns a KeyInfoFactory that supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.
getInstance() - ? ??????javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
Returns a KeyInfoFactory that supports the default XML processing mechanism and representation type ("DOM").
getInstance(String, String) - ? ??????javax.xml.crypto.dsig.TransformService
Returns a TransformService that supports the specified algorithm URI (ex: Transform.XPATH2) and mechanism type (ex: DOM).
getInstance(String, String, Provider) - ? ??????javax.xml.crypto.dsig.TransformService
Returns a TransformService that supports the specified algorithm URI (ex: Transform.XPATH2) and mechanism type (ex: DOM) as supplied by the specified provider.
getInstance(String, String, String) - ? ??????javax.xml.crypto.dsig.TransformService
Returns a TransformService that supports the specified algorithm URI (ex: Transform.XPATH2) and mechanism type (ex: DOM) as supplied by the specified provider.
getInstance(String) - ? ??????javax.xml.crypto.dsig.XMLSignatureFactory
Returns an XMLSignatureFactory that supports the specified XML processing mechanism and representation type (ex: "DOM").
getInstance(String, Provider) - ? ??????javax.xml.crypto.dsig.XMLSignatureFactory
Returns an XMLSignatureFactory that supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.
getInstance(String, String) - ? ??????javax.xml.crypto.dsig.XMLSignatureFactory
Returns an XMLSignatureFactory that supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.
getInstance() - ? ??????javax.xml.crypto.dsig.XMLSignatureFactory
Returns an XMLSignatureFactory that supports the default XML processing mechanism and representation type ("DOM").
getInstance() - ? ??????org.ietf.jgss.GSSManager
Returns the default GSSManager implementation.
getInstanceFollowRedirects() - ? ????java.net.HttpURLConnection
Returns the value of this HttpURLConnection's instanceFollowRedirects field.
getInstanceOf(Object, Class<?>) - ? ??????java.beans.Beans
From a given bean, obtain an object representing a specified type view of that source object.
getInstanceStrong() - ? ??????java.security.SecureRandom
Returns a SecureRandom object that was selected by using the algorithms/providers specified in the securerandom.strongAlgorithms Security property.
getInstant() - ? ????java.time.zone.ZoneOffsetTransition
Gets the transition instant.
getInstantiatedMethodType() - ? ????java.lang.invoke.SerializedLambda
Get the signature of the primary functional interface method after type variables are substituted with their instantiation from the capture site.
getInstrument(Patch) - ?? ????javax.sound.midi.Soundbank
Obtains an Instrument from the given Patch.
getInstruments() - ?? ????javax.sound.midi.Soundbank
Obtains a list of instruments contained in this sound bank.
getInt(Object, int) - ? ??????java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as an int.
getInt(Object) - ? ????java.lang.reflect.Field
Gets the value of a static or instance field of type int or of another primitive type convertible to type int via a widening conversion.
getInt() - ? ????java.nio.ByteBuffer
Relative get method for reading an int value.
getInt(int) - ? ????java.nio.ByteBuffer
Absolute get method for reading an int value.
getInt(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC INTEGER parameter as an int in the Java programming language.
getInt(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC INTEGER parameter as an int in the Java programming language.
getInt(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String, int) - ? ????java.util.prefs.AbstractPreferences
Implements the getInt method as per the specification in Preferences.getInt(String,int).
getInt(String, int) - ? ????java.util.prefs.Preferences
Returns the int value represented by the string associated with the specified key in this preference node.
getInt(SynthContext, Object, int) - ? ????javax.swing.plaf.synth.SynthStyle
Convenience method to get a specific style property whose value is a Number.
getInt(Object) - ? ????javax.swing.UIDefaults
If the value of key is an Integer return its integer value, otherwise return 0.
getInt(Object, Locale) - ? ????javax.swing.UIDefaults
If the value of key for the given Locale is an Integer return its integer value, otherwise return 0.
getInt(Object) - ? ??????javax.swing.UIManager
Returns an integer from the defaults.
getInt(Object, Locale) - ? ??????javax.swing.UIManager
Returns an integer from the defaults that is appropriate for the given locale.
getInteger(String) - ? ??????java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, int) - ? ??????java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, Integer) - ? ??????java.lang.Integer
Returns the integer value of the system property with the specified name.
getIntegerAttributeValue(AttributeSet, HTML.Attribute, int) - ? ??????javax.swing.text.html.HTML
Fetches an integer attribute value.
getIntegerInstance() - ? ??????java.text.NumberFormat
Returns an integer number format for the current default FORMAT locale.
getIntegerInstance(Locale) - ? ??????java.text.NumberFormat
Returns an integer number format for the specified locale.
getIntegerInstance(Locale) - ? ????java.text.spi.NumberFormatProvider
Returns a new NumberFormat instance which formats integer values for the specified locale.
getIntegState() - ?? ????org.ietf.jgss.GSSContext
Determines if data integrity is available over the context.
getIntercellSpacing() - ? ????javax.swing.JTable
Returns the horizontal and vertical space between cells.
getInterface() - ? ????java.net.MulticastSocket
Retrieve the address of the network interface used for multicast packets.
getInterface(Class<T>) - ?? ????javax.script.Invocable
Returns an implementation of an interface using functions compiled in the interpreter.
getInterface(Object, Class<T>) - ?? ????javax.script.Invocable
Returns an implementation of an interface using member functions of a scripting object compiled in the interpreter.
getInterfaceAddresses() - ? ????java.net.NetworkInterface
Get a List of all or a subset of the InterfaceAddresses of this network interface.
getInterfaces() - ? ????java.lang.Class
Determines the interfaces implemented by the class or interface represented by this object.
getInterfaces() - ?? ????javax.lang.model.element.TypeElement
Returns the interface types directly implemented by this class or extended by this interface.
getInteriorRectangle(Component, int, int, int, int) - ? ????javax.swing.border.AbstractBorder
This convenience method calls the static method.
getInteriorRectangle(Component, Border, int, int, int, int) - ? ??????javax.swing.border.AbstractBorder
Returns a rectangle using the arguments minus the insets of the border.
getInternalFrame() - ? ????javax.swing.event.InternalFrameEvent
Returns the originator of the event.
getInternalFrame() - ? ????javax.swing.JInternalFrame.JDesktopIcon
Returns the JInternalFrame that this DesktopIcon is associated with.
getInternalFrameAltMaximizeIcon(int) - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getInternalFrameBorder() - ? ??????javax.swing.plaf.basic.BasicBorders
 
getInternalFrameCloseIcon(int) - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getInternalFrameDefaultMenuIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getInternalFrameListeners() - ? ????javax.swing.JInternalFrame
Returns an array of all the InternalFrameListeners added to this JInternalFrame with addInternalFrameListener.
getInternalFrameMaximizeIcon(int) - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getInternalFrameMinimizeIcon(int) - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getInternalSubset() - ?? ????org.w3c.dom.DocumentType
The internal subset as a string, or null if there is none.
getInternationalCurrencySymbol() - ? ????java.text.DecimalFormatSymbols
Returns the ISO 4217 currency code of the currency of these DecimalFormatSymbols.
getInterpolationType() - ? ????java.awt.image.AffineTransformOp
Returns the interpolation type used by this op.
getIntParameter(int) - ? ????java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as an int.
getInvalidCharacters() - ? ????javax.swing.text.MaskFormatter
Returns the characters that are not valid for input.
getInvalidityDate() - ???? ????java.security.cert.CertificateRevokedException
Returns the invalidity date, as specified in the Invalidity Date extension of this CertificateRevokedException.
getInverted() - ? ????javax.swing.JSlider
Returns true if the value-range shown for the slider is reversed,
getInvocationHandler(Object) - ? ??????java.lang.reflect.Proxy
Returns the invocation handler for the specified proxy instance.
getInvoker() - ? ????javax.swing.JPopupMenu
Returns the component which is the 'invoker' of this popup menu.
getInvokesStopCellEditing() - ? ????javax.swing.JTree
Returns the indicator that tells what happens when editing is interrupted.
getIOException() - ???? ????java.awt.print.PrinterIOException
Returns the IOException that terminated the print job.
getISO3Country() - ? ????java.util.Locale
Returns a three-letter abbreviation for this locale's country.
getISO3Language() - ? ????java.util.Locale
Returns a three-letter abbreviation of this locale's language.
getISOCountries() - ? ??????java.util.Locale
Returns a list of all 2-letter country codes defined in ISO 3166.
getISOLanguages() - ? ??????java.util.Locale
Returns a list of all 2-letter language codes defined in ISO 639.
getIssuer() - ? ????java.security.cert.X509CertSelector
Returns the issuer criterion as an X500Principal.
getIssuerAlternativeNames() - ? ????java.security.cert.X509Certificate
Gets an immutable collection of issuer alternative names from the IssuerAltName extension, (OID = 2.5.29.18).
getIssuerAsBytes() - ? ????java.security.cert.X509CertSelector
Returns the issuer criterion as a byte array.
getIssuerAsString() - ? ????java.security.cert.X509CertSelector
getIssuerDN() - ? ????java.security.cert.X509Certificate
getIssuerDN() - ? ????java.security.cert.X509CRL
Denigrated, replaced by X509CRL.getIssuerX500Principal().
getIssuerDN() - ? ????javax.security.cert.X509Certificate
Gets the issuer (issuer distinguished name) value from the certificate.
getIssuerName() - ?? ????javax.xml.crypto.dsig.keyinfo.X509IssuerSerial
Returns the X.500 distinguished name of this X509IssuerSerial in RFC 2253 String format.
getIssuerNames() - ? ????java.security.cert.X509CRLSelector
Returns a copy of the issuerNames criterion.
getIssuers() - ? ????java.security.cert.X509CRLSelector
Returns the issuerNames criterion.
getIssuerUniqueID() - ? ????java.security.cert.X509Certificate
Gets the issuerUniqueID value from the certificate.
getIssuerX500Principal() - ? ????java.security.cert.X509Certificate
Returns the issuer (issuer distinguished name) value from the certificate as an X500Principal.
getIssuerX500Principal() - ? ????java.security.cert.X509CRL
Returns the issuer (issuer distinguished name) value from the CRL as an X500Principal.
getItalicAngle() - ? ????java.awt.Font
Returns the italic angle of this Font.
getItem(int) - ? ????java.awt.Choice
Gets the string at the specified index in this Choice menu.
getItem() - ? ????java.awt.event.ItemEvent
Returns the item affected by the event.
getItem(int) - ? ????java.awt.List
Gets the item associated with the specified index.
getItem(int) - ? ????java.awt.Menu
Gets the item located at the specified index of this menu.
getItem() - ?? ????javax.swing.ComboBoxEditor
Return the edited item
getItem(int) - ? ????javax.swing.JMenu
Returns the JMenuItem at the specified position.
getItem() - ? ????javax.swing.plaf.basic.BasicComboBoxEditor
 
getItemAt(int) - ? ????javax.swing.JComboBox
Returns the list item at the specified index.
getItemCount() - ? ????java.awt.Choice
Returns the number of items in this Choice menu.
getItemCount() - ? ????java.awt.List
Gets the number of items in the list.
getItemCount() - ? ????java.awt.Menu
Get the number of items in this menu.
getItemCount() - ? ????javax.swing.JComboBox
Returns the number of items in the list.
getItemCount() - ? ????javax.swing.JMenu
Returns the number of items on the menu, including separators.
getItemListeners() - ? ????java.awt.Checkbox
Returns an array of all the item listeners registered on this checkbox.
getItemListeners() - ? ????java.awt.CheckboxMenuItem
Returns an array of all the item listeners registered on this checkbox menuitem.
getItemListeners() - ? ????java.awt.Choice
Returns an array of all the item listeners registered on this choice.
getItemListeners() - ? ????java.awt.List
Returns an array of all the item listeners registered on this list.
getItemListeners() - ? ????javax.swing.AbstractButton
Returns an array of all the ItemListeners added to this AbstractButton with addItemListener().
getItemListeners() - ? ????javax.swing.DefaultButtonModel
Returns an array of all the item listeners registered on this DefaultButtonModel.
getItemListeners() - ? ????javax.swing.JComboBox
Returns an array of all the ItemListeners added to this JComboBox with addItemListener().
getItems() - ? ????java.awt.List
Gets the items in the list.
getItemSelectable() - ? ????java.awt.event.ItemEvent
Returns the originator of the event.
getIterationCount() - ?? ????javax.crypto.interfaces.PBEKey
Returns the iteration count or 0 if not specified.
getIterationCount() - ? ????javax.crypto.spec.PBEKeySpec
Returns the iteration count or 0 if not specified.
getIterationCount() - ? ????javax.crypto.spec.PBEParameterSpec
Returns the iteration count.
getIterator() - ? ????java.text.AttributedString
Creates an AttributedCharacterIterator instance that provides access to the entire contents of this string.
getIterator(AttributedCharacterIterator.Attribute[]) - ? ????java.text.AttributedString
Creates an AttributedCharacterIterator instance that provides access to selected contents of this string.
getIterator(AttributedCharacterIterator.Attribute[], int, int) - ? ????java.text.AttributedString
Creates an AttributedCharacterIterator instance that provides access to selected contents of this string.
getIterator(HTML.Tag) - ? ????javax.swing.text.html.HTMLDocument
Fetches an iterator for the specified HTML tag.
getIV() - ? ????javax.crypto.Cipher
Returns the initialization vector (IV) in a new buffer.
getIV() - ? ????javax.crypto.spec.GCMParameterSpec
Returns the Initialization Vector (IV).
getIV() - ? ????javax.crypto.spec.IvParameterSpec
Returns the initialization vector (IV).
getIV() - ? ????javax.crypto.spec.RC2ParameterSpec
Returns the IV or null if this parameter set does not contain an IV.
getIV() - ? ????javax.crypto.spec.RC5ParameterSpec
Returns the IV or null if this parameter set does not contain an IV.
getJarEntry() - ? ????java.net.JarURLConnection
Return the JAR entry object for this connection, if any.
getJarEntry(String) - ? ????java.util.jar.JarFile
Returns the JarEntry for the given entry name or null if not found.
getJarFile() - ? ????java.net.JarURLConnection
Return the JAR file for this connection.
getJarFiles() - ? ????javax.management.loading.MLetContent
Gets the list of .jar files specified by the ARCHIVE attribute of the MLET tag.
getJarFileURL() - ? ????java.net.JarURLConnection
Returns the URL for the Jar file for this connection.
getJavaEncoding(String) - ? ????javax.xml.bind.helpers.AbstractMarshallerImpl
Gets the corresponding Java encoding name from an IANA name.
getJavaFileForInput(JavaFileManager.Location, String, JavaFileObject.Kind) - ? ????javax.tools.ForwardingJavaFileManager
 
getJavaFileForInput(JavaFileManager.Location, String, JavaFileObject.Kind) - ?? ????javax.tools.JavaFileManager
Gets a file object for input representing the specified class of the specified kind in the given location.
getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - ? ????javax.tools.ForwardingJavaFileManager
 
getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - ?? ????javax.tools.JavaFileManager
Gets a file object for output representing the specified class of the specified kind in the given location.
getJavaFileObjects(File...) - ?? ????javax.tools.StandardJavaFileManager
Gets file objects representing the given files.
getJavaFileObjects(String...) - ?? ????javax.tools.StandardJavaFileManager
Gets file objects representing the given file names.
getJavaFileObjectsFromFiles(Iterable<? extends File>) - ?? ????javax.tools.StandardJavaFileManager
Gets file objects representing the given files.
getJavaFileObjectsFromStrings(Iterable<String>) - ?? ????javax.tools.StandardJavaFileManager
Gets file objects representing the given file names.
getJavaInitializationString() - ?? ????java.beans.PropertyEditor
Returns a fragment of Java code that can be used to set a property to match the editors current state.
getJavaInitializationString() - ? ????java.beans.PropertyEditorSupport
This method is intended for use when generating Java code to set the value of the property.
getJAXBNode(XmlNode) - ? ????javax.xml.bind.Binder
Gets the JAXB object associated with the given XML element.
getJDBCMajorVersion() - ?? ????java.sql.DatabaseMetaData
Retrieves the major JDBC version number for this driver.
getJDBCMinorVersion() - ?? ????java.sql.DatabaseMetaData
Retrieves the minor JDBC version number for this driver.
getJMenuBar() - ? ????javax.swing.JApplet
Returns the menubar set on this applet.
getJMenuBar() - ? ????javax.swing.JDialog
Returns the menubar set on this dialog.
getJMenuBar() - ? ????javax.swing.JFrame
Returns the menubar set on this frame.
getJMenuBar() - ? ????javax.swing.JInternalFrame
Returns the current JMenuBar for this JInternalFrame, or null if no menu bar has been set.
getJMenuBar() - ? ????javax.swing.JRootPane
Returns the menu bar from the layered pane.
getJobName() - ? ????java.awt.print.PrinterJob
Gets the name of the document to be printed.
getJoinType() - ?? ????javax.sql.rowset.JoinRowSet
Returns a int describing the set SQL JOIN type governing this JoinRowSet instance.
getJustificationInfo() - ? ????java.awt.font.GraphicAttribute
Returns the justification information for this GraphicAttribute.
getJustifiedLayout(float) - ? ????java.awt.font.TextLayout
Creates a copy of this TextLayout justified to the specified width.
getKeepAlive() - ? ????java.net.Socket
Tests if SO_KEEPALIVE is enabled.
getKeepAliveTime(TimeUnit) - ? ????java.util.concurrent.ThreadPoolExecutor
Returns the thread keep-alive time, which is the amount of time that threads in excess of the core pool size may remain idle before being terminated.
getKernel() - ? ????java.awt.image.ConvolveOp
Returns the Kernel.
getKernelData(float[]) - ? ????java.awt.image.Kernel
Returns the kernel data in row major order.
getKey() - ? ????java.awt.MenuShortcut
Returns the raw keycode of this MenuShortcut.
getKey(String, char[]) - ? ????java.security.KeyStore
Returns the key associated with the given alias, using the given password to recover it.
getKey() - ? ????java.util.AbstractMap.SimpleEntry
Returns the key corresponding to this entry.
getKey() - ? ????java.util.AbstractMap.SimpleImmutableEntry
Returns the key corresponding to this entry.
getKey() - ?? ????java.util.Map.Entry
Returns the key corresponding to this entry.
getKey() - ???? ????java.util.MissingResourceException
Gets parameter passed by constructor.
getKey() - ? ????java.util.prefs.PreferenceChangeEvent
Returns the key of the preference that was changed.
getKey() - ? ????javax.accessibility.AccessibleRelation
Returns the key for this relation
getKey() - ? ????javax.crypto.spec.DESedeKeySpec
Returns the DES-EDE key.
getKey() - ? ????javax.crypto.spec.DESKeySpec
Returns the DES key material.
getKey() - ?? ????javax.xml.crypto.KeySelectorResult
Returns the selected key.
getKeyChar() - ? ????java.awt.AWTKeyStroke
Returns the character for this AWTKeyStroke.
getKeyChar() - ? ????java.awt.event.KeyEvent
Returns the character associated with the key in this event.
getKeyCode() - ? ????java.awt.AWTKeyStroke
Returns the numeric key code for this AWTKeyStroke.
getKeyCode() - ? ????java.awt.event.KeyEvent
Returns the integer keyCode associated with the key in this event.
getKeyColumns() - ?? ????javax.sql.rowset.CachedRowSet
Returns an array containing one or more column numbers indicating the columns that form a key that uniquely identifies a row in this CachedRowSet object.
getKeyEventDispatchers() - ? ????java.awt.KeyboardFocusManager
Returns this KeyboardFocusManager's KeyEventDispatcher chain as a List.
getKeyEventPostProcessors() - ? ????java.awt.KeyboardFocusManager
Returns this KeyboardFocusManager's KeyEventPostProcessor chain as a List.
getKeyEventType() - ? ????java.awt.AWTKeyStroke
Returns the type of KeyEvent which corresponds to this AWTKeyStroke.
getKeyId() - ?? ????javax.xml.crypto.dsig.keyinfo.PGPData
Returns the PGP public key identifier of this PGPData as defined in RFC 2440, section 11.2.
getKeyInfo() - ?? ????javax.xml.crypto.dsig.XMLSignature
Returns the key info of this XMLSignature.
getKeyInfoFactory() - ? ????javax.xml.crypto.dsig.XMLSignatureFactory
Returns a KeyInfoFactory that creates KeyInfo objects.
getKeyLength() - ? ????javax.crypto.spec.PBEKeySpec
Returns the to-be-derived key length or 0 if not specified.
getKeyListener() - ? ????javax.swing.plaf.basic.BasicComboPopup
Implementation of ComboPopup.getKeyListener().
getKeyListener() - ?? ????javax.swing.plaf.basic.ComboPopup
Returns a key listener that will be added to the combo box or null.
getKeyListeners() - ? ????java.awt.Component
Returns an array of all the key listeners registered on this component.
getKeyLocation() - ? ????java.awt.event.KeyEvent
Returns the location of the key that originated this key event.
getKeyManagers() - ? ????javax.net.ssl.KeyManagerFactory
Returns one key manager for each type of key material.
getKeymap() - ? ????javax.swing.text.JTextComponent
Fetches the keymap currently active in this text component.
getKeymap(String) - ? ??????javax.swing.text.JTextComponent
Fetches a named keymap previously added to the document.
getKeymapName() - ? ????javax.swing.plaf.basic.BasicTextUI
Fetches the name of the keymap that will be installed/used by default for this UI.
getKeyModifiersText(int) - ? ??????java.awt.event.KeyEvent
Returns a String describing the modifier key(s), such as "Shift", or "Ctrl+Shift".
getKeyPacket() - ?? ????javax.xml.crypto.dsig.keyinfo.PGPData
Returns the PGP key material packet of this PGPData as defined in RFC 2440, section 5.5.
getKeyProperty(String) - ? ????javax.management.ObjectName
Obtains the value associated with a key in a key property.
getKeyPropertyList() - ? ????javax.management.ObjectName
Returns the key properties as a Hashtable.
getKeyPropertyListString() - ? ????javax.management.ObjectName
Returns a string representation of the list of key properties specified at creation time.
getKeys() - ? ????java.util.ListResourceBundle
Returns an Enumeration of the keys contained in this ResourceBundle and its parent bundles.
getKeys() - ? ????java.util.PropertyResourceBundle
Returns an Enumeration of the keys contained in this ResourceBundle and its parent bundles.
getKeys() - ? ????java.util.ResourceBundle
Returns an enumeration of the keys.
getKeys(KerberosPrincipal) - ? ????javax.security.auth.kerberos.KeyTab
Returns fresh keys for the given Kerberos principal.
getKeys() - ? ????javax.swing.AbstractAction
Returns an array of Objects which are keys for which values have been set for this AbstractAction, or null if no keys have values set.
getKeySelectionManager() - ? ????javax.swing.JComboBox
Returns the list's key-selection manager.
getKeySelector() - ? ????javax.xml.crypto.dom.DOMCryptoContext
 
getKeySelector() - ?? ????javax.xml.crypto.XMLCryptoContext
Returns the key selector for finding a key.
getKeySelectorResult() - ?? ????javax.xml.crypto.dsig.XMLSignature
Returns the result of the KeySelector, if specified, after this XMLSignature has been signed or validated.
getKeysize() - ? ????java.security.spec.RSAKeyGenParameterSpec
Returns the keysize.
getKeySpec(Key, Class<T>) - ? ????java.security.KeyFactory
Returns a specification (key material) of the given key object.
getKeySpec(Cipher) - ? ????javax.crypto.EncryptedPrivateKeyInfo
Extract the enclosed PKCS8EncodedKeySpec object from the encrypted data and return it.
getKeySpec(Key) - ? ????javax.crypto.EncryptedPrivateKeyInfo
Extract the enclosed PKCS8EncodedKeySpec object from the encrypted data and return it.
getKeySpec(Key, String) - ? ????javax.crypto.EncryptedPrivateKeyInfo
Extract the enclosed PKCS8EncodedKeySpec object from the encrypted data and return it.
getKeySpec(Key, Provider) - ? ????javax.crypto.EncryptedPrivateKeyInfo
Extract the enclosed PKCS8EncodedKeySpec object from the encrypted data and return it.
getKeySpec(SecretKey, Class<?>) - ? ????javax.crypto.SecretKeyFactory
Returns a specification (key material) of the given key object in the requested format.
getKeyStore() - ? ????java.security.KeyStore.Builder
Returns the KeyStore described by this object.
getKeyStroke(char) - ? ??????javax.swing.KeyStroke
Returns a shared instance of a KeyStroke that represents a KEY_TYPED event for the specified character.
getKeyStroke(char, boolean) - ? ??????javax.swing.KeyStroke
????
use getKeyStroke(char)
getKeyStroke(Character, int) - ? ??????javax.swing.KeyStroke
Returns a shared instance of a KeyStroke that represents a KEY_TYPED event for the specified Character object and a set of modifiers.
getKeyStroke(int, int, boolean) - ? ??????javax.swing.KeyStroke
Returns a shared instance of a KeyStroke, given a numeric key code and a set of modifiers, specifying whether the key is activated when it is pressed or released.
getKeyStroke(int, int) - ? ??????javax.swing.KeyStroke
Returns a shared instance of a KeyStroke, given a numeric key code and a set of modifiers.
getKeyStroke(String) - ? ??????javax.swing.KeyStroke
Parses a string and returns a KeyStroke.
getKeyStrokeForEvent(KeyEvent) - ? ??????javax.swing.KeyStroke
Returns a KeyStroke which represents the stroke which generated a given KeyEvent.
getKeyStrokesForAction(Action) - ?? ????javax.swing.text.Keymap
Fetches the keystrokes that will result in the given action.
getKeyText(int) - ? ??????java.awt.event.KeyEvent
Returns a String describing the keyCode, such as "HOME", "F1" or "A".
getKeyType() - ? ????javax.security.auth.kerberos.KerberosKey
Returns the key type for this long-term key.
getKeyUsage() - ? ????java.security.cert.X509Certificate
Gets a boolean array representing bits of the KeyUsage extension, (OID = 2.5.29.15).
getKeyUsage() - ? ????java.security.cert.X509CertSelector
Returns the keyUsage criterion.
getKind() - ?? ????javax.lang.model.element.Element
Returns the kind of this element.
getKind() - ?? ????javax.lang.model.type.TypeMirror
Returns the kind of this type.
getKind() - ?? ????javax.tools.Diagnostic
Gets the kind of this diagnostic, for example, error or warning.
getKind() - ? ????javax.tools.ForwardingJavaFileObject
 
getKind() - ?? ????javax.tools.JavaFileObject
Gets the kind of this file object.
getKind() - ? ????javax.tools.SimpleJavaFileObject
 
getL() - ? ????javax.crypto.spec.DHParameterSpec
Returns the size in bits, l, of the random exponent (private value).
getLabel() - ? ????java.awt.Button
Gets the label of this button.
getLabel() - ? ????java.awt.Checkbox
Gets the label of this check box.
getLabel() - ? ????java.awt.MenuItem
Gets the label for this menu item.
getLabel() - ? ????javax.swing.AbstractButton
????
- Replaced by getText
getLabel() - ? ????javax.swing.JPopupMenu
Returns the popup menu's label
getLabel() - ? ????javax.swing.text.html.Option
Fetch the label associated with the option.
getLabelFor() - ? ????javax.swing.JLabel
Get the component this is labelling.
getLabelTable() - ? ????javax.swing.JSlider
Returns the dictionary of what labels to draw at which values.
getLanguage() - ? ????java.util.Locale
Returns the language code of this Locale.
getLanguageName() - ?? ????javax.script.ScriptEngineFactory
Returns the name of the scripting language supported by this ScriptEngine.
getLanguageVersion() - ?? ????javax.script.ScriptEngineFactory
Returns the version of the scripting language supported by this ScriptEngine.
getLargeDisplayIcon() - ? ????javax.swing.colorchooser.AbstractColorChooserPanel
Returns the large display icon for the panel.
getLargeMaxRows() - ?? ????java.sql.Statement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getLargestMinimum() - ? ????java.time.temporal.ValueRange
Gets the largest possible minimum value that the field can take.
getLargestPoolSize() - ? ????java.util.concurrent.ThreadPoolExecutor
Returns the largest number of threads that have ever simultaneously been in the pool.
getLargeUpdateCount() - ?? ????java.sql.Statement
Retrieves the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getLargeUpdateCounts() - ???? ????java.sql.BatchUpdateException
Retrieves the update count for each update statement in the batch update that executed successfully before this exception occurred.
getLast() - ? ????java.util.ArrayDeque
 
getLast() - ? ????java.util.concurrent.ConcurrentLinkedDeque
 
getLast() - ? ????java.util.concurrent.LinkedBlockingDeque
 
getLast() - ?? ????java.util.Deque
Retrieves, but does not remove, the last element of this deque.
getLast() - ? ????java.util.LinkedList
Returns the last element in this list.
getLastAccessedTime() - ?? ????javax.net.ssl.SSLSession
Returns the last time this Session representation was accessed by the session level infrastructure, in milliseconds since midnight, January 1, 1970 UTC.
getLastAccessTime() - ? ????java.util.zip.ZipEntry
Returns the last access time of the entry.
getLastChild() - ? ????javax.imageio.metadata.IIOMetadataNode
Returns the last child of this node, or null if the node has no children.
getLastChild() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns this node's last child.
getLastChild() - ?? ????org.w3c.dom.Node
The last child of this node.
getLastChildPath(TreePath) - ? ????javax.swing.plaf.basic.BasicTreeUI
Returns a path to the last child of parent.
getLastColumn() - ?? ????javax.accessibility.AccessibleTableModelChange
Returns the last column that changed.
getLastColumn() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
 
getLastComponent(Container) - ? ????java.awt.ContainerOrderFocusTraversalPolicy
Returns the last Component in the traversal cycle.
getLastComponent(Container) - ? ????java.awt.FocusTraversalPolicy
Returns the last Component in the traversal cycle.
getLastComponent(Container) - ? ????javax.swing.DefaultFocusManager
 
getLastComponent(Container) - ? ????javax.swing.LayoutFocusTraversalPolicy
Returns the last Component in the traversal cycle.
getLastComponent(Container) - ? ????javax.swing.SortingFocusTraversalPolicy
Returns the last Component in the traversal cycle.
getLastCursor() - ? ????javax.swing.JInternalFrame
Returns the last Cursor that was set by the setCursor method that is not a resizable Cursor.
getLastDividerLocation() - ? ????javax.swing.JSplitPane
Returns the last location the divider was at.
getLastDragLocation() - ? ????javax.swing.plaf.basic.BasicSplitPaneUI
Returns the last drag location of the JSplitPane.
getLastIndex() - ? ????javax.swing.event.ListSelectionEvent
Returns the index of the last row whose selection may have changed.
getLastLeaf() - ? ????javax.swing.tree.DefaultMutableTreeNode
Finds and returns the last leaf that is a descendant of this node -- either this node or its last child's last leaf.
getLastModified() - ? ????java.net.URLConnection
Returns the value of the last-modified header field.
getLastModified() - ?? ????javax.tools.FileObject
Gets the time this file object was last modified.
getLastModified() - ? ????javax.tools.ForwardingFileObject
 
getLastModified() - ? ????javax.tools.SimpleJavaFileObject
This implementation returns 0L.
getLastModifiedTime(Path, LinkOption...) - ? ??????java.nio.file.Files
Returns a file's last modified time.
getLastModifiedTime() - ? ????java.util.zip.ZipEntry
Returns the last modification time of the entry.
getLastPathComponent() - ? ????javax.swing.tree.TreePath
Returns the last element of this path.
getLastRow() - ?? ????javax.accessibility.AccessibleTableModelChange
Returns the last row that changed.
getLastRow() - ? ????javax.swing.event.TableModelEvent
Returns the last row that changed.
getLastRow() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
 
getLastSelectedPathComponent() - ? ????javax.swing.JTree
Returns the last path component of the selected path.
getLastVisibleIndex() - ? ????javax.swing.JList
Returns the largest list index that is currently visible.
getLatency() - ?? ????javax.sound.midi.Synthesizer
Obtains the processing latency incurred by this synthesizer, expressed in microseconds.
getLateReflectionDelay() - ? ????javax.sound.sampled.ReverbType
Returns the late reflection delay time in microseconds.
getLateReflectionIntensity() - ? ????javax.sound.sampled.ReverbType
Returns the late reflection intensity in decibels.
getLayer() - ? ????javax.swing.JInternalFrame
Convenience method for getting the layer attribute of this component.
getLayer(JComponent) - ? ??????javax.swing.JLayeredPane
Gets the layer property for a JComponent, it does not cause any side effects like setLayer().
getLayer(Component) - ? ????javax.swing.JLayeredPane
Returns the layer attribute for the specified Component.
getLayeredPane() - ? ????javax.swing.JApplet
Returns the layeredPane object for this applet.
getLayeredPane() - ? ????javax.swing.JDialog
Returns the layeredPane object for this dialog.
getLayeredPane() - ? ????javax.swing.JFrame
Returns the layeredPane object for this frame.
getLayeredPane() - ? ????javax.swing.JInternalFrame
Returns the layered pane for this internal frame.
getLayeredPane() - ? ????javax.swing.JRootPane
Gets the layered pane used by the root pane.
getLayeredPane() - ? ????javax.swing.JWindow
Returns the layeredPane object for this window.
getLayeredPane() - ?? ????javax.swing.RootPaneContainer
Returns the layeredPane.
getLayeredPaneAbove(Component) - ? ??????javax.swing.JLayeredPane
Convenience method that returns the first JLayeredPane which contains the specified component.
getLayerEventMask() - ? ????javax.swing.JLayer
Returns the bitmap of event mask to receive by this JLayer and its LayerUI.
getLayout() - ? ????java.awt.Container
Gets the layout manager for this container.
getLayout(int, int) - ? ????java.awt.font.TextMeasurer
Returns a TextLayout on the given character range.
getLayoutAlignmentX(Container) - ? ????java.awt.BorderLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - ? ????java.awt.CardLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - ? ????java.awt.GridBagLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - ?? ????java.awt.LayoutManager2
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - ? ????javax.swing.BoxLayout
Returns the alignment along the X axis for the container.
getLayoutAlignmentX(Container) - ? ????javax.swing.GroupLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - ? ????javax.swing.JRootPane.RootLayout
 
getLayoutAlignmentX(Container) - ? ????javax.swing.OverlayLayout
Returns the alignment along the x axis for the container.
getLayoutAlignmentX(Container) - ? ????javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - ? ????javax.swing.SpringLayout
Returns 0.5f (centered).
getLayoutAlignmentY(Container) - ? ????java.awt.BorderLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - ? ????java.awt.CardLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - ? ????java.awt.GridBagLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - ?? ????java.awt.LayoutManager2
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - ? ????javax.swing.BoxLayout
Returns the alignment along the Y axis for the container.
getLayoutAlignmentY(Container) - ? ????javax.swing.GroupLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - ? ????javax.swing.JRootPane.RootLayout
 
getLayoutAlignmentY(Container) - ? ????javax.swing.OverlayLayout
Returns the alignment along the y axis for the container.
getLayoutAlignmentY(Container) - ? ????javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - ? ????javax.swing.SpringLayout
Returns 0.5f (centered).
getLayoutComponent(Object) - ? ????java.awt.BorderLayout
Gets the component that was added using the given constraint
getLayoutComponent(Container, Object) - ? ????java.awt.BorderLayout
Returns the component that corresponds to the given constraint location based on the target Container's component orientation.
getLayoutDimensions() - ? ????java.awt.GridBagLayout
Determines column widths and row heights for the layout grid.
getLayoutFlags() - ? ????java.awt.font.GlyphVector
Returns flags describing the global state of the GlyphVector.
getLayoutInfo(Container, int) - ? ????java.awt.GridBagLayout
Fills in an instance of GridBagLayoutInfo for the current set of managed children.
GetLayoutInfo(Container, int) - ? ????java.awt.GridBagLayout
This method is obsolete and supplied for backwards compatibility only; new code should call getLayoutInfo instead.
getLayoutOrientation() - ? ????javax.swing.JList
Returns the layout orientation property for the list: VERTICAL if the layout is a single column of cells, VERTICAL_WRAP if the layout is "newspaper style" with the content flowing vertically then horizontally, or HORIZONTAL_WRAP if the layout is "newspaper style" with the content flowing horizontally then vertically.
getLayoutOrigin() - ? ????java.awt.GridBagLayout
Determines the origin of the layout area, in the graphics coordinate space of the target container.
getLayoutPath() - ? ????java.awt.font.TextLayout
Return the LayoutPath, or null if the layout path is the default path (x maps to advance, y maps to offset).
getLayoutQueue() - ? ????javax.swing.text.AsyncBoxView
Fetch the queue to use for layout.
getLayoutStyle() - ? ????javax.swing.GroupLayout
Returns the LayoutStyle used for calculating the preferred gap between components.
getLayoutStyle() - ? ????javax.swing.LookAndFeel
Returns the LayoutStyle for this look and feel.
getLayoutStyle() - ? ????javax.swing.plaf.metal.MetalLookAndFeel
Returns a LayoutStyle implementing the Java look and feel design guidelines as specified at http://www.oracle.com/technetwork/java/hig-136467.html.
getLayoutView(int) - ? ????javax.swing.text.ParagraphView
Returns the view at a given index.
getLayoutViewCount() - ? ????javax.swing.text.ParagraphView
Returns the number of views that this view is responsible for.
getLayoutWeights() - ? ????java.awt.GridBagLayout
Determines the weights of the layout grid's columns and rows.
getLeader() - ? ????javax.swing.text.TabStop
Returns the leader of the tab.
getLeading() - ? ????java.awt.font.LineMetrics
Returns the leading of the text.
getLeading() - ? ????java.awt.font.TextLayout
Returns the leading of the TextLayout.
getLeading() - ? ????java.awt.FontMetrics
Determines the standard leading of the Font described by this FontMetrics object.
getLeadSelectionIndex() - ? ????javax.swing.DefaultListSelectionModel
Return the second index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
getLeadSelectionIndex() - ? ????javax.swing.JList
Returns the lead selection index.
getLeadSelectionIndex() - ?? ????javax.swing.ListSelectionModel
Return the second index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
getLeadSelectionPath() - ? ????javax.swing.JTree
Returns the path identified as the lead.
getLeadSelectionPath() - ? ????javax.swing.tree.DefaultTreeSelectionModel
Returns the last path that was added.
getLeadSelectionPath() - ?? ????javax.swing.tree.TreeSelectionModel
Returns the last path that was added.
getLeadSelectionRow() - ? ????javax.swing.JTree
Returns the row index corresponding to the lead path.
getLeadSelectionRow() - ? ????javax.swing.plaf.basic.BasicTreeUI
Returns the lead row of the selection.
getLeadSelectionRow() - ? ????javax.swing.tree.DefaultTreeSelectionModel
Returns the lead selection index.
getLeadSelectionRow() - ?? ????javax.swing.tree.TreeSelectionModel
Returns the lead selection index.
getLeafCount() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the total number of leaves that are descendants of this node.
getLeafIcon() - ? ????javax.swing.tree.DefaultTreeCellRenderer
Returns the icon used to represent leaf nodes.
getLeastMaximum(int) - ? ????java.util.Calendar
Returns the lowest maximum value for the given calendar field of this Calendar instance.
getLeastMaximum(int) - ? ????java.util.GregorianCalendar
Returns the lowest maximum value for the given calendar field of this GregorianCalendar instance.
getLeastSignificantBits() - ? ????java.util.UUID
Returns the least significant 64 bits of this UUID's 128 bit value.
getLeftChildIndent() - ? ????javax.swing.plaf.basic.BasicTreeUI
 
getLeftComponent() - ? ????javax.swing.JSplitPane
Returns the component to the left (or above) the divider.
getLeftIndent(AttributeSet) - ? ??????javax.swing.text.StyleConstants
Gets the left indent setting.
getLeftInset() - ? ????javax.swing.text.AsyncBoxView
Get the left part of the margin around the view.
getLeftInset() - ? ????javax.swing.text.CompositeView
Gets the left inset.
getLegalValues() - ? ????javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns an unmodifiable Set of legal values for the attribute described by this OpenMBeanAttributeInfoSupport instance, if specified, or null otherwise.
getLegalValues() - ?? ????javax.management.openmbean.OpenMBeanParameterInfo
Returns the set of legal values for this parameter, if it has one, or null otherwise.
getLegalValues() - ? ????javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns an unmodifiable Set of legal values for the parameter described by this OpenMBeanParameterInfoSupport instance, if specified, or null otherwise.
getLength(Object) - ? ??????java.lang.reflect.Array
Returns the length of the specified array object, as an int.
getLength() - ? ????java.net.DatagramPacket
Returns the length of the data to be sent or the length of the data received.
getLength() - ? ????java.text.Bidi
Return the length of text in the line.
getLength() - ? ????javax.imageio.metadata.IIOMetadataNode
 
getLength() - ? ????javax.imageio.stream.IIOByteBuffer
Returns the length of the data of interest within the byte array returned by getData.
getLength() - ? ????javax.sound.midi.MidiMessage
Obtains the total length of the MIDI message in bytes.
getLength() - ?? ????javax.swing.event.DocumentEvent
Returns the length of the change.
getLength() - ? ????javax.swing.text.AbstractDocument.DefaultDocumentEvent
Returns the length of the change.
getLength() - ? ????javax.swing.text.AbstractDocument
Returns the length of the data.
getLength() - ? ????javax.swing.text.DefaultStyledDocument.ElementSpec
Gets the length.
getLength() - ?? ????javax.swing.text.Document
Returns number of characters of content currently in the document.
getLength() - ?? ????org.w3c.dom.CharacterData
The number of 16-bit units that are available through data and the substringData method below.
getLength() - ?? ????org.w3c.dom.DOMImplementationList
The number of DOMImplementations in the list.
getLength() - ?? ????org.w3c.dom.DOMStringList
The number of DOMStrings in the list.
getLength() - ?? ????org.w3c.dom.NamedNodeMap
The number of nodes in this map.
getLength() - ?? ????org.w3c.dom.NameList
The number of pairs (name and namespaceURI) in the list.
getLength() - ?? ????org.w3c.dom.NodeList
The number of nodes in the list.
getLength() - ?? ????org.xml.sax.AttributeList
????
Return the number of attributes in this list.
getLength() - ?? ????org.xml.sax.Attributes
Return the number of attributes in the list.
getLength() - ? ????org.xml.sax.helpers.AttributeListImpl
????
Return the number of attributes in the list.
getLength() - ? ????org.xml.sax.helpers.AttributesImpl
Return the number of attributes in the list.
getLengths() - ? ????javax.imageio.plugins.jpeg.JPEGHuffmanTable
Returns an array of shorts containing the number of values for each length in the Huffman table.
getLevel() - ? ????java.util.logging.Handler
Get the log level specifying which messages will be logged by this Handler.
getLevel() - ? ????java.util.logging.Logger
Get the log Level that has been specified for this Logger.
getLevel() - ? ????java.util.logging.LogRecord
Get the logging message level, for example Level.SEVERE.
getLevel() - ?? ????javax.sound.sampled.DataLine
Obtains the current volume level for the line.
getLevel() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the number of levels above this node -- the distance from the root to this node.
getLevelAt(int) - ? ????java.text.Bidi
Return the resolved level of the character at offset.
getLexicalHandler() - ? ????javax.xml.transform.sax.SAXResult
Get a SAX2 LexicalHandler for the output.
getLibraryDirectory() - ? ????javax.management.loading.MLet
Gets the current directory used by the library loader for storing native libraries before they are loaded into memory.
getLibraryDirectory() - ?? ????javax.management.loading.MLetMBean
Gets the current directory used by the library loader for storing native libraries before they are loaded into memory.
getLibraryPath() - ?? ????java.lang.management.RuntimeMXBean
Returns the Java library path.
getLifetime() - ?? ????org.ietf.jgss.GSSContext
Determines what the remaining lifetime for this context is.
getLimit() - ? ????javax.swing.undo.UndoManager
Returns the maximum number of edits this UndoManager holds.
getLimits() - ? ????java.text.ChoiceFormat
Get the limits passed in the constructor.
getLine(Line.Info) - ? ??????javax.sound.sampled.AudioSystem
Obtains a line that matches the description in the specified Line.Info object.
getLine() - ? ????javax.sound.sampled.LineEvent
Obtains the audio line that is the source of this event.
getLine(Line.Info) - ?? ????javax.sound.sampled.Mixer
Obtains a line that is available for use and that matches the description in the specified Line.Info object.
getLineBreakIndex(int, float) - ? ????java.awt.font.TextMeasurer
Returns the index of the first character which will not fit on on a line beginning at start and possible measuring up to maxAdvance in graphical width.
getLineBuffer() - ? ????javax.swing.text.PlainView
Gives access to a buffer that can be used to fetch text from the associated document.
getLineBuffer() - ? ????javax.swing.text.WrappedPlainView
Gives access to a buffer that can be used to fetch text from the associated document.
getLineClass() - ? ????javax.sound.sampled.Line.Info
Obtains the class of the line that this Line.Info object describes.
getLineColor() - ? ????javax.swing.border.LineBorder
Returns the color of the border.
getLineCount() - ? ????javax.swing.JTextArea
Determines the number of lines contained in the area.
getLineEndOffset(int) - ? ????javax.swing.JTextArea
Determines the offset of the end of the given line.
getLineIncrement() - ? ????java.awt.Scrollbar
????
As of JDK version 1.1, replaced by getUnitIncrement().
getLineInfo() - ?? ????javax.sound.sampled.Line
Obtains the Line.Info object describing this line.
getLineInstance() - ? ??????java.text.BreakIterator
Returns a new BreakIterator instance for line breaks for the default locale.
getLineInstance(Locale) - ? ??????java.text.BreakIterator
Returns a new BreakIterator instance for line breaks for the given locale.
getLineInstance(Locale) - ? ????java.text.spi.BreakIteratorProvider
Returns a new BreakIterator instance for getLineJoin() - ? ????java.awt.BasicStroke
Returns the line join style.
getLineLength() - ? ????javax.swing.text.AbstractWriter
Returns the maximum line length.
getLineMetrics(String, FontRenderContext) - ? ????java.awt.Font
Returns a LineMetrics object created with the specified String and FontRenderContext.
getLineMetrics(String, int, int, FontRenderContext) - ? ????java.awt.Font
Returns a LineMetrics object created with the specified arguments.
getLineMetrics(char[], int, int, FontRenderContext) - ? ????java.awt.Font
Returns a LineMetrics object created with the specified arguments.
getLineMetrics(CharacterIterator, int, int, FontRenderContext) - ? ????java.awt.Font
Returns a LineMetrics object created with the specified arguments.
getLineMetrics(String, Graphics) - ? ????java.awt.FontMetrics
Returns the LineMetrics object for the specified String in the specified Graphics context.
getLineMetrics(String, int, int, Graphics) - ? ????java.awt.FontMetrics
Returns the LineMetrics object for the specified String in the specified Graphics context.
getLineMetrics(char[], int, int, Graphics) - ? ????java.awt.FontMetrics
Returns the LineMetrics object for the specified character array in the specified Graphics context.
getLineMetrics(CharacterIterator, int, int, Graphics) - ? ????java.awt.FontMetrics
Returns the LineMetrics object for the specified CharacterIterator in the specified Graphics context.
getLineNumber() - ? ????java.io.LineNumberInputStream
????
Returns the current line number.
getLineNumber() - ? ????java.io.LineNumberReader
Get the current line number.
getLineNumber() - ? ????java.lang.StackTraceElement
Returns the line number of the source line containing the execution point represented by this stack trace element.
getLineNumber() - ???? ????javax.script.ScriptException
Get the line number on which an error occurred.
getLineNumber() - ?? ????javax.tools.Diagnostic
Gets the line number of the character offset returned by Diagnostic.getPosition().
getLineNumber() - ? ????javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getLineNumber() - ?? ????javax.xml.bind.ValidationEventLocator
Return the line number if available
getLineNumber() - ?? ????javax.xml.stream.Location
Return the line number where the current event ends, returns -1 if none is available.
getLineNumber() - ?? ????javax.xml.transform.SourceLocator
Return the line number where the current document event ends.
getLineNumber() - ?? ????org.w3c.dom.DOMLocator
The line number this locator is pointing to, or -1 if there is no column number available.
getLineNumber() - ? ????org.xml.sax.helpers.LocatorImpl
Return the saved line number (1-based).
getLineNumber() - ?? ????org.xml.sax.Locator
Return the line number where the current document event ends.
getLineNumber() - ???? ????org.xml.sax.SAXParseException
The line number of the end of the text where the exception occurred.
getLineOfOffset(int) - ? ????javax.swing.JTextArea
Translates an offset into the components text to a line number.
getLineSeparator() - ? ????javax.swing.text.AbstractWriter
Returns the string used to represent newlines.
getLineSpacing(AttributeSet) - ? ??????javax.swing.text.StyleConstants
Gets the line spacing setting.
getLineStartOffset(int) - ? ????javax.swing.JTextArea
Determines the offset of the start of the given line.
getLineWidth() - ? ????java.awt.BasicStroke
Returns the line width.
getLineWrap() - ? ????javax.swing.JTextArea
Gets the line-wrapping policy of the text area.
getLink(int) - ?? ????javax.accessibility.AccessibleHypertext
Returns the nth Link of this Hypertext document.
getLink(int) - ? ????javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
Returns the index into an array of hyperlinks that index.
getLinkCount() - ?? ????javax.accessibility.AccessibleHypertext
Returns the number of links within this hypertext document.
getLinkCount() - ? ????javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
Returns the number of links within this hypertext doc.
getLinkCursor() - ? ????javax.swing.text.html.HTMLEditorKit
Returns the cursor to use over hyper links.
getLinkedException() - ? ????javax.xml.bind.helpers.ValidationEventImpl
 
getLinkedException() - ???? ????javax.xml.bind.JAXBException
Get the linked exception
getLinkedException() - ???? ????javax.xml.bind.TypeConstraintException
Get the linked exception
getLinkedException() - ?? ????javax.xml.bind.ValidationEvent
Retrieve the linked exception for this warning/error.
getLinkExplanation() - ???? ????javax.naming.LinkException
Retrieves the explanation associated with the problem encounter when resolving a link.
getLinkIndex(int) - ?? ????javax.accessibility.AccessibleHypertext
Returns the index into an array of hyperlinks that is associated with this character index, or -1 if there is no hyperlink associated with this index.
getLinkIndex(int) - ? ????javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
Returns the index into an array of hyperlinks that is associated with this character index, or -1 if there is no hyperlink associated with this index.
getLinkName() - ? ????javax.naming.LinkRef
Retrieves the name of this link.
getLinkRemainingName() - ???? ????javax.naming.LinkException
Retrieves the remaining unresolved portion of the link name.
getLinkResolvedName() - ???? ????javax.naming.LinkException
Retrieves the leading portion of the link name that was resolved successfully.
getLinkResolvedObj() - ???? ????javax.naming.LinkException
Retrieves the object to which resolution was successful.
getLinkText(int) - ? ????javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
Returns the contiguous text within the document that is associated with this hyperlink.
getList() - ? ????javax.swing.plaf.basic.BasicComboPopup
Implementation of ComboPopup.getList().
getList() - ?? ????javax.swing.plaf.basic.ComboPopup
Returns the list that is being used to draw the items in the combo box.
getList() - ? ????javax.swing.SpinnerListModel
Returns the List that defines the sequence for this model.
getListCellRendererComponent(JList<?>, Object, int, boolean, boolean) - ? ????javax.swing.DefaultListCellRenderer
 
getListCellRendererComponent(JList<? extends E>, E, int, boolean, boolean) - ?? ????javax.swing.ListCellRenderer
Return a component that has been configured to display the specified value.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - ? ????javax.swing.plaf.basic.BasicComboBoxRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - ? ????javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxRenderer
 
getListDataListeners() - ? ????javax.swing.AbstractListModel
Returns an array of all the list data listeners registered on this AbstractListModel.
getListener() - ? ????java.util.EventListenerProxy
Returns the listener associated with the proxy.
getListener() - ? ????javax.xml.bind.helpers.AbstractMarshallerImpl
 
getListener() - ? ????javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getListener() - ?? ????javax.xml.bind.Marshaller
Return Marshaller.Listener registered with this Marshaller.
getListener() - ?? ????javax.xml.bind.Unmarshaller
Return Unmarshaller.Listener registered with this Unmarshaller.
getListenerCount() - ? ????javax.swing.event.EventListenerList
Returns the total number of listeners for this listener list.
getListenerCount(Class<?>) - ? ????javax.swing.event.EventListenerList
Returns the total number of listeners of the supplied type for this listener list.
getListenerID() - ? ????javax.management.remote.TargetedNotification
The ID of the listener to which the notification is targeted.
getListenerList() - ? ????javax.swing.event.EventListenerList
Passes back the event listener list as an array of ListenerType-listener pairs.
getListenerMethodDescriptors() - ? ????java.beans.EventSetDescriptor
Gets the MethodDescriptors of the target listener interface.
getListenerMethodName() - ? ????java.beans.EventHandler
Returns the name of the method that will trigger the action.
getListenerMethods() - ? ????java.beans.EventSetDescriptor
Gets the methods of the target listener interface.
getListeners(EventListener, Class<T>) - ? ??????java.awt.AWTEventMulticaster
Returns an array of all the objects chained as FooListeners by the specified java.util.EventListener.
getListeners(Class<T>) - ? ????java.awt.Button
Returns an array of all the objects currently registered as FooListeners upon this Button.
getListeners(Class<T>) - ? ????java.awt.Checkbox
Returns an array of all the objects currently registered as FooListeners upon this Checkbox.
getListeners(Class<T>) - ? ????java.awt.CheckboxMenuItem
Returns an array of all the objects currently registered as FooListeners upon this CheckboxMenuItem.
getListeners(Class<T>) - ? ????java.awt.Choice
Returns an array of all the objects currently registered as FooListeners upon this Choice.
getListeners(Class<T>) - ? ????java.awt.Component
Returns an array of all the objects currently registered as FooListeners upon this Component.
getListeners(Class<T>) - ? ????java.awt.Container
Returns an array of all the objects currently registered as FooListeners upon this Container.
getListeners(Class<T>) - ? ????java.awt.dnd.DragSource
Gets all the objects currently registered as FooListeners upon this DragSource.
getListeners(Class<T>) - ? ????java.awt.List
Returns an array of all the objects currently registered as FooListeners upon this List.
getListeners(Class<T>) - ? ????java.awt.MenuItem
Returns an array of all the objects currently registered as FooListeners upon this MenuItem.
getListeners(Class<T>) - ? ????java.awt.Scrollbar
Returns an array of all the objects currently registered as FooListeners upon this Scrollbar.
getListeners(Class<T>) - ? ????java.awt.TextComponent
Returns an array of all the objects currently registered as FooListeners upon this TextComponent.
getListeners(Class<T>) - ? ????java.awt.TextField
Returns an array of all the objects currently registered as FooListeners upon this TextField.
getListeners(Class<T>) - ? ????java.awt.Window
Returns an array of all the objects currently registered as FooListeners upon this Window.
getListeners(Class<T>) - ? ????javax.swing.AbstractListModel
Returns an array of all the objects currently registered as FooListeners upon this model.
getListeners(Class<T>) - ? ????javax.swing.AbstractSpinnerModel
Return an array of all the listeners of the given type that were added to this model.
getListeners(Class<T>) - ? ????javax.swing.DefaultBoundedRangeModel
Returns an array of all the objects currently registered as FooListeners upon this model.
getListeners(Class<T>) - ? ????javax.swing.DefaultButtonModel
Returns an array of all the objects currently registered as FooListeners upon this model.
getListeners(Class<T>) - ? ????javax.swing.DefaultListSelectionModel
Returns an array of all the objects currently registered as FooListeners upon this model.
getListeners(Class<T>) - ? ????javax.swing.DefaultSingleSelectionModel
Returns an array of all the objects currently registered as FooListeners upon this model.
getListeners(Class<T>) - ? ????javax.swing.event.EventListenerList
Return an array of all the listeners of the given type.
getListeners(Class<T>) - ? ????javax.swing.JComponent
Returns an array of all the objects currently registered as FooListeners upon this JComponent.
getListeners(Class<T>) - ? ????javax.swing.table.AbstractTableModel
Returns an array of all the objects currently registered as FooListeners upon this AbstractTableModel.
getListeners(Class<T>) - ? ????javax.swing.table.DefaultTableColumnModel
Returns an array of all the objects currently registered as FooListeners upon this model.
getListeners(Class<T>) - ? ????javax.swing.text.AbstractDocument
Returns an array of all the objects currently registered as FooListeners upon this document.
getListeners(Class<T>) - ? ????javax.swing.text.DefaultCaret
Returns an array of all the objects currently registered as FooListeners upon this caret.
getListeners(Class<T>) - ? ????javax.swing.text.StyleContext.NamedStyle
Return an array of all the listeners of the given type that were added to this model.
getListeners(Class<T>) - ? ????javax.swing.Timer
Returns an array of all the objects currently registered as FooListeners upon this Timer.
getListeners(Class<T>) - ? ????javax.swing.tree.DefaultTreeModel
Returns an array of all the objects currently registered as FooListeners upon this model.
getListeners(Class<T>) - ? ????javax.swing.tree.DefaultTreeSelectionModel
Returns an array of all the objects currently registered as FooListeners upon this model.
getListenerType() - ? ????java.beans.EventSetDescriptor
Gets the Class object for the target interface.
getListPainter(AttributeSet) - ? ????javax.swing.text.html.StyleSheet
Fetches the list formatter to use for the given set of CSS attributes.
getListSelectionListeners() - ? ????javax.swing.DefaultListSelectionModel
Returns an array of all the list selection listeners registered on this DefaultListSelectionModel.
getListSelectionListeners() - ? ????javax.swing.JList
Returns an array of all the ListSelectionListeners added to this JList by way of addListSelectionListener.
getLoadedClassCount() - ?? ????java.lang.management.ClassLoadingMXBean
Returns the number of classes that are currently loaded in the Java virtual machine.
getLoadedInstruments() - ?? ????javax.sound.midi.Synthesizer
Obtains a list of the instruments that are currently loaded onto this Synthesizer.
getLoadingImageIcon() - ? ????javax.swing.text.html.ImageView
Returns the icon to use while in the process of loading the image.
getLoadsSynchronously() - ? ????javax.swing.text.html.ImageView
Returns true if the image should be loaded when first asked for.
getLocalAddress() - ? ????java.net.DatagramSocket
Gets the local address to which the socket is bound.
getLocalAddress() - ? ????java.net.Socket
Gets the local address to which the socket is bound.
getLocalAddress() - ? ????java.nio.channels.AsynchronousServerSocketChannel
Returns the socket address that this channel's socket is bound to.
getLocalAddress() - ? ????java.nio.channels.AsynchronousSocketChannel
Returns the socket address that this channel's socket is bound to.
getLocalAddress() - ? ????java.nio.channels.DatagramChannel
Returns the socket address that this channel's socket is bound to.
getLocalAddress() - ?? ????java.nio.channels.NetworkChannel
Returns the socket address that this channel's socket is bound to.
getLocalAddress() - ? ????java.nio.channels.ServerSocketChannel
Returns the socket address that this channel's socket is bound to.
getLocalAddress() - ? ????java.nio.channels.SocketChannel
Returns the socket address that this channel's socket is bound to.
getLocalAddress() - ? ????javax.xml.ws.spi.http.HttpExchange
Returns the unresolved local address on which the request was received.
getLocalBounds(Component) - ? ??????javax.swing.SwingUtilities
Return the rectangle (0,0,bounds.width,bounds.height) for the component aComponent
getLocalCertificateChain() - ? ????java.net.SecureCacheResponse
Returns the certificate chain that were sent to the server during handshaking of the original connection that retrieved the network resource.
getLocalCertificates() - ? ????javax.net.ssl.HandshakeCompletedEvent
Returns the certificate(s) that were sent to the peer during handshaking.
getLocalCertificates() - ? ????javax.net.ssl.HttpsURLConnection
Returns the certificate(s) that were sent to the server during handshaking.
getLocalCertificates() - ?? ????javax.net.ssl.SSLSession
Returns the certificate(s) that were sent to the peer during handshaking.
getLocale() - ? ????java.applet.Applet
Gets the locale of the applet.
getLocale() - ? ????java.awt.Component.AccessibleAWTComponent
Returns the locale of this object.
getLocale() - ? ????java.awt.Component
Gets the locale of this component.
getLocale() - ? ????java.awt.im.InputContext
Returns the current locale of the current input method or keyboard layout.
getLocale() - ?? ????java.awt.im.spi.InputMethod
Returns the current input locale.
getLocale() - ? ????java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Gets the locale of the component.
getLocale() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the locale of this object.
getLocale() - ? ????java.awt.Window
Gets the Locale object that is associated with this window, if the locale has been set.
getLocale() - ? ????java.beans.beancontext.BeanContextSupport
Gets the locale for this BeanContext.
getLocale() - ? ????java.text.MessageFormat
Gets the locale that's used when creating or comparing subformats.
getLocale() - ? ????java.time.format.DateTimeFormatter
Gets the locale to be used during formatting.
getLocale() - ? ????java.util.ResourceBundle
Returns the locale of this resource bundle.
getLocale() - ? ????javax.accessibility.AccessibleContext
Gets the locale of the component.
getLocale() - ?? ????javax.annotation.processing.ProcessingEnvironment
Returns the current locale or null if no locale is in effect.
getLocale() - ? ????javax.imageio.ImageReader
Returns the currently set Locale, or null if none has been set.
getLocale() - ? ????javax.imageio.ImageWriteParam
Returns the currently set Locale, or null if only a default Locale is supported.
getLocale() - ? ????javax.imageio.ImageWriter
Returns the currently set Locale, or null if none has been set.
getLocale() - ? ????javax.print.attribute.TextSyntax
Returns this text attribute's text string's natural language (locale).
getLocale() - ? ????javax.security.auth.callback.LanguageCallback
Get the retrieved Locale.
getLocale() - ? ????javax.swing.ImageIcon.AccessibleImageIcon
Returns the locale of this object.
getLocale() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getLocale() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the locale of the component.
getLocale() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Gets the locale of the component.
getLocale() - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Gets the locale of the component.
getLocale() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getLocalGraphicsEnvironment() - ? ??????java.awt.GraphicsEnvironment
Returns the local GraphicsEnvironment.
getLocalHost() - ? ??????java.net.InetAddress
Returns the address of the local host.
getLocalizedCompressionTypeName() - ? ????javax.imageio.ImageWriteParam
Returns a localized version of the name of the current compression type, using the Locale returned by getLocale.
getLocalizedDateTimePattern(FormatStyle, FormatStyle, Chronology, Locale) - ? ??????java.time.format.DateTimeFormatterBuilder
Gets the formatting pattern for date and time styles for a locale and chronology.
getLocalizedInputStream(InputStream) - ? ????java.lang.Runtime
????
As of JDK 1.1, the preferred way to translate a byte stream in the local encoding into a character stream in Unicode is via the InputStreamReader and BufferedReader classes.
getLocalizedMessage() - ? ????java.lang.Throwable
Creates a localized description of this throwable.
getLocalizedName() - ? ????java.util.logging.Level
Return the localized string name of the Level, for the current default locale.
getLocalizedOutputStream(OutputStream) - ? ????java.lang.Runtime
????
As of JDK 1.1, the preferred way to translate a Unicode character stream into a byte stream in the local encoding is via the OutputStreamWriter, BufferedWriter, and PrintWriter classes.
getLocalName() - ? ????javax.imageio.metadata.IIOMetadataNode
Equivalent to getNodeName.
getLocalName() - ?? ????javax.xml.soap.Name
Gets the local name part of the XML name that this Name object represents.
getLocalName() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getLocalName() - ?? ????javax.xml.stream.XMLStreamReader
Returns the (local) name of the current event.
getLocalName() - ?? ????org.w3c.dom.Node
Returns the local part of the qualified name of this node.
getLocalName(int) - ?? ????org.xml.sax.Attributes
Look up an attribute's local name by index.
getLocalName(int) - ? ????org.xml.sax.helpers.AttributesImpl
Return an attribute's local name.
getLocalPart() - ? ????javax.xml.namespace.QName
Get the local part of this QName.
getLocalPatternChars() - ? ????java.text.DateFormatSymbols
Gets localized date-time pattern characters.
getLocalPort() - ? ????java.net.DatagramSocket
Returns the port number on the local host to which this socket is bound.
getLocalPort() - ? ????java.net.DatagramSocketImpl
Gets the local port.
getLocalPort() - ? ????java.net.ServerSocket
Returns the port number on which this socket is listening.
getLocalPort() - ? ????java.net.Socket
Returns the local port number to which this socket is bound.
getLocalPort() - ? ????java.net.SocketImpl
Returns the value of this socket's localport field.
getLocalPrincipal() - ? ????java.net.SecureCacheResponse
Returns the principal that was sent to the server during handshaking in the original connection that retrieved the network resource.
getLocalPrincipal() - ? ????javax.net.ssl.HandshakeCompletedEvent
Returns the principal that was sent to the peer during handshaking.
getLocalPrincipal() - ? ????javax.net.ssl.HttpsURLConnection
Returns the principal that was sent to the server during handshaking.
getLocalPrincipal() - ?? ????javax.net.ssl.SSLSession
Returns the principal that was sent to the peer during handshaking.
getLocalSocketAddress() - ? ????java.net.DatagramSocket
Returns the address of the endpoint this socket is bound to.
getLocalSocketAddress() - ? ????java.net.ServerSocket
Returns the address of the endpoint this socket is bound to.
getLocalSocketAddress() - ? ????java.net.Socket
Returns the address of the endpoint this socket is bound to.
getLocalSupportedSignatureAlgorithms() - ? ????javax.net.ssl.ExtendedSSLSession
Obtains an array of supported signature algorithms that the local side is willing to use.
getLocalTime() - ? ????java.time.zone.ZoneOffsetTransitionRule
Gets the local time of day of the transition which must be checked with ZoneOffsetTransitionRule.isMidnightEndOfDay().
getLocation() - ? ????java.awt.Component.AccessibleAWTComponent
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation() - ? ????java.awt.Component
Gets the location of this component in the form of a point specifying the component's top-left corner.
getLocation(Point) - ? ????java.awt.Component
Stores the x,y origin of this component into "return value" rv and return rv.
getLocation() - ? ????java.awt.dnd.DragSourceEvent
This method returns a Point indicating the cursor location in screen coordinates at the moment this event occurred, or null if the cursor location is not specified for this event.
getLocation() - ? ????java.awt.dnd.DropTargetDragEvent
This method returns a Point indicating the Cursor's current location within the Component's coordinates.
getLocation() - ? ????java.awt.dnd.DropTargetDropEvent
This method returns a Point indicating the Cursor's current location in the Component's coordinates.
getLocation() - ? ????java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation() - ? ????java.awt.Point
Returns the location of this point.
getLocation() - ? ????java.awt.PointerInfo
Returns the Point that represents the coordinates of the pointer on the screen.
getLocation() - ? ????java.awt.Rectangle
Returns the location of this Rectangle.
getLocation() - ???? ????java.net.HttpRetryException
Returns the value of the Location header field if the error resulted from redirection.
getLocation() - ? ????java.rmi.activation.ActivationDesc
Returns the code location for the object specified by this descriptor.
getLocation() - ? ????java.rmi.activation.ActivationGroupDesc
Returns the group's code location.
getLocation() - ? ????java.security.CodeSource
Returns the location associated with this CodeSource.
getLocation() - ?? ????javax.accessibility.AccessibleComponent
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation(Point) - ? ????javax.swing.JComponent
Stores the x,y origin of this component into "return value" rv and returns rv.
getLocation() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getLocation() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
getLocation() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getLocation(JavaFileManager.Location) - ?? ????javax.tools.StandardJavaFileManager
Gets the path associated with the given location.
getLocation() - ?? ????javax.xml.stream.events.XMLEvent
Return the location of this event.
getLocation() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getLocation() - ???? ????javax.xml.stream.XMLStreamException
Gets the location of the exception
getLocation() - ?? ????javax.xml.stream.XMLStreamReader
Return the current location of the processor.
getLocation() - ?? ????org.w3c.dom.DOMError
The location of the error.
getLocationAsString() - ???? ????javax.xml.transform.TransformerException
Get the location information as a string.
getLocationInJTree() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
getLocationOffset(int, int) - ?? ????java.awt.im.InputMethodRequests
Gets the offset within the composed text for the specified absolute x and y coordinates on the screen.
getLocationOnScreen() - ? ????java.awt.Component.AccessibleAWTComponent
Returns the location of the object on the screen.
getLocationOnScreen() - ? ????java.awt.Component
Gets the location of this component in the form of a point specifying the component's top-left corner in the screen's coordinate space.
getLocationOnScreen() - ? ????java.awt.event.MouseEvent
Returns the absolute x, y position of the event.
getLocationOnScreen() - ? ????java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Returns the location of the object on the screen.
getLocationOnScreen() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the location of the object on the screen.
getLocationOnScreen() - ?? ????javax.accessibility.AccessibleComponent
Returns the location of the object on the screen.
getLocationOnScreen() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getLocationOnScreen() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Returns the location of the object on the screen.
getLocationOnScreen() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
getLocationOnScreen() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getLocator() - ? ????javax.xml.bind.helpers.ValidationEventImpl
 
getLocator() - ?? ????javax.xml.bind.ValidationEvent
Retrieve the locator for this warning/error.
getLocator() - ???? ????javax.xml.transform.TransformerException
Method getLocator retrieves an instance of a SourceLocator object that specifies where an error occurred.
getLockedMonitors() - ? ????java.lang.management.ThreadInfo
Returns an array of MonitorInfo objects, each of which represents an object monitor currently locked by the thread associated with this ThreadInfo.
getLockedStackDepth() - ? ????java.lang.management.MonitorInfo
Returns the depth in the stack trace where the object monitor was locked.
getLockedStackFrame() - ? ????java.lang.management.MonitorInfo
Returns the stack frame that locked the object monitor.
getLockedSynchronizers() - ? ????java.lang.management.ThreadInfo
Returns an array of LockInfo objects, each of which represents an ownable synchronizer currently locked by the thread associated with this ThreadInfo.
getLockInfo() - ? ????java.lang.management.ThreadInfo
Returns the LockInfo of an object for which the thread associated with this ThreadInfo is blocked waiting.
getLockingKeyState(int) - ? ????java.awt.Toolkit
Returns whether the given locking key on the keyboard is currently in its "on" state.
getLockName() - ? ????java.lang.management.ThreadInfo
Returns the string representation of an object for which the thread associated with this ThreadInfo is blocked waiting.
getLockOwnerId() - ? ????java.lang.management.ThreadInfo
Returns the ID of the thread which owns the object for which the thread associated with this ThreadInfo is blocked waiting.
getLockOwnerName() - ? ????java.lang.management.ThreadInfo
Returns the name of the thread which owns the object for which the thread associated with this ThreadInfo is blocked waiting.
getLog() - ? ??????java.rmi.server.RemoteServer
Returns stream for the RMI call log.
getLogger(String) - ? ??????java.util.logging.Logger
Find or create a logger for a named subsystem.
getLogger(String, String) - ? ??????java.util.logging.Logger
Find or create a logger for a named subsystem.
getLogger(String) - ? ????java.util.logging.LogManager
Method to find a named logger.
getLogger() - ? ??????javax.sql.rowset.spi.SyncFactory
Returns the logging object for applications to retrieve synchronization events posted by SyncProvider implementations.
getLoggerLevel(String) - ?? ????java.lang.management.PlatformLoggingMXBean
Gets the name of the log level associated with the specified logger.
getLoggerLevel(String) - ?? ????java.util.logging.LoggingMXBean
Gets the name of the log level associated with the specified logger.
getLoggerName() - ? ????java.util.logging.LogRecord
Get the source Logger's name.
getLoggerNames() - ?? ????java.lang.management.PlatformLoggingMXBean
Returns the list of the currently registered logger names.
getLoggerNames() - ?? ????java.util.logging.LoggingMXBean
Returns the list of currently registered logger names.
getLoggerNames() - ? ????java.util.logging.LogManager
Get an enumeration of known logger names.
getLoggingMXBean() - ? ??????java.util.logging.LogManager
Returns LoggingMXBean for managing loggers.
getLogicalBounds() - ? ????java.awt.font.GlyphVector
Returns the logical bounds of this GlyphVector.
getLogicalHighlightShape(int, int, Rectangle2D) - ? ????java.awt.font.TextLayout
Returns a Shape enclosing the logical selection in the specified range, extended to the specified bounds.
getLogicalHighlightShape(int, int) - ? ????java.awt.font.TextLayout
Returns a Shape enclosing the logical selection in the specified range, extended to the natural bounds of this TextLayout.
getLogicalRangesForVisualSelection(TextHitInfo, TextHitInfo) - ? ????java.awt.font.TextLayout
Returns the logical ranges of text corresponding to a visual selection.
getLogicalStyle() - ? ????javax.swing.JTextPane
Fetches the logical style assigned to the paragraph represented by the current position of the caret, or null.
getLogicalStyle(int) - ? ????javax.swing.text.DefaultStyledDocument
Fetches the logical style assigned to the paragraph represented by the given position.
getLogicalStyle(int) - ?? ????javax.swing.text.StyledDocument
Gets a logical style for a given position in a paragraph.
getLogicalView(FlowView) - ? ????javax.swing.text.FlowView.FlowStrategy
This method gives flow strategies access to the logical view of the FlowView.
getLoginModuleName() - ? ????javax.security.auth.login.AppConfigurationEntry
Get the class name of the configured LoginModule.
getLoginTimeout() - ? ??????java.sql.DriverManager
Gets the maximum time in seconds that a driver can wait when attempting to log in to a database.
getLoginTimeout() - ?? ????javax.sql.CommonDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLogManager() - ? ??????java.util.logging.LogManager
Returns the global LogManager object.
getLogStream() - ? ??????java.sql.DriverManager
????
Use getLogWriter
getLogTimers() - ? ??????javax.swing.Timer
Returns true if logging is enabled.
getLogWriter() - ? ??????java.sql.DriverManager
Retrieves the log writer.
getLogWriter() - ?? ????javax.sql.CommonDataSource
Retrieves the log writer for this DataSource object.
getLong(String) - ? ??????java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, long) - ? ??????java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, Long) - ? ??????java.lang.Long
Returns the long value of the system property with the specified name.
getLong(Object, int) - ? ??????java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a long.
getLong(Object) - ? ????java.lang.reflect.Field
Gets the value of a static or instance field of type long or of another primitive type convertible to type long via a widening conversion.
getLong() - ? ????java.nio.ByteBuffer
Relative get method for reading a long value.
getLong(int) - ? ????java.nio.ByteBuffer
Absolute get method for reading a long value.
getLong(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC BIGINT parameter as a long in the Java programming language.
getLong(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC BIGINT parameter as a long in the Java programming language.
getLong(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(TemporalField) - ?? ????java.time.chrono.ChronoZonedDateTime
 
getLong(TemporalField) - ?? ????java.time.chrono.Era
Gets the value of the specified field from this era as a long.
getLong(TemporalField) - ? ????java.time.chrono.HijrahDate
 
getLong(TemporalField) - ? ????java.time.chrono.JapaneseDate
 
getLong(TemporalField) - ? ????java.time.chrono.MinguoDate
 
getLong(TemporalField) - ? ????java.time.chrono.ThaiBuddhistDate
 
getLong(TemporalField) - ?? ????java.time.DayOfWeek
Gets the value of the specified field from this day-of-week as a long.
getLong(TemporalField) - ? ????java.time.Instant
Gets the value of the specified field from this instant as a long.
getLong(TemporalField) - ? ????java.time.LocalDate
Gets the value of the specified field from this date as a long.
getLong(TemporalField) - ? ????java.time.LocalDateTime
Gets the value of the specified field from this date-time as a long.
getLong(TemporalField) - ? ????java.time.LocalTime
Gets the value of the specified field from this time as a long.
getLong(TemporalField) - ?? ????java.time.Month
Gets the value of the specified field from this month-of-year as a long.
getLong(TemporalField) - ? ????java.time.MonthDay
Gets the value of the specified field from this month-day as a long.
getLong(TemporalField) - ? ????java.time.OffsetDateTime
Gets the value of the specified field from this date-time as a long.
getLong(TemporalField) - ? ????java.time.OffsetTime
Gets the value of the specified field from this time as a long.
getLong(TemporalField) - ?? ????java.time.temporal.TemporalAccessor
Gets the value of the specified field as a long.
getLong(TemporalField) - ? ????java.time.Year
Gets the value of the specified field from this year as a long.
getLong(TemporalField) - ? ????java.time.YearMonth
Gets the value of the specified field from this year-month as a long.
getLong(TemporalField) - ? ????java.time.ZonedDateTime
Gets the value of the specified field from this date-time as a long.
getLong(TemporalField) - ? ????java.time.ZoneOffset
Gets the value of the specified field from this offset as a long.
getLong(String, long) - ? ????java.util.prefs.AbstractPreferences
Implements the getLong method as per the specification in Preferences.getLong(String,long).
getLong(String, long) - ? ????java.util.prefs.Preferences
Returns the long value represented by the string associated with the specified key in this preference node.
getLongFramePosition() - ?? ????javax.sound.sampled.DataLine
Obtains the current position in the audio data, in sample frames.
getLongParameter(int) - ? ????java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a long.
getLookAndFeel() - ? ??????javax.swing.UIManager
Returns the current look and feel or null.
getLookAndFeelDefaults() - ? ??????javax.swing.UIManager
Returns the UIDefaults from the current look and feel, that were obtained at the time the look and feel was installed.
getLoopbackAddress() - ? ??????java.net.InetAddress
Returns the loopback address.
getLoopbackMode() - ? ????java.net.MulticastSocket
Get the setting for local loopback of multicast datagrams.
getLoopCount() - ?? ????javax.sound.midi.Sequencer
Obtains the number of repetitions for playback.
getLoopEndPoint() - ?? ????javax.sound.midi.Sequencer
Obtains the end position of the loop, in MIDI ticks.
getLoopStartPoint() - ?? ????javax.sound.midi.Sequencer
Obtains the start position of the loop, in MIDI ticks.
getLowerBound() - ?? ????javax.lang.model.type.TypeVariable
Returns the lower bound of this type variable.
getLowerBounds() - ?? ????java.lang.reflect.WildcardType
Returns an array of Type objects representing the lower bound(s) of this type variable.
getLoweredBevelBorderUIResource() - ? ??????javax.swing.plaf.BorderUIResource
 
getLowestSetBit() - ? ????java.math.BigInteger
Returns the index of the rightmost (lowest-order) one bit in this BigInteger (the number of zero bits to the right of the rightmost one bit).
getLowestValue() - ? ????javax.swing.plaf.basic.BasicSliderUI
Returns the smallest value that has an entry in the label table.
getLowestValueLabel() - ? ????javax.swing.plaf.basic.BasicSliderUI
Returns the label that corresponds to the highest slider value in the label table.
getLowThreshold() - ? ????javax.management.monitor.GaugeMonitor
Gets the low threshold value common to all observed MBeans.
getLowThreshold() - ?? ????javax.management.monitor.GaugeMonitorMBean
Gets the low threshold value.
getLSB() - ? ????java.awt.font.GlyphMetrics
Returns the left (top) side bearing of the glyph.
getM() - ? ????java.security.spec.ECFieldF2m
Returns the value m of this characteristic 2 finite field.
getMacLength() - ? ????javax.crypto.Mac
Returns the length of the MAC in bytes.
getMagicCaretPosition() - ?? ????javax.swing.text.Caret
Gets the current caret visual location.
getMagicCaretPosition() - ? ????javax.swing.text.DefaultCaret
Gets the saved caret position.
getMainAttributes() - ? ????java.net.JarURLConnection
Returns the main Attributes for the JAR file for this connection.
getMainAttributes() - ? ????java.util.jar.Manifest
Returns the main Attributes for the Manifest.
getMajor() - ???? ????org.ietf.jgss.GSSException
Returns the GSS-API level major error code for the problem causing this exception to be thrown.
getMajorAxis() - ? ????javax.swing.text.AsyncBoxView
Fetch the major axis (the axis the children are tiled along).
getMajorOffset() - ? ????javax.swing.text.AsyncBoxView.ChildState
Get the offset along the major axis
getMajorSpan() - ? ????javax.swing.text.AsyncBoxView.ChildState
What is the span along the major axis.
getMajorString() - ???? ????org.ietf.jgss.GSSException
Returns a string explaining the GSS-API level major error code in this exception.
getMajorTickSpacing() - ? ????javax.swing.JSlider
This method returns the major tick spacing.
getMajorVersion() - ? ????java.awt.color.ICC_Profile
Returns profile major version.
getMajorVersion() - ?? ????java.sql.Driver
Retrieves the driver's major version number.
getManagementSpecVersion() - ?? ????java.lang.management.RuntimeMXBean
Returns the version of the specification for the management interface implemented by the running Java virtual machine.
getManifest() - ? ????java.net.JarURLConnection
Returns the Manifest for this connection, or null if none.
getManifest() - ? ????java.util.jar.JarFile
Returns the jar file manifest, or null if none.
getManifest() - ? ????java.util.jar.JarInputStream
Returns the Manifest for this JAR file, or null if none.
getMappedValue() - ? ????java.util.concurrent.ConcurrentHashMap.KeySetView
Returns the default mapped value for additions, or null if additions are not supported.
getMapSize() - ? ????java.awt.image.IndexColorModel
Returns the size of the color/alpha component arrays in this IndexColorModel.
getMargin() - ? ????javax.swing.AbstractButton
Returns the margin between the button's border and the label.
getMargin() - ? ????javax.swing.JMenuBar
Returns the margin between the menubar's border and its menus.
getMargin() - ? ????javax.swing.JPopupMenu
Returns the margin, in pixels, between the popup menu's border and its containers.
getMargin() - ? ????javax.swing.JToolBar
Returns the margin between the tool bar's border and its buttons.
getMargin() - ? ????javax.swing.text.JTextComponent
Returns the margin between the text component's border and its text.
getMark() - ? ????javax.swing.event.CaretEvent
Fetches the location of other end of a logical selection.
getMark() - ?? ????javax.swing.text.Caret
Fetches the current position of the mark.
getMark() - ? ????javax.swing.text.DefaultCaret
Fetches the current position of the mark.
getMarkBias() - ? ????javax.swing.text.DefaultCaret
Returns the bias of the mark.
getMask(int) - ? ????java.awt.image.PackedColorModel
Returns the mask indicating which bits in a pixel contain the specified color/alpha sample.
getMask() - ? ????javax.swing.text.MaskFormatter
Returns the formatting mask.
getMaskForButton(int) - ? ??????java.awt.event.InputEvent
A method to obtain a mask for any existing mouse button.
getMasks() - ? ????java.awt.image.PackedColorModel
Returns a mask array indicating which bits in a pixel contain the color and alpha samples.
getMasterSyncMode() - ?? ????javax.sound.midi.Sequencer
Obtains the current master synchronization mode for this sequencer.
getMasterSyncModes() - ?? ????javax.sound.midi.Sequencer
Obtains the set of master synchronization modes supported by this sequencer.
getMatchAllSubjectAltNames() - ? ????java.security.cert.X509CertSelector
Indicates if the X509Certificate must contain all or at least one of the subjectAlternativeNames specified in the setSubjectAlternativeNames or addSubjectAlternativeName methods.
getMatchColumnIndexes() - ?? ????javax.sql.rowset.Joinable
Retrieves the indexes of the match columns that were set for this RowSet object with the method setMatchColumn(int[] columnIdxes).
getMatchColumnNames() - ?? ????javax.sql.rowset.Joinable
Retrieves the names of the match columns that were set for this RowSet object with the method setMatchColumn(String [] columnNames).
getMatchingHeaders(String[]) - ? ????javax.xml.soap.MimeHeaders
Returns all the MimeHeader objects whose name matches a name in the given array of names.
getMatchingMimeHeaders(String[]) - ? ????javax.xml.soap.AttachmentPart
Retrieves all MimeHeader objects that match a name in the given array.
getMatchingMimeHeaders(String[]) - ? ????javax.xml.soap.SOAPPart
Retrieves all MimeHeader objects that match a name in the given array.
getMatchingRuleID() - ? ????javax.naming.ldap.SortKey
Retrieves the matching rule ID used to order the attribute values.
getMatrix() - ? ????java.awt.color.ICC_ProfileRGB
Returns a 3x3 float matrix constructed from the X, Y, and Z components of the profile's redColorantTag, greenColorantTag, and blueColorantTag.
getMatrix(double[]) - ? ????java.awt.geom.AffineTransform
Retrieves the 6 specifiable values in the 3x3 affine transformation matrix and places them into an array of double precisions values.
getMatrix() - ? ????java.awt.image.BandCombineOp
Returns a copy of the linear combination matrix.
getMatrix() - ? ????java.awt.print.PageFormat
Returns a transformation matrix that translates user space rendering to the requested orientation of the page.
getMatteColor() - ? ????javax.swing.border.MatteBorder
Returns the color used for tiling the border or null if a tile icon is being used.
getMax() - ? ????java.lang.management.MemoryUsage
Returns the maximum amount of memory in bytes that can be used for memory management.
getMax() - ? ????java.util.DoubleSummaryStatistics
Returns the maximum recorded value, Double.NaN if any recorded value was NaN or Double.NEGATIVE_INFINITY if no values were recorded.
getMax() - ? ????java.util.IntSummaryStatistics
Returns the maximum value recorded, or Integer.MIN_VALUE if no values have been recorded.
getMax() - ? ????java.util.LongSummaryStatistics
Returns the maximum value recorded, or Long.MIN_VALUE if no values have been recorded
getMaxAdvance() - ? ????java.awt.FontMetrics
Gets the maximum advance width of any character in this Font.
getMaxAge() - ? ????java.net.HttpCookie
Returns the maximum age of the cookie, specified in seconds.
getMaxAllowedKeyLength(String) - ? ??????javax.crypto.Cipher
Returns the maximum key length for the specified transformation according to the installed JCE jurisdiction policy files.
getMaxAllowedParameterSpec(String) - ? ??????javax.crypto.Cipher
Returns an AlgorithmParameterSpec object which contains the maximum cipher parameter value according to the jurisdiction policy file.
getMaxAscent() - ? ????java.awt.FontMetrics
Determines the maximum ascent of the Font described by this FontMetrics object.
getMaxBinaryLiteralLength() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of hex characters this database allows in an inline binary literal.
getMaxBufferSize() - ? ????javax.sound.sampled.DataLine.Info
Obtains the maximum buffer size supported by the data line.
getMaxCatalogNameLength() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of characters that this database allows in a catalog name.
getMaxCharactersPerLineCount() - ? ????javax.swing.JOptionPane
Returns the maximum number of characters to place on a line in a message.
getMaxCharactersPerLineCount() - ? ????javax.swing.plaf.basic.BasicOptionPaneUI
Returns the maximum number of characters to place on a line.
getMaxCharBounds(FontRenderContext) - ? ????java.awt.Font
Returns the bounds for the character with the maximum bounds as defined in the specified FontRenderContext.
getMaxCharBounds(Graphics) - ? ????java.awt.FontMetrics
Returns the bounds for the character with the maximum bounds in the specified Graphics context.
getMaxCharLiteralLength() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows for a character literal.
getMaxColumnNameLength() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows for a column name.
getMaxColumnsInGroupBy() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in a GROUP BY clause.
getMaxColumnsInIndex() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in an index.
getMaxColumnsInOrderBy() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in an ORDER BY clause.
getMaxColumnsInSelect() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in a SELECT list.
getMaxColumnsInTable() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in a table.
getMaxConnections() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of concurrent connections to this database that are possible.
getMaxCRL() - ? ????java.security.cert.X509CRLSelector
Returns the maxCRLNumber criterion.
getMaxCursorNameLength() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of characters that this database allows in a cursor name.
getMaxDecent() - ? ????java.awt.FontMetrics
????
As of JDK version 1.1.1, replaced by getMaxDescent().
getMaxDegree() - ? ????javax.management.relation.RoleInfo
Returns maximum degree for corresponding role reference.
getMaxDescent() - ? ????java.awt.FontMetrics
Determines the maximum descent of the Font described by this FontMetrics object.
getMaxExpansion(int) - ? ????java.text.CollationElementIterator
Return the maximum length of any expansion sequences that end with the specified comparison order.
getMaxFieldSize() - ?? ????java.sql.Statement
Retrieves the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
getMaxFieldSize() - ? ????javax.sql.rowset.BaseRowSet
Retrieves the maximum number of bytes that can be used for a column value in this RowSet object.
getMaxFieldSize() - ?? ????javax.sql.RowSet
Retrieves the maximum number of bytes that may be returned for certain column values.
getMaximizedBounds() - ? ????java.awt.Frame
Gets maximized bounds for this frame.
getMaximum() - ?? ????java.awt.Adjustable
Gets the maximum value of the adjustable object.
getMaximum() - ? ????java.awt.Scrollbar
Gets the maximum value of this scroll bar.
getMaximum() - ? ????java.awt.ScrollPaneAdjustable
 
getMaximum() - ? ????java.time.temporal.ValueRange
Gets the maximum value that the field can take.
getMaximum(int) - ? ????java.util.Calendar
Returns the maximum value for the given calendar field of this Calendar instance.
getMaximum(int) - ? ????java.util.GregorianCalendar
Returns the maximum value for the given calendar field of this GregorianCalendar instance.
getMaximum() - ? ????javax.sound.sampled.FloatControl
Obtains the maximum value permitted.
getMaximum() - ?? ????javax.swing.BoundedRangeModel
Returns the model's maximum.
getMaximum() - ? ????javax.swing.DefaultBoundedRangeModel
Returns the model's maximum.
getMaximum() - ? ????javax.swing.JProgressBar
Returns the progress bar's maximum value from the BoundedRangeModel.
getMaximum() - ? ????javax.swing.JScrollBar
The maximum value of the scrollbar is maximum - extent.
getMaximum() - ? ????javax.swing.JSlider
Returns the maximum value supported by the slider from the BoundedRangeModel.
getMaximum() - ? ????javax.swing.ProgressMonitor
Returns the maximum value -- the higher end of the progress value.
getMaximum() - ? ????javax.swing.SpinnerNumberModel
Returns the last number in the sequence.
getMaximum() - ? ????javax.swing.text.InternationalFormatter
Returns the maximum permissible value.
getMaximumAccessibleValue() - ? ????java.awt.Button.AccessibleAWTButton
Get the maximum value of this object as a Number.
getMaximumAccessibleValue() - ? ????java.awt.Checkbox.AccessibleAWTCheckbox
Get the maximum value of this object as a Number.
getMaximumAccessibleValue() - ? ????java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Get the maximum value of this object as a Number.
getMaximumAccessibleValue() - ? ????java.awt.MenuItem.AccessibleAWTMenuItem
Get the maximum value of this object as a Number.
getMaximumAccessibleValue() - ? ????java.awt.Scrollbar.AccessibleAWTScrollBar
Get the maximum accessible value of this object.
getMaximumAccessibleValue() - ?? ????javax.accessibility.AccessibleValue
Get the maximum value of this object as a Number.
getMaximumAccessibleValue() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Get the maximum value of this object as a Number.
getMaximumAccessibleValue() - ? ????javax.swing.JInternalFrame.AccessibleJInternalFrame
Get the maximum value of this object as a Number.
getMaximumAccessibleValue() - ? ????javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
Gets the maximum value of this object as a Number.
getMaximumAccessibleValue() - ? ????javax.swing.JProgressBar.AccessibleJProgressBar
Gets the maximum accessible value of this object.
getMaximumAccessibleValue() - ? ????javax.swing.JScrollBar.AccessibleJScrollBar
Get the maximum accessible value of this object.
getMaximumAccessibleValue() - ? ????javax.swing.JSlider.AccessibleJSlider
Get the maximum accessible value of this object.
getMaximumAccessibleValue() - ? ????javax.swing.JSpinner.AccessibleJSpinner
Get the maximum value of this object as a Number.
getMaximumAccessibleValue() - ? ????javax.swing.JSplitPane.AccessibleJSplitPane
Gets the maximum accessible value of this object.
getMaximumCharHeight(SynthContext) - ? ????javax.swing.plaf.synth.SynthGraphicsUtils
Returns the maximum height of the the Font from the passed in SynthContext.
getMaximumCursorColors() - ? ????java.awt.Toolkit
Returns the maximum number of colors the Toolkit supports in a custom cursor palette.
getMaximumDividerLocation() - ? ????javax.swing.JSplitPane
Returns the maximum location of the divider from the look and feel implementation.
getMaximumDividerLocation(JSplitPane) - ? ????javax.swing.plaf.basic.BasicSplitPaneUI
Gets the maximum location of the divider.
getMaximumDividerLocation(JSplitPane) - ? ????javax.swing.plaf.multi.MultiSplitPaneUI
Invokes the getMaximumDividerLocation method on each UI handled by this object.
getMaximumDividerLocation(JSplitPane) - ? ????javax.swing.plaf.SplitPaneUI
Returns the maximum possible location of the divider.
getMaximumFractionDigits() - ? ????java.text.DecimalFormat
Gets the maximum number of digits allowed in the fraction portion of a number.
getMaximumFractionDigits() - ? ????java.text.NumberFormat
Returns the maximum number of digits allowed in the fraction portion of a number.
getMaximumIntegerDigits() - ? ????java.text.DecimalFormat
Gets the maximum number of digits allowed in the integer portion of a number.
getMaximumIntegerDigits() - ? ????java.text.NumberFormat
Returns the maximum number of digits allowed in the integer portion of a number.
getMaximumPoolSize() - ? ????java.util.concurrent.ThreadPoolExecutor
Returns the maximum allowed number of threads.
getMaximumRowCount() - ? ????javax.swing.JComboBox
Returns the maximum number of items the combo box can display without a scrollbar
getMaximumSize() - ? ????java.awt.Component
Gets the maximum size of this component.
getMaximumSize() - ? ????java.awt.Container
Returns the maximum size of this container.
getMaximumSize() - ? ????javax.swing.JComponent
If the maximum size has been set to a non-null value just returns it.
getMaximumSize() - ? ????javax.swing.JScrollBar
The scrollbar is flexible along it's scrolling axis and rigid along the other axis.
getMaximumSize() - ? ????javax.swing.JToolBar.Separator
Returns the maximum size for the separator.
getMaximumSize() - ? ????javax.swing.plaf.basic.BasicArrowButton
Returns the maximum size of the BasicArrowButton.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicButtonUI
 
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicComboBoxUI
 
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicDesktopIconUI
Desktop icons can not be resized.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicDesktopPaneUI
 
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicInternalFrameUI
 
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicLabelUI
 
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicMenuBarUI
 
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicMenuItemUI
 
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicMenuUI
 
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicProgressBarUI
 
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicScrollBarUI
 
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicScrollPaneUI
 
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicSeparatorUI
 
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicSliderUI
 
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicSplitPaneUI
Returns the maximum size for the passed in component, This is passed off to the current layout manager.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicTableHeaderUI
Return the maximum size of the header.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicTableUI
Return the maximum size of the table.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicTextUI
Gets the maximum size for the editor component.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicToolTipUI
 
getMaximumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicTreeUI
Returns the maximum size for this component, which will be the preferred size if the instance is currently in a JTree, or 0, 0.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.ComponentUI
Returns the specified component's maximum size appropriate for the look and feel.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.LayerUI
If the JLayer's view component is not null, this returns the result of the view's getMaximumSize() method.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.metal.MetalDesktopIconUI
 
getMaximumSize(JComponent) - ? ????javax.swing.plaf.metal.MetalFileChooserUI
Returns the maximum size of the JFileChooser.
getMaximumSize() - ? ????javax.swing.plaf.metal.MetalScrollButton
 
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiButtonUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiColorChooserUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiComboBoxUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiDesktopIconUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiDesktopPaneUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiFileChooserUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiInternalFrameUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiLabelUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiListUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiMenuBarUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiMenuItemUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiOptionPaneUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiPanelUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiPopupMenuUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiProgressBarUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiRootPaneUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiScrollBarUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiScrollPaneUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiSeparatorUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiSliderUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiSpinnerUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiSplitPaneUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiTabbedPaneUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiTableHeaderUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiTableUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiTextUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiToolBarUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiToolTipUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiTreeUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiViewportUI
Invokes the getMaximumSize method on each UI handled by this object.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.synth.SynthButtonUI
Returns the specified component's maximum size appropriate for the look and feel.
getMaximumSize(SynthContext, Font, String, Icon, int, int, int, int, int, int) - ? ????javax.swing.plaf.synth.SynthGraphicsUtils
Returns the maximum size needed to properly render an icon and text.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.synth.SynthLabelUI
Returns the specified component's maximum size appropriate for the look and feel.
getMaximumSize(JComponent) - ? ????javax.swing.plaf.synth.SynthSeparatorUI
Returns the specified component's maximum size appropriate for the look and feel.
getMaximumSpan(int) - ? ????javax.swing.text.AsyncBoxView
Determines the maximum span for this view along an axis.
getMaximumSpan(int) - ? ????javax.swing.text.BoxView
Determines the maximum span for this view along an axis.
getMaximumSpan(int) - ? ????javax.swing.text.ComponentView
Determines the maximum span for this view along an axis.
getMaximumSpan(int) - ? ????javax.swing.text.html.BlockView
Determines the maximum span for this view along an axis.
getMaximumSpan(int) - ? ????javax.swing.text.html.FormView
Determines the maximum span for this view along an axis.
getMaximumSpan(int) - ? ????javax.swing.text.html.ParagraphView
Determines the maximum span for this view along an axis.
getMaximumSpan(int) - ? ????javax.swing.text.View
Determines the maximum span for this view along an axis.
getMaximumSpan(int) - ? ????javax.swing.text.WrappedPlainView
Determines the maximum span for this view along an axis.
getMaximumStreamFormatVersion() - ?? ????javax.rmi.CORBA.ValueHandlerMultiFormat
Returns the maximum stream format version for RMI/IDL custom value types that is supported by this ValueHandler object.
getMaximumThumbSize() - ? ????javax.swing.plaf.basic.BasicScrollBarUI
Returns the largest acceptable size for the thumb.
getMaximumValue() - ? ????javax.swing.Spring
Returns the maximum value of this Spring.
getMaximumWindowBounds() - ? ????java.awt.GraphicsEnvironment
Returns the maximum bounds for centered Windows.
getMaximumZoneSize() - ? ????javax.swing.text.ZoneView
Get the current maximum zone size.
getMaxIndexLength() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of bytes this database allows for an index, including all of the parts of the index.
getMaxLabel() - ? ????javax.sound.sampled.FloatControl
Obtains the label for the maximum value, such as "Right" or "Full."
getMaxLines(Line.Info) - ?? ????javax.sound.sampled.Mixer
Obtains the approximate maximum number of lines of the requested type that can be open simultaneously on the mixer.
getMaxLogicalLobSize() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of bytes this database allows for the logical size for a LOB.
getMaxPage() - ? ????java.awt.JobAttributes
Specifies the maximum value the user can specify as the last page to be printed for jobs using these attributes.
getMaxPathLength() - ? ????java.security.cert.PKIXBuilderParameters
Returns the value of the maximum number of intermediate non-self-issued certificates that may exist in a certification path.
getMaxPolyphony() - ?? ????javax.sound.midi.Synthesizer
Obtains the maximum number of notes that this synthesizer can sound simultaneously.
getMaxPriority() - ? ????java.lang.ThreadGroup
Returns the maximum priority of this thread group.
getMaxProcedureNameLength() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of characters that this database allows in a procedure name.
getMaxReceivers() - ?? ????javax.sound.midi.MidiDevice
Obtains the maximum number of MIDI IN connections available on this MIDI device for receiving MIDI data.
getMaxRows() - ?? ????java.sql.Statement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMaxRows() - ? ????javax.sql.rowset.BaseRowSet
Retrieves the maximum number of rows that this RowSet object may contain.
getMaxRows() - ?? ????javax.sql.RowSet
Retrieves the maximum number of rows that this RowSet object can contain.
getMaxRowSize() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of bytes this database allows in a single row.
getMaxSchemaNameLength() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of characters that this database allows in a schema name.
getMaxSelectionIndex() - ? ????javax.swing.DefaultListSelectionModel
Returns the last selected index or -1 if the selection is empty.
getMaxSelectionIndex() - ? ????javax.swing.JList
Returns the largest selected cell index, or -1 if the selection is empty.
getMaxSelectionIndex() - ?? ????javax.swing.ListSelectionModel
Returns the last selected index or -1 if the selection is empty.
getMaxSelectionRow() - ? ????javax.swing.JTree
Returns the largest selected row.
getMaxSelectionRow() - ? ????javax.swing.tree.DefaultTreeSelectionModel
Returns the largest value obtained from the RowMapper for the current set of selected TreePaths.
getMaxSelectionRow() - ?? ????javax.swing.tree.TreeSelectionModel
Returns the largest value obtained from the RowMapper for the current set of selected TreePaths.
getMaxSortKeys() - ? ????javax.swing.DefaultRowSorter
Returns the maximum number of sort keys.
getMaxStatementLength() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows in an SQL statement.
getMaxStatements() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of active statements to this database that can be open at the same time.
getMaxTableNameLength() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows in a table name.
getMaxTablesInSelect() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of tables this database allows in a SELECT statement.
getMaxTransmitters() - ?? ????javax.sound.midi.MidiDevice
Obtains the maximum number of MIDI OUT connections available on this MIDI device for transmitting MIDI data.
getMaxUserNameLength() - ?? ????java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows in a user name.
getMaxValue(int) - ? ????java.awt.color.ColorSpace
Returns the maximum normalized color component value for the specified component.
getMaxValue(int) - ? ????java.awt.color.ICC_ColorSpace
Returns the maximum normalized color component value for the specified component.
getMaxValue() - ? ????javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the maximal value for the attribute described by this OpenMBeanAttributeInfoSupport instance, if specified, or null otherwise.
getMaxValue() - ?? ????javax.management.openmbean.OpenMBeanParameterInfo
Returns the maximal value for this parameter, if it has one, or null otherwise.
getMaxValue() - ? ????javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the maximal value for the parameter described by this OpenMBeanParameterInfoSupport instance, if specified, or null otherwise.
getMaxWidth() - ? ????javax.swing.table.TableColumn
Returns the maximum width for the TableColumn.
getMaxX() - ? ????java.awt.geom.RectangularShape
Returns the largest X coordinate of the framing rectangle of the Shape in double precision.
getMaxY() - ? ????java.awt.geom.RectangularShape
Returns the largest Y coordinate of the framing rectangle of the Shape in double precision.
getMaxZonesLoaded() - ? ????javax.swing.text.ZoneView
Get the current setting of the number of zones allowed to be loaded at the same time.
getMBeanCount() - ?? ????javax.management.MBeanServer
Returns the number of MBeans registered in the MBean server.
getMBeanCount() - ?? ????javax.management.MBeanServerConnection
Returns the number of MBeans registered in the MBean server.
getMBeanCount(Subject) - ?? ????javax.management.remote.rmi.RMIConnection
getMBeanCount(Subject) - ? ????javax.management.remote.rmi.RMIConnectionImpl
 
getMBeanCount(Subject) - ? ????javax.management.remote.rmi.RMIConnectionImpl_Stub
 
getMBeanDescriptor() - ?? ????javax.management.modelmbean.ModelMBeanInfo
Returns the ModelMBean's descriptor which contains MBean wide policies.
getMBeanDescriptor() - ? ????javax.management.modelmbean.ModelMBeanInfoSupport
 
getMBeanInfo() - ?? ????javax.management.DynamicMBean
Provides the exposed attributes and actions of the Dynamic MBean using an MBeanInfo object.
getMBeanInfo(ObjectName) - ?? ????javax.management.MBeanServer
 
getMBeanInfo(ObjectName) - ?? ????javax.management.MBeanServerConnection
This method discovers the attributes and operations that an MBean exposes for management.
getMBeanInfo() - ? ????javax.management.modelmbean.RequiredModelMBean
Returns the attributes, operations, constructors and notifications that this RequiredModelMBean exposes for management.
getMBeanInfo(ObjectName, Subject) - ?? ????javax.management.remote.rmi.RMIConnection
getMBeanInfo(ObjectName, Subject) - ? ????javax.management.remote.rmi.RMIConnectionImpl
 
getMBeanInfo(ObjectName, Subject) - ? ????javax.management.remote.rmi.RMIConnectionImpl_Stub
 
getMBeanInfo() - ? ????javax.management.StandardMBean
Get the MBeanInfo for this MBean.
getMBeanInterface() - ? ????javax.management.StandardMBean
Get the Management Interface of this Standard MBean (or MXBean).
getMBeanName() - ? ????javax.management.MBeanServerNotification
Returns the object name of the MBean that caused the notification.
getMBeanServer() - ? ??????javax.management.QueryEval
Return the MBean server that was most recently given to the setMBeanServer method by this thread.
getMBeanServer() - ? ????javax.management.remote.JMXConnectorServer
Returns the MBean server that this connector server is attached to.
getMBeanServer() - ?? ????javax.management.remote.MBeanServerForwarder
Returns the MBeanServer object to which requests will be forwarded.
getMBeanServer() - ? ????javax.management.remote.rmi.RMIServerImpl
The MBeanServer to which this connector server is attached.
getMBeanServerConnection() - ? ????javax.management.MBeanServerInvocationHandler
The MBean server connection through which the methods of a proxy using this handler are forwarded.
getMBeanServerConnection() - ?? ????javax.management.remote.JMXConnector
Returns an MBeanServerConnection object representing a remote MBean server.
getMBeanServerConnection(Subject) - ?? ????javax.management.remote.JMXConnector
Returns an MBeanServerConnection object representing a remote MBean server on which operations are performed on behalf of the supplied delegation subject.
getMBeanServerConnection() - ? ????javax.management.remote.rmi.RMIConnector
 
getMBeanServerConnection(Subject) - ? ????javax.management.remote.rmi.RMIConnector
 
getMBeanServerId() - ? ????javax.management.MBeanServerDelegate
Returns the MBean server agent identity.
getMBeanServerId() - ?? ????javax.management.MBeanServerDelegateMBean
Returns the MBean server agent identity.
getMBeansFromURL(URL) - ? ????javax.management.loading.MLet
Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
getMBeansFromURL(String) - ? ????javax.management.loading.MLet
Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
getMBeansFromURL(String) - ?? ????javax.management.loading.MLetMBean
Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
getMBeansFromURL(URL) - ?? ????javax.management.loading.MLetMBean
Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
getMBeansToUnregister() - ? ????javax.management.relation.RelationNotification
Returns the list of ObjectNames of MBeans expected to be unregistered due to a relation removal (only for relation removal).
getMech() - ?? ????org.ietf.jgss.GSSContext
Determines what mechanism is being used for this context.
getMechanismName() - ?? ????javax.security.sasl.SaslClient
Returns the IANA-registered mechanism name of this SASL client.
getMechanismName() - ?? ????javax.security.sasl.SaslServer
Returns the IANA-registered mechanism name of this SASL server.
getMechanismNames(Map<String, ?>) - ?? ????javax.security.sasl.SaslClientFactory
Returns an array of names of mechanisms that match the specified mechanism selection policies.
getMechanismNames(Map<String, ?>) - ?? ????javax.security.sasl.SaslServerFactory
Returns an array of names of mechanisms that match the specified mechanism selection policies.
getMechanismType() - ? ????javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
Returns the type of the XML processing mechanism and representation supported by this KeyInfoFactory (ex: "DOM")
getMechanismType() - ? ????javax.xml.crypto.dsig.TransformService
Returns the mechanism type supported by this TransformService.
getMechanismType() - ? ????javax.xml.crypto.dsig.XMLSignatureFactory
Returns the type of the XML processing mechanism and representation supported by this XMLSignatureFactory (ex: "DOM").
getMechs() - ?? ????org.ietf.jgss.GSSCredential
Returns a list of mechanisms supported by this credential.
getMechs() - ? ????org.ietf.jgss.GSSManager
Returns a list of mechanisms that are available to GSS-API callers through this GSSManager.
getMechsForName(Oid) - ? ????org.ietf.jgss.GSSManager
Returns a list of mechanisms that support the indicated name type.
getMedia() - ? ????java.awt.PageAttributes
Returns the paper size for pages using these attributes.
getMediaSizeForName(MediaSizeName) - ? ??????javax.print.attribute.standard.MediaSize
Get the MediaSize for the specified named media.
getMediaSizeName() - ? ????javax.print.attribute.standard.MediaSize
Get the media name, if any, for this size.
getMediaSubtype() - ? ????javax.print.DocFlavor
Returns this doc flavor object's media subtype (from the MIME type).
getMediaType() - ? ????javax.print.DocFlavor
Returns this doc flavor object's media type (from the MIME type).
getMediaWhitePoint() - ? ????java.awt.color.ICC_ProfileGray
Returns a float array of length 3 containing the X, Y, and Z components of the mediaWhitePointTag in the ICC profile.
getMediaWhitePoint() - ? ????java.awt.color.ICC_ProfileRGB
Returns an array that contains the components of the profile's mediaWhitePointTag.
getMemberControls() - ? ????javax.sound.sampled.CompoundControl
Returns the set of member controls that comprise the compound control.
getMembers() - ? ????javax.print.attribute.SetOfIntegerSyntax
Obtain this set-of-integer attribute's members in canonical array form.
getMemoryManagerMXBeans() - ? ??????java.lang.management.ManagementFactory
Returns a list of MemoryManagerMXBean objects in the Java virtual machine.
getMemoryManagerNames() - ?? ????java.lang.management.MemoryPoolMXBean
Returns the name of memory managers that manages this memory pool.
getMemoryMXBean() - ? ??????java.lang.management.ManagementFactory
Returns the managed bean for the memory system of the Java virtual machine.
getMemoryPoolMXBeans() - ? ??????java.lang.management.ManagementFactory
Returns a list of MemoryPoolMXBean objects in the Java virtual machine.
getMemoryPoolNames() - ?? ????java.lang.management.MemoryManagerMXBean
Returns the name of memory pools that this memory manager manages.
getMemoryUsed() - ?? ????java.lang.management.BufferPoolMXBean
Returns an estimate of the memory that the Java virtual machine is using for this buffer pool.
getMenu(int) - ? ????java.awt.MenuBar
Gets the specified menu.
getMenu(int) - ? ????javax.swing.JMenuBar
Returns the menu at the specified position in the menu bar.
getMenuArrowIcon() - ? ??????javax.swing.plaf.basic.BasicIconFactory
 
getMenuArrowIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getMenuBackground() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the menu background color of the current theme.
getMenuBackground() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the menu background color.
getMenuBar() - ? ????java.awt.Frame
Gets the menu bar for this frame.
getMenuBar() - ? ????javax.swing.JInternalFrame
????
As of Swing version 1.0.3, replaced by getJMenuBar().
getMenuBar() - ? ????javax.swing.JRootPane
????
As of Swing version 1.0.3 replaced by getJMenuBar().
getMenuBarBorder() - ? ??????javax.swing.plaf.basic.BasicBorders
 
getMenuComponent(int) - ? ????javax.swing.JMenu
Returns the component at position n.
getMenuComponentCount() - ? ????javax.swing.JMenu
Returns the number of components on the menu.
getMenuComponents() - ? ????javax.swing.JMenu
Returns an array of Components of the menu's subcomponents.
getMenuCount() - ? ????java.awt.MenuBar
Gets the number of menus on the menu bar.
getMenuCount() - ? ????javax.swing.JMenuBar
Returns the number of items in the menu bar.
getMenuDisabledForeground() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the menu disabled foreground color of the current theme.
getMenuDisabledForeground() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the menu disabled foreground color.
getMenuDisabledForeground() - ? ????javax.swing.plaf.metal.OceanTheme
Returns the menu disabled foreground color.
getMenuDragMouseListeners() - ? ????javax.swing.JMenuItem
Returns an array of all the MenuDragMouseListeners added to this JMenuItem with addMenuDragMouseListener().
getMenuForeground() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the menu foreground color of the current theme.
getMenuForeground() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the menu foreground color.
getMenuItemArrowIcon() - ? ??????javax.swing.plaf.basic.BasicIconFactory
 
getMenuItemArrowIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getMenuItemCheckIcon() - ? ??????javax.swing.plaf.basic.BasicIconFactory
 
getMenuItemCheckIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
Returns an icon to be used by JCheckBoxMenuItem.
getMenuKeyListeners() - ? ????javax.swing.JMenuItem
Returns an array of all the MenuKeyListeners added to this JMenuItem with addMenuKeyListener().
getMenuKeyListeners() - ? ????javax.swing.JPopupMenu
Returns an array of all the MenuKeyListeners added to this JPopupMenu with addMenuKeyListener().
getMenuListeners() - ? ????javax.swing.JMenu
Returns an array of all the MenuListeners added to this JMenu with addMenuListener().
getMenuSelectedBackground() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the menu selected background color of the current theme.
getMenuSelectedBackground() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the menu selected background color.
getMenuSelectedForeground() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the menu selected foreground color of the current theme.
getMenuSelectedForeground() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the menu selected foreground color.
getMenuSelectionManager() - ? ????javax.swing.event.MenuDragMouseEvent
Returns the current menu selection manager.
getMenuSelectionManager() - ? ????javax.swing.event.MenuKeyEvent
Returns the current menu selection manager.
getMenuShortcutKeyMask() - ? ????java.awt.Toolkit
Determines which modifier key is the appropriate accelerator key for menu shortcuts.
getMenuTextFont() - ? ????javax.swing.plaf.metal.DefaultMetalTheme
Returns the menu text font.
getMenuTextFont() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the menu text font of the current theme.
getMenuTextFont() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the menu text font.
getMessage() - ???? ????java.awt.HeadlessException
 
getMessage() - ???? ????java.io.InvalidClassException
Produce the message and include the classname, if present.
getMessage() - ???? ????java.io.WriteAbortedException
Produce the message and include the message from the nested exception, if there is one.
getMessage() - ? ????java.lang.Throwable
Returns the detail message string of this throwable.
getMessage() - ???? ????java.net.URISyntaxException
Returns a string describing the parse error.
getMessage() - ???? ????java.nio.charset.MalformedInputException
Returns the message.
getMessage() - ???? ????java.nio.charset.UnmappableCharacterException
Returns the message.
getMessage() - ???? ????java.nio.file.FileSystemException
Returns the detail message string.
getMessage() - ???? ????java.nio.file.InvalidPathException
Returns a string describing the error.
getMessage() - ???? ????java.rmi.activation.ActivationException
Returns the detail message, including the message from the cause, if any, of this exception.
getMessage() - ???? ????java.rmi.RemoteException
Returns the detail message, including the message from the cause, if any, of this exception.
getMessage() - ???? ????java.rmi.server.ServerCloneException
Returns the detail message, including the message from the cause, if any, of this exception.
getMessage() - ???? ????java.security.cert.CertificateRevokedException
 
getMessage() - ???? ????java.util.DuplicateFormatFlagsException
 
getMessage() - ???? ????java.util.FormatFlagsConversionMismatchException
 
getMessage() - ???? ????java.util.IllegalFormatCodePointException
 
getMessage() - ???? ????java.util.IllegalFormatConversionException
 
getMessage() - ???? ????java.util.IllegalFormatFlagsException
 
getMessage() - ???? ????java.util.IllegalFormatPrecisionException
 
getMessage() - ???? ????java.util.IllegalFormatWidthException
 
getMessage() - ? ????java.util.logging.LogRecord
Get the "raw" log message, before localization or formatting.
getMessage() - ???? ????java.util.MissingFormatArgumentException
 
getMessage() - ???? ????java.util.MissingFormatWidthException
 
getMessage() - ???? ????java.util.regex.PatternSyntaxException
Returns a multi-line string containing the description of the syntax error and its index, the erroneous regular-expression pattern, and a visual indication of the error index within the pattern.
getMessage() - ???? ????java.util.UnknownFormatConversionException
 
getMessage() - ???? ????java.util.UnknownFormatFlagsException
 
getMessage() - ?? ????javax.annotation.processing.Completion
Returns an informative message about the completion.
getMessage() - ? ????javax.management.Notification
Get the notification message.
getMessage() - ???? ????javax.script.ScriptException
Returns a message containing the String passed to a constructor as well as line and column numbers and filename if any of these are known.
getMessage() - ? ????javax.security.auth.callback.TextOutputCallback
Get the message to be displayed.
getMessage() - ? ????javax.sound.midi.MidiEvent
Obtains the MIDI message contained in the event.
getMessage() - ? ????javax.sound.midi.MidiMessage
Obtains the MIDI message data.
getMessage() - ? ????javax.swing.JOptionPane
Returns the message-object this pane displays.
getMessage() - ? ????javax.swing.plaf.basic.BasicOptionPaneUI
Returns the message to display from the JOptionPane the receiver is providing the look and feel for.
getMessage(Locale) - ?? ????javax.tools.Diagnostic
Gets a localized message for the given locale.
getMessage() - ? ????javax.xml.bind.helpers.ValidationEventImpl
 
getMessage() - ?? ????javax.xml.bind.ValidationEvent
Retrieve the text message for this warning/error.
getMessage() - ?? ????javax.xml.parsers.FactoryConfigurationError
Return the message (if any) for this error .
getMessage() - ???? ????javax.xml.soap.SOAPException
Returns the detail message for this SOAPException object.
getMessage() - ?? ????javax.xml.stream.FactoryConfigurationError
Report the message associated with this error
getMessage() - ?? ????javax.xml.transform.TransformerFactoryConfigurationError
Return the message (if any) for this error .
getMessage() - ?? ????javax.xml.ws.handler.LogicalMessageContext
Gets the message from this message context
getMessage() - ?? ????javax.xml.ws.handler.soap.SOAPMessageContext
Gets the SOAPMessage from this message context.
getMessage() - ???? ????org.ietf.jgss.GSSException
Returns a textual representation of both the major and the minor status codes.
getMessage() - ?? ????org.w3c.dom.DOMError
An implementation specific string describing the error that occurred.
getMessage() - ???? ????org.xml.sax.SAXException
Return a detail message for this exception.
getMessageAndLocation() - ???? ????javax.xml.transform.TransformerException
Get the error message with location information appended.
getMessageContext() - ?? ????javax.xml.ws.WebServiceContext
Returns the MessageContext for the request being served at the time this method is called.
getMessageDigest() - ? ????java.security.DigestInputStream
Returns the message digest associated with this stream.
getMessageDigest() - ? ????java.security.DigestOutputStream
Returns the message digest associated with this stream.
getMessageFactory() - ?? ????javax.xml.ws.soap.SOAPBinding
Gets the SAAJ MessageFactory instance used by this SOAP binding.
getMessager() - ?? ????javax.annotation.processing.ProcessingEnvironment
Returns the messager used to report errors, warnings, and other notices.
getMessageType() - ? ????javax.security.auth.callback.ConfirmationCallback
Get the message type.
getMessageType() - ? ????javax.security.auth.callback.TextOutputCallback
Get the message type.
getMessageType() - ? ????javax.swing.JOptionPane
Returns the message type.
getMetaData() - ?? ????java.sql.Connection
Retrieves a DatabaseMetaData object that contains metadata about the database to which this Connection object represents a connection.
getMetaData() - ?? ????java.sql.PreparedStatement
Retrieves a ResultSetMetaData object that contains information about the columns of the ResultSet object that will be returned when this PreparedStatement object is executed.
getMetaData() - ?? ????java.sql.ResultSet
Retrieves the number, types and properties of this ResultSet object's columns.
getMetadata() - ? ????javax.imageio.IIOImage
Returns a reference to the current IIOMetadata object, or null is none is set.
getMetadata() - ? ????javax.xml.ws.Endpoint
Returns a list of metadata documents for the service.
getMetadataFormat(String) - ? ????javax.imageio.metadata.IIOMetadata
Returns an IIOMetadataFormat object describing the given metadata format, or null if no description is available.
getMetadataFormatNames() - ? ????javax.imageio.metadata.IIOMetadata
Returns an array of Strings containing the names of all metadata formats, including the native and standard formats, recognized by this plug-in's getAsTree, setFromTree, and mergeTree methods.
getMetaKey() - ?? ????org.w3c.dom.events.MouseEvent
Used to indicate whether the 'meta' key was depressed during the firing of the event.
getMethod() - ? ????java.beans.MethodDescriptor
Gets the method that this MethodDescriptor encapsulates.
getMethod(String, Class<?>...) - ? ????java.lang.Class
Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object.
getMethod() - ? ????java.util.zip.ZipEntry
Returns the compression method of the entry.
getMethod() - ? ????javax.swing.text.html.FormSubmitEvent
Gets the form method type.
getMethodCallSyntax(String, String, String...) - ?? ????javax.script.ScriptEngineFactory
Returns a String which can be used to invoke a method of a Java object using the syntax of the supported scripting language.
getMethodDescriptors() - ?? ????java.beans.BeanInfo
Returns the method descriptors of the bean that define the externally visible methods supported by this bean.
getMethodDescriptors() - ? ????java.beans.SimpleBeanInfo
Deny knowledge of methods.
getMethodName() - ? ????java.beans.Statement
Returns the name of the method to invoke.
getMethodName() - ? ????java.lang.StackTraceElement
Returns the name of the method containing the execution point represented by this stack trace element.
getMethods() - ? ????java.lang.Class
Returns an array containing Method objects reflecting all the public methods of the class or interface represented by this Class object, including those declared by the class or interface and those inherited from superclasses and superinterfaces.
getMethodType() - ?? ????java.lang.invoke.MethodHandleInfo
Returns the nominal type of the cracked symbolic reference, expressed as a method type.
getMGFAlgorithm() - ? ????java.security.spec.PSSParameterSpec
Returns the mask generation function algorithm name.
getMGFAlgorithm() - ? ????javax.crypto.spec.OAEPParameterSpec
Returns the mask generation function algorithm name.
getMGFParameters() - ? ????java.security.spec.PSSParameterSpec
Returns the parameters for the mask generation function.
getMGFParameters() - ? ????javax.crypto.spec.OAEPParameterSpec
Returns the parameters for the mask generation function.
getMIC(byte[], int, int, MessageProp) - ?? ????org.ietf.jgss.GSSContext
Returns a token containing a cryptographic Message Integrity Code (MIC) for the supplied message, for transfer to the peer application.
getMIC(InputStream, OutputStream, MessageProp) - ?? ????org.ietf.jgss.GSSContext
Uses streams to produce a token containing a cryptographic MIC for the supplied message, for transfer to the peer application.
getMicrosecondLength() - ? ????javax.sound.midi.MidiFileFormat
Obtains the length of the MIDI file, expressed in microseconds.
getMicrosecondLength() - ? ????javax.sound.midi.Sequence
Obtains the duration of this sequence, expressed in microseconds.
getMicrosecondLength() - ?? ????javax.sound.midi.Sequencer
Obtains the length of the current sequence, expressed in microseconds, or 0 if no sequence is set.
getMicrosecondLength() - ?? ????javax.sound.sampled.Clip
Obtains the media duration in microseconds
getMicrosecondPosition() - ?? ????javax.sound.midi.MidiDevice
Obtains the current time-stamp of the device, in microseconds.
getMicrosecondPosition() - ?? ????javax.sound.midi.Sequencer
Obtains the current position in the sequence, expressed in microseconds.
getMicrosecondPosition() - ?? ????javax.sound.sampled.DataLine
Obtains the current position in the audio data, in microseconds.
getMidiDevice() - ?? ????javax.sound.midi.MidiDeviceReceiver
Obtains a MidiDevice object which is an owner of this Receiver.
getMidiDevice() - ?? ????javax.sound.midi.MidiDeviceTransmitter
Obtains a MidiDevice object which is an owner of this Transmitter.
getMidiDevice(MidiDevice.Info) - ? ??????javax.sound.midi.MidiSystem
Obtains the requested MIDI device.
getMidiDeviceInfo() - ? ??????javax.sound.midi.MidiSystem
Obtains an array of information objects representing the set of all MIDI devices available on the system.
getMidiFileFormat(InputStream) - ? ??????javax.sound.midi.MidiSystem
Obtains the MIDI file format of the data in the specified input stream.
getMidiFileFormat(URL) - ? ??????javax.sound.midi.MidiSystem
Obtains the MIDI file format of the data in the specified URL.
getMidiFileFormat(File) - ? ??????javax.sound.midi.MidiSystem
Obtains the MIDI file format of the specified File.
getMidiFileFormat(InputStream) - ? ????javax.sound.midi.spi.MidiFileReader
Obtains the MIDI file format of the input stream provided.
getMidiFileFormat(URL) - ? ????javax.sound.midi.spi.MidiFileReader
Obtains the MIDI file format of the URL provided.
getMidiFileFormat(File) - ? ????javax.sound.midi.spi.MidiFileReader
Obtains the MIDI file format of the File provided.
getMidiFileTypes() - ? ??????javax.sound.midi.MidiSystem
Obtains the set of MIDI file types for which file writing support is provided by the system.
getMidiFileTypes(Sequence) - ? ??????javax.sound.midi.MidiSystem
Obtains the set of MIDI file types that the system can write from the sequence specified.
getMidiFileTypes() - ? ????javax.sound.midi.spi.MidiFileWriter
Obtains the set of MIDI file types for which file writing support is provided by this file writer.
getMidiFileTypes(Sequence) - ? ????javax.sound.midi.spi.MidiFileWriter
Obtains the file types that this file writer can write from the sequence specified.
getMidLabel() - ? ????javax.sound.sampled.FloatControl
Obtains the label for the mid-point value, such as "Center" or "Default."
getMidTermsOfReductionPolynomial() - ? ????java.security.spec.ECFieldF2m
Returns an integer array which contains the order of the middle term(s) of the reduction polynomial for polynomial basis or null for normal basis.
getMillis() - ? ????java.util.logging.LogRecord
Get event time in milliseconds since 1970.
getMillisecond() - ? ????javax.xml.datatype.XMLGregorianCalendar
Return millisecond precision of XMLGregorianCalendar.getFractionalSecond().
getMillisToDecideToPopup() - ? ????javax.swing.ProgressMonitor
Returns the amount of time this object waits before deciding whether or not to popup a progress monitor.
getMillisToPopup() - ? ????javax.swing.ProgressMonitor
Returns the amount of time it will take for the popup to appear.
getMimeDecoder() - ? ??????java.util.Base64
Returns a Base64.Decoder that decodes using the MIME type base64 decoding scheme.
getMimeEncoder() - ? ??????java.util.Base64
Returns a Base64.Encoder that encodes using the MIME type base64 encoding scheme.
getMimeEncoder(int, byte[]) - ? ??????java.util.Base64
Returns a Base64.Encoder that encodes using the MIME type base64 encoding scheme with specified line length and line separators.
getMimeHeader(String) - ? ????javax.xml.soap.AttachmentPart
Gets all the values of the header identified by the given String.
getMimeHeader(String) - ? ????javax.xml.soap.SOAPPart
Gets all the values of the MimeHeader object in this SOAPPart object that is identified by the given String.
getMimeHeaders() - ? ????javax.xml.soap.SOAPMessage
Returns all the transport-specific MIME headers for this SOAPMessage object in a transport-independent fashion.
getMimeType() - ? ????java.awt.datatransfer.DataFlavor
Returns the MIME type string for this DataFlavor.
getMimeType() - ? ????javax.activation.ActivationDataFlavor
Return the MIME type for this DataFlavor.
getMimeType() - ? ????javax.print.DocFlavor
Returns this doc flavor object's MIME type string based on the canonical form.
getMimeType() - ?? ????javax.xml.crypto.dsig.XMLObject
Returns the mime type of this XMLObject.
getMimeType() - ? ????javax.xml.crypto.OctetStreamData
Returns the MIME type associated with the data object represented by this OctetStreamData.
getMimeTypes() - ?? ????javax.accessibility.AccessibleStreamable
Returns an array of DataFlavor objects for the MIME types this object supports.
getMimeTypes() - ? ????javax.activation.CommandMap
Get all the MIME types known to this command map.
getMimeTypes() - ? ????javax.activation.MailcapCommandMap
Get all the MIME types known to this command map.
getMIMETypes() - ? ????javax.imageio.spi.ImageReaderWriterSpi
Returns an array of Strings containing a list of MIME types associated with the formats that are generally usable by the ImageReader or ImageWriter implementation associated with this service provider.
getMimeTypes() - ?? ????javax.script.ScriptEngineFactory
Returns an immutable list of mimetypes, associated with scripts that can be executed by the engine.
getMin() - ? ????java.util.DoubleSummaryStatistics
Returns the minimum recorded value, Double.NaN if any recorded value was NaN or Double.POSITIVE_INFINITY if no values were recorded.
getMin() - ? ????java.util.IntSummaryStatistics
Returns the minimum value recorded, or Integer.MAX_VALUE if no values have been recorded.
getMin() - ? ????java.util.LongSummaryStatistics
Returns the minimum value recorded, or Long.MAX_VALUE if no values have been recorded.
getMinBufferSize() - ? ????javax.sound.sampled.DataLine.Info
Obtains the minimum buffer size supported by the data line.
getMinCRL() - ? ????java.security.cert.X509CRLSelector
Returns the minCRLNumber criterion.
getMinDegree() - ? ????javax.management.relation.RoleInfo
Returns minimum degree for corresponding role reference.
getMinimalDaysInFirstWeek() - ? ????java.time.temporal.WeekFields
Gets the minimal number of days in the first week.
getMinimalDaysInFirstWeek() - ? ????java.util.Calendar
Gets what the minimal days required in the first week of the year are; e.g., if the first week is defined as one that contains the first day of the first month of a year, this method returns 1.
getMinimalDaysInFirstWeek(Locale) - ? ????java.util.spi.CalendarDataProvider
Returns the minimal number of days required in the first week of a year.
getMinimum() - ?? ????java.awt.Adjustable
Gets the minimum value of the adjustable object.
getMinimum() - ? ????java.awt.Scrollbar
Gets the minimum value of this scroll bar.
getMinimum() - ? ????java.awt.ScrollPaneAdjustable
 
getMinimum() - ? ????java.time.temporal.ValueRange
Gets the minimum value that the field can take.
getMinimum(int) - ? ????java.util.Calendar
Returns the minimum value for the given calendar field of this Calendar instance.
getMinimum(int) - ? ????java.util.GregorianCalendar
Returns the minimum value for the given calendar field of this GregorianCalendar instance.
getMinimum() - ? ????javax.sound.sampled.FloatControl
Obtains the minimum value permitted.
getMinimum() - ?? ????javax.swing.BoundedRangeModel
Returns the minimum acceptable value.
getMinimum() - ? ????javax.swing.DefaultBoundedRangeModel
Returns the model's minimum.
getMinimum() - ? ????javax.swing.JProgressBar
Returns the progress bar's minimum value from the BoundedRangeModel.
getMinimum() - ? ????javax.swing.JScrollBar
Returns the minimum value supported by the scrollbar (usually zero).
getMinimum() - ? ????javax.swing.JSlider
Returns the minimum value supported by the slider from the BoundedRangeModel.
getMinimum() - ? ????javax.swing.ProgressMonitor
Returns the minimum value -- the lower end of the progress value.
getMinimum() - ? ????javax.swing.SpinnerNumberModel
Returns the first number in this sequence.
getMinimum() - ? ????javax.swing.text.InternationalFormatter
Returns the minimum permissible value.
getMinimumAccessibleValue() - ? ????java.awt.Button.AccessibleAWTButton
Get the minimum value of this object as a Number.
getMinimumAccessibleValue() - ? ????java.awt.Checkbox.AccessibleAWTCheckbox
Get the minimum value of this object as a Number.
getMinimumAccessibleValue() - ? ????java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Get the minimum value of this object as a Number.
getMinimumAccessibleValue() - ? ????java.awt.MenuItem.AccessibleAWTMenuItem
Get the minimum value of this object as a Number.
getMinimumAccessibleValue() - ? ????java.awt.Scrollbar.AccessibleAWTScrollBar
Get the minimum accessible value of this object.
getMinimumAccessibleValue() - ?? ????javax.accessibility.AccessibleValue
Get the minimum value of this object as a Number.
getMinimumAccessibleValue() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Get the minimum value of this object as a Number.
getMinimumAccessibleValue() - ? ????javax.swing.JInternalFrame.AccessibleJInternalFrame
Get the minimum value of this object as a Number.
getMinimumAccessibleValue() - ? ????javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
Gets the minimum value of this object as a Number.
getMinimumAccessibleValue() - ? ????javax.swing.JProgressBar.AccessibleJProgressBar
Gets the minimum accessible value of this object.
getMinimumAccessibleValue() - ? ????javax.swing.JScrollBar.AccessibleJScrollBar
Get the minimum accessible value of this object.
getMinimumAccessibleValue() - ? ????javax.swing.JSlider.AccessibleJSlider
Get the minimum accessible value of this object.
getMinimumAccessibleValue() - ? ????javax.swing.JSpinner.AccessibleJSpinner
Get the minimum value of this object as a Number.
getMinimumAccessibleValue() - ? ????javax.swing.JSplitPane.AccessibleJSplitPane
Gets the minimum accessible value of this object.
getMinimumDividerLocation() - ? ????javax.swing.JSplitPane
Returns the minimum location of the divider from the look and feel implementation.
getMinimumDividerLocation(JSplitPane) - ? ????javax.swing.plaf.basic.BasicSplitPaneUI
Gets the minimum location of the divider.
getMinimumDividerLocation(JSplitPane) - ? ????javax.swing.plaf.multi.MultiSplitPaneUI
Invokes the getMinimumDividerLocation method on each UI handled by this object.
getMinimumDividerLocation(JSplitPane) - ? ????javax.swing.plaf.SplitPaneUI
Returns the minimum possible location of the divider.
getMinimumFractionDigits() - ? ????java.text.DecimalFormat
Gets the minimum number of digits allowed in the fraction portion of a number.
getMinimumFractionDigits() - ? ????java.text.NumberFormat
Returns the minimum number of digits allowed in the fraction portion of a number.
getMinimumHorizontalSize() - ? ????javax.swing.plaf.basic.BasicSliderUI
 
getMinimumIntegerDigits() - ? ????java.text.DecimalFormat
Gets the minimum number of digits allowed in the integer portion of a number.
getMinimumIntegerDigits() - ? ????java.text.NumberFormat
Returns the minimum number of digits allowed in the integer portion of a number.
getMinimumOptionPaneSize() - ? ????javax.swing.plaf.basic.BasicOptionPaneUI
Returns the minimum size the option pane should be.
getMinimumSize() - ? ????java.awt.Component
Gets the minimum size of this component.
getMinimumSize() - ? ????java.awt.Container
Returns the minimum size of this container.
getMinimumSize(int) - ? ????java.awt.List
Gets the minimum dimensions for a list with the specified number of rows.
getMinimumSize() - ? ????java.awt.List
Determines the minimum size of this scrolling list.
getMinimumSize(int, int) - ? ????java.awt.TextArea
Determines the minimum size of a text area with the specified number of rows and columns.
getMinimumSize() - ? ????java.awt.TextArea
Determines the minimum size of this text area.
getMinimumSize(int) - ? ????java.awt.TextField
Gets the minimum dimensions for a text field with the specified number of columns.
getMinimumSize() - ? ????java.awt.TextField
Gets the minimum dimensions for this text field.
getMinimumSize(Component) - ? ????javax.swing.border.TitledBorder
Returns the minimum dimensions this border requires in order to fully display the border and title.
getMinimumSize() - ? ????javax.swing.JComponent
If the minimum size has been set to a non-null value just returns it.
getMinimumSize() - ? ????javax.swing.JScrollBar
The scrollbar is flexible along it's scrolling axis and rigid along the other axis.
getMinimumSize() - ? ????javax.swing.JToolBar.Separator
Returns the minimum size for the separator.
getMinimumSize() - ? ????javax.swing.plaf.basic.BasicArrowButton
Returns the minimum size of the BasicArrowButton.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicButtonUI
 
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicComboBoxUI
The minimum size is the size of the display area plus insets plus the button.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicDesktopIconUI
 
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicDesktopPaneUI
 
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicInternalFrameUI
 
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicLabelUI
 
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicMenuBarUI
 
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicMenuItemUI
 
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicProgressBarUI
The Minimum size for this component is 10.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicSeparatorUI
 
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicSliderUI
 
getMinimumSize() - ? ????javax.swing.plaf.basic.BasicSplitPaneDivider
Returns dividerSize x dividerSize
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicSplitPaneUI
Returns the minimum size for the passed in component, This is passed off to the current layout manager.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicTableHeaderUI
Return the minimum size of the header.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicTableUI
Return the minimum size of the table.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicTextAreaUI
The method is overridden to take into account caret width.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicTextUI
Gets the minimum size for the editor component.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicToolTipUI
 
getMinimumSize(JComponent) - ? ????javax.swing.plaf.basic.BasicTreeUI
Returns the minimum size for this component.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.ComponentUI
Returns the specified component's minimum size appropriate for the look and feel.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.LayerUI
If the JLayer's view component is not null, this returns the result of the view's getMinimalSize() method.
getMinimumSize() - ? ????javax.swing.plaf.metal.MetalComboBoxButton
 
getMinimumSize(JComponent) - ? ????javax.swing.plaf.metal.MetalComboBoxUI
 
getMinimumSize(JComponent) - ? ????javax.swing.plaf.metal.MetalDesktopIconUI
 
getMinimumSize(JComponent) - ? ????javax.swing.plaf.metal.MetalFileChooserUI
Returns the minimum size of the JFileChooser.
getMinimumSize() - ? ????javax.swing.plaf.metal.MetalScrollButton
 
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiButtonUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiColorChooserUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiComboBoxUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiDesktopIconUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiDesktopPaneUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiFileChooserUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiInternalFrameUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiLabelUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiListUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiMenuBarUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiMenuItemUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiOptionPaneUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiPanelUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiPopupMenuUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiProgressBarUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiRootPaneUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiScrollBarUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiScrollPaneUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiSeparatorUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiSliderUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiSpinnerUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiSplitPaneUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiTabbedPaneUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiTableHeaderUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiTableUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiTextUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiToolBarUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiToolTipUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiTreeUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.multi.MultiViewportUI
Invokes the getMinimumSize method on each UI handled by this object.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.synth.SynthButtonUI
Returns the specified component's minimum size appropriate for the look and feel.
getMinimumSize(SynthContext, Font, String, Icon, int, int, int, int, int, int) - ? ????javax.swing.plaf.synth.SynthGraphicsUtils
Returns the minimum size needed to properly render an icon and text.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.synth.SynthLabelUI
Returns the specified component's minimum size appropriate for the look and feel.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.synth.SynthSeparatorUI
Returns the specified component's minimum size appropriate for the look and feel.
getMinimumSize(JComponent) - ? ????javax.swing.plaf.synth.SynthSliderUI
Returns the specified component's minimum size appropriate for the look and feel.
getMinimumSpan(int) - ? ????javax.swing.text.AsyncBoxView
Determines the minimum span for this view along an axis.
getMinimumSpan(int) - ? ????javax.swing.text.BoxView
Determines the minimum span for this view along an axis.
getMinimumSpan(int) - ? ????javax.swing.text.ComponentView
Determines the minimum span for this view along an axis.
getMinimumSpan(int) - ? ????javax.swing.text.GlyphView
Determines the minimum span for this view along an axis.
getMinimumSpan(int) - ? ????javax.swing.text.html.BlockView
Determines the minimum span for this view along an axis.
getMinimumSpan(int) - ? ????javax.swing.text.html.ParagraphView
Determines the minimum span for this view along an axis.
getMinimumSpan(int) - ? ????javax.swing.text.View
Determines the minimum span for this view along an axis.
getMinimumSpan(int) - ? ????javax.swing.text.WrappedPlainView
Determines the minimum span for this view along an axis.
getMinimumThumbSize() - ? ????javax.swing.plaf.basic.BasicScrollBarUI
Returns the smallest acceptable size for the thumb.
getMinimumThumbSize() - ? ????javax.swing.plaf.metal.MetalScrollBarUI
 
getMinimumThumbSize() - ? ????javax.swing.plaf.synth.SynthScrollBarUI
Returns the smallest acceptable size for the thumb.
getMinimumValue() - ? ????javax.swing.Spring
Returns the minimum value of this Spring.
getMinimumVerticalSize() - ? ????javax.swing.plaf.basic.BasicSliderUI
 
getMinIndex() - ? ????javax.imageio.ImageReader
Returns the lowest valid index for reading an image, thumbnail, or image metadata.
getMinLabel() - ? ????javax.sound.sampled.FloatControl
Obtains the label for the minimum value, such as "Left" or "Off."
getMinor() - ???? ????org.ietf.jgss.GSSException
Returns the mechanism level error code for the problem causing this exception to be thrown.
getMinorAxis() - ? ????javax.swing.text.AsyncBoxView
Fetch the minor axis (the axis orthogonal to the tiled axis).
getMinorOffset() - ? ????javax.swing.text.AsyncBoxView.ChildState
What is the offset along the minor axis
getMinorSpan() - ? ????javax.swing.text.AsyncBoxView.ChildState
What is the span along the minor axis.
getMinorStatus() - ? ????org.ietf.jgss.MessageProp
Retrieves the minor status code that the underlying mechanism might have set for this per-message operation.
getMinorString() - ???? ????org.ietf.jgss.GSSException
Returns a string explaining the mechanism specific error code.
getMinorString() - ? ????org.ietf.jgss.MessageProp
Retrieves a string explaining the minor status code.
getMinorTickSpacing() - ? ????javax.swing.JSlider
This method returns the minor tick spacing.
getMinorVersion() - ? ????java.awt.color.ICC_Profile
Returns profile minor version.
getMinorVersion() - ?? ????java.sql.Driver
Gets the driver's minor version number.
getMinPage() - ? ????java.awt.JobAttributes
Specifies the minimum value the user can specify as the first page to be printed for jobs using these attributes.
getMinSelectionIndex() - ? ????javax.swing.DefaultListSelectionModel
Returns the first selected index or -1 if the selection is empty.
getMinSelectionIndex() - ? ????javax.swing.JList
Returns the smallest selected cell index, or -1 if the selection is empty.
getMinSelectionIndex() - ?? ????javax.swing.ListSelectionModel
Returns the first selected index or -1 if the selection is empty.
getMinSelectionRow() - ? ????javax.swing.JTree
Returns the smallest selected row.
getMinSelectionRow() - ? ????javax.swing.tree.DefaultTreeSelectionModel
Returns the smallest value obtained from the RowMapper for the current set of selected TreePaths.
getMinSelectionRow() - ?? ????javax.swing.tree.TreeSelectionModel
Returns the smallest value obtained from the RowMapper for the current set of selected TreePaths.
getMinSize(Container, GridBagLayoutInfo) - ? ????java.awt.GridBagLayout
Figures out the minimum size of the master based on the information from getLayoutInfo.
GetMinSize(Container, GridBagLayoutInfo) - ? ????java.awt.GridBagLayout
This method is obsolete and supplied for backwards compatibility only; new code should call getMinSize instead.
getMinTileX() - ? ????java.awt.image.BufferedImage
Returns the minimum tile index in the x direction.
getMinTileX() - ?? ????java.awt.image.RenderedImage
Returns the minimum tile index in the X direction.
getMinTileY() - ? ????java.awt.image.BufferedImage
Returns the minimum tile index in the y direction.
getMinTileY() - ?? ????java.awt.image.RenderedImage
Returns the minimum tile index in the Y direction.
getMinusSign() - ? ????java.text.DecimalFormatSymbols
Gets the character used to represent minus sign.
getMinute() - ? ????java.time.LocalDateTime
Gets the minute-of-hour field.
getMinute() - ? ????java.time.LocalTime
Gets the minute-of-hour field.
getMinute() - ? ????java.time.OffsetDateTime
Gets the minute-of-hour field.
getMinute() - ? ????java.time.OffsetTime
Gets the minute-of-hour field.
getMinute() - ? ????java.time.ZonedDateTime
Gets the minute-of-hour field.
getMinute() - ? ????javax.xml.datatype.XMLGregorianCalendar
getMinutes() - ? ????java.sql.Date
???? 
getMinutes() - ? ????java.util.Date
????
As of JDK version 1.1, replaced by Calendar.get(Calendar.MINUTE).
getMinutes() - ? ????javax.xml.datatype.Duration
Obtains the value of the MINUTES field as an integer value, or 0 if not present.
getMinValue(int) - ? ????java.awt.color.ColorSpace
Returns the minimum normalized color component value for the specified component.
getMinValue(int) - ? ????java.awt.color.ICC_ColorSpace
Returns the minimum normalized color component value for the specified component.
getMinValue() - ? ????javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the minimal value for the attribute described by this OpenMBeanAttributeInfoSupport instance, if specified, or null otherwise.
getMinValue() - ?? ????javax.management.openmbean.OpenMBeanParameterInfo
Returns the minimal value for this parameter, if it has one, or null otherwise.
getMinValue() - ? ????javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the minimal value for the parameter described by this OpenMBeanParameterInfoSupport instance, if specified, or null otherwise.
getMinWidth() - ? ????javax.swing.table.TableColumn
Returns the minimum width for the TableColumn.
getMinX() - ? ????java.awt.geom.RectangularShape
Returns the smallest X coordinate of the framing rectangle of the Shape in double precision.
getMinX() - ? ????java.awt.image.BufferedImage
Returns the minimum x coordinate of this BufferedImage.
getMinX() - ? ????java.awt.image.Raster
Returns the minimum valid X coordinate of the Raster.
getMinX() - ?? ????java.awt.image.renderable.RenderableImage
Gets the minimum X coordinate of the rendering-independent image data.
getMinX() - ? ????java.awt.image.renderable.RenderableImageOp
Gets the minimum X coordinate of the rendering-independent image data.
getMinX() - ?? ????java.awt.image.RenderedImage
Returns the minimum X coordinate (inclusive) of the RenderedImage.
getMinY() - ? ????java.awt.geom.RectangularShape
Returns the smallest Y coordinate of the framing rectangle of the Shape in double precision.
getMinY() - ? ????java.awt.image.BufferedImage
Returns the minimum y coordinate of this BufferedImage.
getMinY() - ? ????java.awt.image.Raster
Returns the minimum valid Y coordinate of the Raster.
getMinY() - ?? ????java.awt.image.renderable.RenderableImage
Gets the minimum Y coordinate of the rendering-independent image data.
getMinY() - ? ????java.awt.image.renderable.RenderableImageOp
Gets the minimum Y coordinate of the rendering-independent image data.
getMinY() - ?? ????java.awt.image.RenderedImage
Returns the minimum Y coordinate (inclusive) of the RenderedImage.
getMissingGlyphCode() - ? ????java.awt.Font
Returns the glyphCode which is used when this Font does not have a glyph for a specified unicode code point.
getMiterLimit() - ? ????java.awt.BasicStroke
Returns the limit of miter joins.
getMixer(Mixer.Info) - ? ??????javax.sound.sampled.AudioSystem
Obtains the requested audio mixer.
getMixer(Mixer.Info) - ? ????javax.sound.sampled.spi.MixerProvider
Obtains an instance of the mixer represented by the info object.
getMixerInfo() - ? ??????javax.sound.sampled.AudioSystem
Obtains an array of mixer info objects that represents the set of audio mixers that are currently installed on the system.
getMixerInfo() - ?? ????javax.sound.sampled.Mixer
Obtains information about this mixer, including the product's name, version, vendor, etc.
getMixerInfo() - ? ????javax.sound.sampled.spi.MixerProvider
Obtains the set of info objects representing the mixer or mixers provided by this MixerProvider.
getMnemonic() - ? ????javax.swing.AbstractButton
Returns the keyboard mnemonic from the the current model.
getMnemonic() - ?? ????javax.swing.ButtonModel
Gets the keyboard mnemonic for the button.
getMnemonic() - ? ????javax.swing.colorchooser.AbstractColorChooserPanel
Provides a hint to the look and feel as to the KeyEvent.VK constant that can be used as a mnemonic to access the panel.
getMnemonic() - ? ????javax.swing.DefaultButtonModel
Gets the keyboard mnemonic for the button.
getMnemonicAt(int) - ? ????javax.swing.JTabbedPane
Returns the keyboard mnemonic for accessing the specified tab.
getModalExclusionType() - ? ????java.awt.Window
Returns the modal exclusion type of this window.
getModalityType() - ? ????java.awt.Dialog
Returns the modality type of this dialog.
getMode() - ? ????java.awt.FileDialog
Indicates whether this file dialog box is for loading from a file or for saving to a file.
getModel() - ? ????javax.swing.AbstractButton
Returns the model that this button represents.
getModel() - ? ????javax.swing.DefaultRowSorter
Returns the underlying model.
getModel() - ? ????javax.swing.DefaultRowSorter.ModelWrapper
Returns the underlying model that this Model is wrapping.
getModel() - ? ????javax.swing.JComboBox
Returns the data model currently used by the JComboBox.
getModel() - ? ????javax.swing.JList
Returns the data model that holds the list of items displayed by the JList component.
getModel() - ? ????javax.swing.JProgressBar
Returns the data model used by this progress bar.
getModel() - ? ????javax.swing.JScrollBar
Returns data model that handles the scrollbar's four fundamental properties: minimum, maximum, value, extent.
getModel() - ? ????javax.swing.JSlider
Returns the BoundedRangeModel that handles the slider's three fundamental properties: minimum, maximum, value.
getModel() - ? ????javax.swing.JSpinner.DateEditor
Return our spinner ancestor's SpinnerDateModel.
getModel() - ? ????javax.swing.JSpinner
Returns the SpinnerModel that defines this spinners sequence of values.
getModel() - ? ????javax.swing.JSpinner.ListEditor
Return our spinner ancestor's SpinnerNumberModel.
getModel() - ? ????javax.swing.JSpinner.NumberEditor
Return our spinner ancestor's SpinnerNumberModel.
getModel() - ? ????javax.swing.JTabbedPane
Returns the model associated with this tabbedpane.
getModel() - ? ????javax.swing.JTable
Returns the TableModel that provides the data displayed by this JTable.
getModel() - ? ????javax.swing.JTree
Returns the TreeModel that is providing the data.
getModel() - ? ????javax.swing.plaf.basic.BasicFileChooserUI
 
getModel() - ? ????javax.swing.plaf.basic.BasicTreeUI
 
getModel() - ? ????javax.swing.RowFilter.Entry
Returns the underlying model.
getModel() - ? ????javax.swing.RowSorter
Returns the underlying model.
getModel() - ? ????javax.swing.tree.AbstractLayoutCache
Returns the TreeModel that is providing the data.
getModelIndex() - ? ????javax.swing.table.TableColumn
Returns the model index for this column.
getModelRowCount() - ? ????javax.swing.DefaultRowSorter
Returns the number of rows in the underlying model.
getModelRowCount() - ? ????javax.swing.RowSorter
Returns the number of rows in the underlying model.
getModelWrapper() - ? ????javax.swing.DefaultRowSorter
Returns the model wrapper providing the data that is being sorted and filtered.
getModificationOp() - ? ????javax.naming.directory.ModificationItem
Retrieves the modification code of this modification item.
getModifier() - ? ????javax.swing.text.html.parser.AttributeList
 
getModifiers() - ? ????java.awt.AWTKeyStroke
Returns the modifier keys for this AWTKeyStroke.
getModifiers() - ? ????java.awt.event.ActionEvent
Returns the modifier keys held down during this action event.
getModifiers() - ? ????java.awt.event.InputEvent
Returns the modifier mask for this event.
getModifiers() - ? ????java.lang.Class
Returns the Java language modifiers for this class or interface, encoded in an integer.
getModifiers() - ?? ????java.lang.invoke.MethodHandleInfo
Returns the access modifiers of the underlying member.
getModifiers() - ? ????java.lang.reflect.Constructor
Returns the Java language modifiers for the executable represented by this object.
getModifiers() - ? ????java.lang.reflect.Executable
Returns the Java language modifiers for the executable represented by this object.
getModifiers() - ? ????java.lang.reflect.Field
Returns the Java language modifiers for the field represented by this Field object, as an integer.
getModifiers() - ?? ????java.lang.reflect.Member
Returns the Java language modifiers for the member or constructor represented by this Member, as an integer.
getModifiers() - ? ????java.lang.reflect.Method
Returns the Java language modifiers for the executable represented by this object.
getModifiers() - ? ????java.lang.reflect.Parameter
Get the modifier flags for this the parameter represented by this Parameter object.
getModifiers() - ?? ????javax.lang.model.element.Element
Returns the modifiers of this element, excluding annotations.
getModifiersEx() - ? ????java.awt.event.InputEvent
Returns the extended modifier mask for this event.
getModifiersEx() - ? ????java.awt.event.MouseEvent
Returns the extended modifier mask for this event.
getModifiersExText(int) - ? ??????java.awt.event.InputEvent
Returns a String describing the extended modifier keys and mouse buttons, such as "Shift", "Button1", or "Ctrl+Shift".
getModulus() - ?? ????java.security.interfaces.RSAKey
Returns the modulus.
getModulus() - ? ????java.security.spec.RSAPrivateKeySpec
Returns the modulus.
getModulus() - ? ????java.security.spec.RSAPublicKeySpec
Returns the modulus.
getModulus() - ? ????javax.management.monitor.CounterMonitor
Gets the modulus value common to all observed MBeans.
getModulus() - ?? ????javax.management.monitor.CounterMonitorMBean
Gets the modulus value.
getMonetaryDecimalSeparator() - ? ????java.text.DecimalFormatSymbols
Returns the monetary decimal separator.
getMono() - ?? ????javax.sound.midi.MidiChannel
Obtains the current mono/poly mode.
getMonth() - ? ????java.sql.Time
???? 
getMonth() - ? ????java.time.LocalDate
Gets the month-of-year field using the Month enum.
getMonth() - ? ????java.time.LocalDateTime
Gets the month-of-year field using the Month enum.
getMonth() - ? ????java.time.MonthDay
Gets the month-of-year field using the Month enum.
getMonth() - ? ????java.time.OffsetDateTime
Gets the month-of-year field using the Month enum.
getMonth() - ? ????java.time.YearMonth
Gets the month-of-year field using the Month enum.
getMonth() - ? ????java.time.zone.ZoneOffsetTransitionRule
Gets the month of the transition.
getMonth() - ? ????java.time.ZonedDateTime
Gets the month-of-year field using the Month enum.
getMonth() - ? ????java.util.Date
????
As of JDK version 1.1, replaced by Calendar.get(Calendar.MONTH).
getMonth() - ? ????javax.xml.datatype.XMLGregorianCalendar
Return number of month or DatatypeConstants.FIELD_UNDEFINED.
getMonths() - ? ????java.text.DateFormatSymbols
Gets month strings.
getMonths() - ? ????java.time.Period
Gets the amount of months of this period.
getMonths() - ? ????javax.xml.datatype.Duration
Obtains the value of the MONTHS field as an integer value, or 0 if not present.
getMonthValue() - ? ????java.time.LocalDate
Gets the month-of-year field from 1 to 12.
getMonthValue() - ? ????java.time.LocalDateTime
Gets the month-of-year field from 1 to 12.
getMonthValue() - ? ????java.time.MonthDay
Gets the month-of-year field from 1 to 12.
getMonthValue() - ? ????java.time.OffsetDateTime
Gets the month-of-year field from 1 to 12.
getMonthValue() - ? ????java.time.YearMonth
Gets the month-of-year field from 1 to 12.
getMonthValue() - ? ????java.time.ZonedDateTime
Gets the month-of-year field from 1 to 12.
getMoreResults() - ?? ????java.sql.Statement
Moves to this Statement object's next result, returns true if it is a ResultSet object, and implicitly closes any current ResultSet object(s) obtained with the method getResultSet.
getMoreResults(int) - ?? ????java.sql.Statement
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getMostRecentEventTime() - ? ??????java.awt.EventQueue
Returns the timestamp of the most recent event that had a timestamp, and that was dispatched from the EventQueue associated with the calling thread.
getMostRecentFocusOwner() - ? ????java.awt.Window
Returns the child Component of this Window that will receive the focus when this Window is focused.
getMostRecentFocusOwner() - ? ????javax.swing.JInternalFrame
Returns the child component of this JInternalFrame that will receive the focus when this JInternalFrame is selected.
getMostSignificantBits() - ? ????java.util.UUID
Returns the most significant 64 bits of this UUID's 128 bit value.
getMouseInfoPeer() - ? ????java.awt.Toolkit
Obtains this toolkit's implementation of helper class for MouseInfo operations.
getMouseListener() - ? ????javax.swing.plaf.basic.BasicComboPopup
Implementation of ComboPopup.getMouseListener().
getMouseListener() - ?? ????javax.swing.plaf.basic.ComboPopup
Returns a mouse listener that will be added to the combo box or null.
getMouseListeners() - ? ????java.awt.Component
Returns an array of all the mouse listeners registered on this component.
getMouseListeners() - ? ????java.awt.TrayIcon
Returns an array of all the mouse listeners registered on this TrayIcon.
getMouseModifiersText(int) - ? ??????java.awt.event.MouseEvent
Returns a String instance describing the modifier keys and mouse buttons that were down during the event, such as "Shift", or "Ctrl+Shift".
getMouseMotionListener() - ? ????javax.swing.plaf.basic.BasicComboPopup
Implementation of ComboPopup.getMouseMotionListener().
getMouseMotionListener() - ?? ????javax.swing.plaf.basic.ComboPopup
Returns a mouse motion listener that will be added to the combo box or null.
getMouseMotionListeners() - ? ????java.awt.Component
Returns an array of all the mouse motion listeners registered on this component.
getMouseMotionListeners() - ? ????java.awt.TrayIcon
Returns an array of all the mouse-motion listeners registered on this TrayIcon.
getMousePosition() - ? ????java.awt.Component
Returns the position of the mouse pointer in this Component's coordinate space if the Component is directly under the mouse pointer, otherwise returns null.
getMousePosition(boolean) - ? ????java.awt.Container
Returns the position of the mouse pointer in this Container's coordinate space if the Container is under the mouse pointer, otherwise returns null.
getMouseWheelListeners() - ? ????java.awt.Component
Returns an array of all the mouse wheel listeners registered on this component.
getMTU() - ? ????java.net.NetworkInterface
Returns the Maximum Transmission Unit (MTU) of this interface.
getMultiClickThreshhold() - ? ????javax.swing.AbstractButton
Gets the amount of time (in milliseconds) required between mouse press events for the button to generate the corresponding action events.
getMultiDocPrintServices(DocFlavor[], AttributeSet) - ? ????javax.print.PrintServiceLookup
Not called directly by applications.
getMultipleDocumentHandling() - ? ????java.awt.JobAttributes
Specifies the handling of multiple copies, including collation, for jobs using these attributes.
getMultiplier() - ? ????java.text.DecimalFormat
Gets the multiplier for use in percent, per mille, and similar formats.
getMustUnderstand() - ?? ????javax.xml.soap.SOAPHeaderElement
Returns the boolean value of the mustUnderstand attribute for this SOAPHeaderElement.
getMute() - ?? ????javax.sound.midi.MidiChannel
Obtains the current mute state for this channel.
getMutualAuthState() - ?? ????org.ietf.jgss.GSSContext
Determines if mutual authentication is enabled on this context.
getName(int) - ? ????java.awt.color.ColorSpace
Returns the name of the component given the component index.
getName() - ? ????java.awt.Component
Gets the name of the component.
getName() - ? ????java.awt.Cursor
Returns the name of this cursor.
getName() - ? ????java.awt.datatransfer.Clipboard
Returns the name of this clipboard object.
getName() - ? ????java.awt.Font
Returns the logical name of this Font.
getName() - ? ????java.awt.MenuComponent
Gets the name of the menu component.
getName() - ? ????java.beans.FeatureDescriptor
Gets the programmatic name of this feature.
getName() - ? ????java.io.File
Returns the name of the file or directory denoted by this abstract pathname.
getName() - ? ????java.io.ObjectStreamClass
Returns the name of the class described by this descriptor.
getName() - ? ????java.io.ObjectStreamField
Get the name of this field.
getName(int) - ? ??????java.lang.Character
Returns the Unicode name of the specified character codePoint, or null if the code point is unassigned.
getName() - ? ????java.lang.Class
Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
getName() - ?? ????java.lang.invoke.MethodHandleInfo
Returns the name of the cracked method handle's underlying member.
getName() - ?? ????java.lang.management.BufferPoolMXBean
Returns the name representing this buffer pool.
getName() - ?? ????java.lang.management.CompilationMXBean
Returns the name of the Just-in-time (JIT) compiler.
getName() - ?? ????java.lang.management.MemoryManagerMXBean
Returns the name representing this memory manager.
getName() - ?? ????java.lang.management.MemoryPoolMXBean
Returns the name representing this memory pool.
getName() - ?? ????java.lang.management.OperatingSystemMXBean
Returns the operating system name.
getName() - ?? ????java.lang.management.RuntimeMXBean
Returns the name representing the running Java virtual machine.
getName() - ? ????java.lang.Package
Return the name of this package.
getName() - ? ????java.lang.reflect.Constructor
Returns the name of this constructor, as a string.
getName() - ? ????java.lang.reflect.Executable
Returns the name of the executable represented by this object.
getName() - ? ????java.lang.reflect.Field
Returns the name of the field represented by this Field object.
getName() - ?? ????java.lang.reflect.Member
Returns the simple name of the underlying member or constructor represented by this Member.
getName() - ? ????java.lang.reflect.Method
Returns the name of the method represented by this Method object, as a String.
getName() - ? ????java.lang.reflect.Parameter
Returns the name of the parameter.
getName() - ?? ????java.lang.reflect.TypeVariable
Returns the name of this type variable, as it occurs in the source code.
getName() - ? ????java.lang.Thread
Returns this thread's name.
getName() - ? ????java.lang.ThreadGroup
Returns the name of this thread group.
getName() - ? ????java.net.HttpCookie
Returns the name of the cookie.
getName() - ? ????java.net.NetworkInterface
Get the name of this network interface.
getName() - ???? ????java.nio.file.attribute.UserPrincipalNotFoundException
Returns the user principal name if this exception was created with the user principal name that was not found, otherwise null.
getName(int) - ?? ????java.nio.file.Path
Returns a name element of this path as a Path object.
getName() - ?? ????java.security.acl.Acl
Returns the name of this ACL.
getName() - ? ????java.security.Identity
????
Returns this identity's name.
getName() - ?? ????java.security.KeyStore.Entry.Attribute
Returns the attribute's name.
getName() - ? ????java.security.Permission
Returns the name of this Permission.
getName() - ? ????java.security.PKCS12Attribute
Returns the attribute's ASN.1 Object Identifier represented as a list of dot-separated integers.
getName() - ?? ????java.security.Principal
Returns the name of this principal.
getName() - ? ????java.security.Provider
Returns the name of this provider.
getName() - ? ????java.security.spec.ECGenParameterSpec
Returns the standard or predefined name of the to-be-generated EC domain parameters.
getName() - ?? ????java.sql.JDBCType
Returns the SQLType name that represents a SQL data type.
getName() - ?? ????java.sql.SQLType
Returns the SQLType name that represents a SQL data type.
getName() - ? ????java.text.AttributedCharacterIterator.Attribute
Returns the name of the attribute.
getName() - ? ????java.util.logging.Level
Return the non-localized string name of the Level.
getName() - ? ????java.util.logging.Logger
Get the name for this logger.
getName() - ? ????java.util.zip.ZipEntry
Returns the name of the entry.
getName() - ? ????java.util.zip.ZipFile
Returns the path name of the ZIP file.
getName() - ? ????javax.activation.DataHandler
Return the name of the data object.
getName() - ?? ????javax.activation.DataSource
Return the name of this object where the name of the object is dependant on the nature of the underlying objects.
getName() - ? ????javax.activation.FileDataSource
Return the name of this object.
getName() - ? ????javax.activation.URLDataSource
Calls the getFile method on the URL used to instantiate the object.
getName() - ? ????javax.crypto.ExemptionMechanism
Returns the exemption mechanism name of this ExemptionMechanism object.
getName(CharSequence) - ?? ????javax.lang.model.util.Elements
Return a name with the same sequence of characters as the argument.
getName() - ? ????javax.management.Attribute
Returns a String containing the name of the attribute.
getName() - ? ????javax.management.loading.MLetContent
Gets the value of the NAME attribute of the MLET tag.
getName() - ? ????javax.management.MBeanFeatureInfo
Returns the name of the feature.
getName() - ?? ????javax.management.openmbean.OpenMBeanConstructorInfo
Returns the name of the constructor described by this OpenMBeanConstructorInfo instance.
getName() - ?? ????javax.management.openmbean.OpenMBeanOperationInfo
Returns the name of the operation described by this OpenMBeanOperationInfo instance.
getName() - ?? ????javax.management.openmbean.OpenMBeanParameterInfo
Returns the name of the parameter described by this OpenMBeanParameterInfo instance.
getName() - ? ????javax.management.relation.RoleInfo
Returns the name of the role.
getName() - ? ????javax.management.remote.JMXPrincipal
Returns the name of this principal.
getName() - ? ????javax.naming.NameClassPair
Retrieves the name of this binding.
getName() - ? ????javax.net.ssl.SSLSessionBindingEvent
Returns the name to which the object is being bound, or the name from which the object is being unbound.
getName() - ?? ????javax.print.attribute.Attribute
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.Chromaticity
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.ColorSupported
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.Compression
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.Copies
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.CopiesSupported
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.DateTimeAtCompleted
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.DateTimeAtCreation
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.DateTimeAtProcessing
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.Destination
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.DialogTypeSelection
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.DocumentName
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.Fidelity
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.Finishings
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobHoldUntil
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobImpressions
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobImpressionsCompleted
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobImpressionsSupported
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobKOctets
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobKOctetsProcessed
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobKOctetsSupported
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobMediaSheets
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobMediaSheetsCompleted
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobMediaSheetsSupported
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobMessageFromOperator
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobName
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobOriginatingUserName
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobPriority
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobPrioritySupported
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobSheets
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobState
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobStateReason
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.JobStateReasons
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.Media
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.MediaPrintableArea
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.MediaSize
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.MultipleDocumentHandling
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.NumberOfDocuments
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.NumberOfInterveningJobs
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.NumberUp
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.NumberUpSupported
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.OrientationRequested
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.OutputDeviceAssigned
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PageRanges
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PagesPerMinute
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PagesPerMinuteColor
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PDLOverrideSupported
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PresentationDirection
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PrinterInfo
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PrinterIsAcceptingJobs
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PrinterLocation
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PrinterMakeAndModel
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PrinterMessageFromOperator
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PrinterMoreInfo
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PrinterMoreInfoManufacturer
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PrinterName
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PrinterResolution
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PrinterState
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PrinterStateReason
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PrinterStateReasons
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PrinterURI
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.PrintQuality
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.QueuedJobCount
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.ReferenceUriSchemesSupported
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.RequestingUserName
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.Severity
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.SheetCollate
Get the name of the category of which this attribute value is an instance.
getName() - ? ????javax.print.attribute.standard.Sides
Get the name of the category of which this attribute value is an instance.
getName() - ?? ????javax.print.PrintService
Returns a String name for this print service which may be used by applications to request a particular print service.
getName() - ? ????javax.security.auth.callback.NameCallback
Get the retrieved name.
getName() - ? ????javax.security.auth.kerberos.KerberosPrincipal
The returned string corresponds to the single-string representation of a Kerberos Principal name as specified in Section 2.1 of RFC 1964.
getName() - ? ????javax.security.auth.x500.X500Principal
Returns a string representation of the X.500 distinguished name using the format defined in RFC 2253.
getName(String) - ? ????javax.security.auth.x500.X500Principal
Returns a string representation of the X.500 distinguished name using the specified format.
getName(String, Map<String, String>) - ? ????javax.security.auth.x500.X500Principal
Returns a string representation of the X.500 distinguished name using the specified format.
getName() - ? ????javax.sound.midi.MidiDevice.Info
Obtains the name of the device.
getName() - ?? ????javax.sound.midi.Soundbank
Obtains the name of the sound bank.
getName() - ? ????javax.sound.midi.SoundbankResource
Obtains the name of the resource.
getName() - ? ????javax.sound.sampled.Mixer.Info
Obtains the name of the mixer.
getName() - ? ????javax.sound.sampled.Port.Info
Obtains the name of the port.
getName() - ? ????javax.sound.sampled.ReverbType
Obtains the name of this reverb type.
getName(File) - ? ????javax.swing.filechooser.FileView
The name of the file.
getName(File) - ? ????javax.swing.JFileChooser
Returns the filename.
getName() - ? ????javax.swing.LookAndFeel
Return a short string that identifies this look and feel, e.g.
getName(File) - ? ????javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
 
getName() - ? ????javax.swing.plaf.metal.DefaultMetalTheme
Returns the name of this theme.
getName() - ? ????javax.swing.plaf.metal.MetalLookAndFeel
Returns the name of this look and feel.
getName() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the name of this theme.
getName() - ? ????javax.swing.plaf.metal.OceanTheme
Return the name of this theme, "Ocean".
getName() - ? ????javax.swing.plaf.multi.MultiLookAndFeel
Returns a string, suitable for use in menus, that identifies this look and feel.
getName() - ? ????javax.swing.plaf.nimbus.NimbusLookAndFeel
Return a short string that identifies this look and feel.
getName() - ? ????javax.swing.plaf.synth.Region
Returns the name of the region.
getName() - ? ????javax.swing.plaf.synth.SynthLookAndFeel
Return a short string that identifies this look and feel.
getName() - ? ????javax.swing.text.AbstractDocument.AbstractElement
Gets the name of the element.
getName() - ? ????javax.swing.text.AbstractDocument.BranchElement
Gets the element name.
getName() - ? ????javax.swing.text.AbstractDocument.LeafElement
Gets the element name.
getName() - ? ????javax.swing.text.DefaultStyledDocument.SectionElement
Gets the name of the element.
getName() - ?? ????javax.swing.text.Element
Fetches the name of the element.
getName() - ? ????javax.swing.text.html.HTMLDocument.BlockElement
Gets the name of the element.
getName() - ? ????javax.swing.text.html.HTMLDocument.RunElement
Gets the name of the element.
getName() - ? ????javax.swing.text.html.parser.AttributeList
 
getName() - ? ????javax.swing.text.html.parser.DTD
Gets the name of the DTD.
getName() - ? ????javax.swing.text.html.parser.Element
Get the name of the element.
getName() - ? ????javax.swing.text.html.parser.Entity
Gets the name of the entity.
getName() - ?? ????javax.swing.text.Keymap
Fetches the name of the set of key-bindings.
getName() - ?? ????javax.swing.text.Style
Fetches the name of the style.
getName() - ? ????javax.swing.text.StyleContext.NamedStyle
Fetches the name of the style.
getName() - ? ????javax.swing.UIManager.LookAndFeelInfo
Returns the name of the look and feel in a form suitable for a menu or other presentation
getName() - ?? ????javax.tools.DocumentationTool.Location
 
getName() - ?? ????javax.tools.FileObject
Gets a user-friendly name for this file object.
getName() - ? ????javax.tools.ForwardingFileObject
 
getName() - ?? ????javax.tools.JavaFileManager.Location
Gets the name of this location.
getName() - ? ????javax.tools.SimpleJavaFileObject
 
getName() - ?? ????javax.tools.StandardLocation
 
getName() - ? ????javax.xml.bind.JAXBElement
Returns the xml element tag name.
getName() - ?? ????javax.xml.crypto.dsig.keyinfo.KeyName
Returns the name of this KeyName.
getName() - ? ????javax.xml.soap.MimeHeader
Returns the name of this MimeHeader object.
getName() - ?? ????javax.xml.stream.events.Attribute
Returns the QName for this attribute
getName() - ?? ????javax.xml.stream.events.EndElement
Get the name of this event
getName() - ?? ????javax.xml.stream.events.EntityDeclaration
The entity's name
getName() - ?? ????javax.xml.stream.events.EntityReference
The name of the entity
getName() - ?? ????javax.xml.stream.events.NotationDeclaration
The notation name.
getName() - ?? ????javax.xml.stream.events.StartElement
Get the name of this event
getName() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getName() - ?? ????javax.xml.stream.XMLStreamReader
Returns a QName for the current START_ELEMENT or END_ELEMENT event
getName() - ?? ????org.ietf.jgss.GSSCredential
Retrieves the name of the entity that the credential asserts.
getName(Oid) - ?? ????org.ietf.jgss.GSSCredential
Retrieves a Mechanism Name of the entity that the credential asserts.
getName() - ?? ????org.w3c.dom.Attr
Returns the name of this attribute.
getName() - ?? ????org.w3c.dom.DocumentType
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
getName(int) - ?? ????org.w3c.dom.NameList
Returns the indexth name item in the collection.
getName(int) - ?? ????org.xml.sax.AttributeList
????
Return the name of an attribute in this list (by position).
getName(int) - ? ????org.xml.sax.helpers.AttributeListImpl
????
Get the name of an attribute (by position).
getNameConstraints() - ? ????java.security.cert.TrustAnchor
Returns the name constraints parameter.
getNameConstraints() - ? ????java.security.cert.X509CertSelector
Returns the name constraints criterion.
getNameCount() - ?? ????java.nio.file.Path
Returns the number of name elements in the path.
getNamedItem(String) - ?? ????org.w3c.dom.NamedNodeMap
Retrieves a node specified by name.
getNamedItemNS(String, String) - ?? ????org.w3c.dom.NamedNodeMap
Retrieves a node specified by local name and namespace URI.
getNameInNamespace() - ?? ????javax.naming.Context
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - ? ????javax.naming.InitialContext
 
getNameInNamespace() - ? ????javax.naming.NameClassPair
Retrieves the full name of this binding.
getNameParser(Name) - ?? ????javax.naming.Context
Retrieves the parser associated with the named context.
getNameParser(String) - ?? ????javax.naming.Context
Retrieves the parser associated with the named context.
getNameParser(String) - ? ????javax.naming.InitialContext
 
getNameParser(Name) - ? ????javax.naming.InitialContext
 
getNames() - ? ????javax.activation.MimeTypeParameterList
Retrieve an enumeration of all the names in this list.
getNames() - ?? ????javax.script.ScriptEngineFactory
Returns an immutable list of short names for the ScriptEngine, which may be used to identify the ScriptEngine by the ScriptEngineManager.
getNamesForMech(Oid) - ? ????org.ietf.jgss.GSSManager
Returns then name types supported by the indicated mechanism.
getNamespaceContext() - ?? ????javax.xml.stream.events.StartElement
Gets a read-only namespace context.
getNamespaceContext() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceContext() - ?? ????javax.xml.stream.XMLEventWriter
Returns the current namespace context.
getNamespaceContext() - ?? ????javax.xml.stream.XMLStreamReader
Returns a read only namespace context for the current position.
getNamespaceContext() - ?? ????javax.xml.stream.XMLStreamWriter
Returns the current namespace context.
getNamespaceContext() - ?? ????javax.xml.xpath.XPath
Return the current namespace context.
getNamespaceCount() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceCount() - ?? ????javax.xml.stream.XMLStreamReader
Returns the count of namespaces declared on this START_ELEMENT or END_ELEMENT, this method is only valid on a START_ELEMENT, END_ELEMENT or NAMESPACE.
getNamespaceMap() - ? ????javax.xml.crypto.dsig.spec.XPathFilterParameterSpec
Returns a map of namespace prefixes.
getNamespaceMap() - ? ????javax.xml.crypto.dsig.spec.XPathType
Returns a map of namespace prefixes.
getNamespacePrefix(String, String) - ? ????javax.xml.crypto.dom.DOMCryptoContext
This implementation uses an internal HashMap to get the prefix that the specified URI maps to.
getNamespacePrefix(String, String) - ?? ????javax.xml.crypto.XMLCryptoContext
Returns the namespace prefix that the specified namespace URI is associated with.
getNamespacePrefix(int) - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getNamespacePrefix(int) - ?? ????javax.xml.stream.XMLStreamReader
Returns the prefix for the namespace declared at the index.
getNamespacePrefixes() - ?? ????javax.xml.soap.SOAPElement
Returns an Iterator over the namespace prefix Strings declared by this element.
getNamespaces() - ?? ????javax.xml.stream.events.EndElement
Returns an Iterator of namespaces that have gone out of scope.
getNamespaces() - ?? ????javax.xml.stream.events.StartElement
Returns an Iterator of namespaces declared on this element.
getNamespaceURI() - ? ????javax.imageio.metadata.IIOMetadataNode
Returns null, since namespaces are not supported.
getNamespaceURI(String) - ?? ????javax.xml.namespace.NamespaceContext
Get Namespace URI bound to a prefix in the current scope.
getNamespaceURI() - ? ????javax.xml.namespace.QName
Get the Namespace URI of this QName.
getNamespaceURI(String) - ?? ????javax.xml.soap.SOAPElement
Returns the URI of the namespace that has the given prefix.
getNamespaceURI() - ?? ????javax.xml.stream.events.Namespace
Gets the uri bound to the prefix of this namespace
getNamespaceURI(String) - ?? ????javax.xml.stream.events.StartElement
Gets the value that the prefix is bound to in the context of this element.
getNamespaceURI(String) - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceURI(int) - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceURI() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceURI(String) - ?? ????javax.xml.stream.XMLStreamReader
Return the uri for the given prefix.
getNamespaceURI(int) - ?? ????javax.xml.stream.XMLStreamReader
Returns the uri for the namespace declared at the index.
getNamespaceURI() - ?? ????javax.xml.stream.XMLStreamReader
If the current event is a START_ELEMENT or END_ELEMENT this method returns the URI of the prefix or the default namespace.
getNamespaceURI(int) - ?? ????org.w3c.dom.NameList
Returns the indexth namespaceURI item in the collection.
getNamespaceURI() - ?? ????org.w3c.dom.Node
The namespace URI of this node, or null if it is unspecified (see ).
getNameType() - ? ????javax.security.auth.kerberos.KerberosPrincipal
Returns the name type of the KerberosPrincipal.
getNaN() - ? ????java.text.DecimalFormatSymbols
Gets the string used to represent "not a number".
getNano() - ? ????java.time.Duration
Gets the number of nanoseconds within the second in this duration.
getNano() - ? ????java.time.Instant
Gets the number of nanoseconds, later along the time-line, from the start of the second.
getNano() - ? ????java.time.LocalDateTime
Gets the nano-of-second field.
getNano() - ? ????java.time.LocalTime
Gets the nano-of-second field.
getNano() - ? ????java.time.OffsetDateTime
Gets the nano-of-second field.
getNano() - ? ????java.time.OffsetTime
Gets the nano-of-second field.
getNano() - ? ????java.time.ZonedDateTime
Gets the nano-of-second field.
getNanos() - ? ????java.sql.Timestamp
Gets this Timestamp object's nanos value.
getNativeCommands(String) - ? ????javax.activation.MailcapCommandMap
Get the native commands for the given MIME type.
getNativeContainer(Component) - ? ??????java.awt.Toolkit
Give native peers the ability to query the native container given a native component (eg the direct parent may be lightweight).
getNativeImageMetadataFormatName() - ? ????javax.imageio.spi.ImageReaderWriterSpi
Returns the name of the "native" image metadata format for this plug-in, which typically allows for lossless encoding and transmission of the image metadata stored in the format handled by this plug-in.
getNativeMetadataFormatName() - ? ????javax.imageio.metadata.IIOMetadata
Returns the name of the "native" metadata format for this plug-in, which typically allows for lossless encoding and transmission of the metadata stored in the format handled by this plug-in.
getNativesForFlavor(DataFlavor) - ?? ????java.awt.datatransfer.FlavorTable
Returns a List of String natives to which the specified DataFlavor corresponds.
getNativesForFlavor(DataFlavor) - ? ????java.awt.datatransfer.SystemFlavorMap
Returns a List of String natives to which the specified DataFlavor can be translated by the data transfer subsystem.
getNativesForFlavors(DataFlavor[]) - ?? ????java.awt.datatransfer.FlavorMap
Returns a Map of the specified DataFlavors to their corresponding String native.
getNativesForFlavors(DataFlavor[]) - ? ????java.awt.datatransfer.SystemFlavorMap
Returns a Map of the specified DataFlavors to their most preferred String native.
getNativeStreamMetadataFormatName() - ? ????javax.imageio.spi.ImageReaderWriterSpi
Returns the name of the "native" stream metadata format for this plug-in, which typically allows for lossless encoding and transmission of the stream metadata stored in the format handled by this plug-in.
getNavigationFilter() - ? ????javax.swing.JFormattedTextField.AbstractFormatter
Subclass and override if you wish to provide a filter to restrict where the user can navigate to.
getNavigationFilter() - ? ????javax.swing.text.DefaultFormatter
Returns the NavigationFilter used to restrict where the cursor can be placed.
getNavigationFilter() - ? ????javax.swing.text.JTextComponent
Returns the NavigationFilter.
getNbNotifications() - ? ????javax.management.timer.Timer
Gets the number of timer notifications registered into the list of notifications.
getNbNotifications() - ?? ????javax.management.timer.TimerMBean
Gets the number of timer notifications registered into the list of notifications.
getNbOccurences(Integer) - ? ????javax.management.timer.Timer
Gets a copy of the remaining number of occurrences associated to a timer notification.
getNbOccurences(Integer) - ?? ????javax.management.timer.TimerMBean
Gets a copy of the remaining number of occurrences associated to a timer notification.
getNCharacterStream(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getNCharacterStream(String) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getNCharacterStream(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getNCharacterStream(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getNClob(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC NCLOB parameter as a java.sql.NClob object in the Java programming language.
getNClob(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC NCLOB parameter as a java.sql.NClob object in the Java programming language.
getNClob(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a NClob object in the Java programming language.
getNClob(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a NClob object in the Java programming language.
getNeedClientAuth() - ? ????javax.net.ssl.SSLEngine
Returns true if the engine will require client authentication.
getNeedClientAuth() - ? ????javax.net.ssl.SSLParameters
Returns whether client authentication should be required.
getNeedClientAuth() - ? ????javax.net.ssl.SSLServerSocket
Returns true if client authentication will be required on newly accepted server-mode SSLSockets.
getNeedClientAuth() - ? ????javax.net.ssl.SSLSocket
Returns true if the socket will require client authentication.
getNeedClientAuth() - ? ????javax.rmi.ssl.SslRMIServerSocketFactory
Returns true if client authentication is required on SSL connections accepted by server sockets created by this factory.
getNeededLocation(int, int) - ? ????javax.swing.plaf.basic.BasicSplitPaneDivider.DragController
Returns the x argument, since this is used for horizontal splits.
getNeededLocation(int, int) - ? ????javax.swing.plaf.basic.BasicSplitPaneDivider.VerticalDragController
Returns the y argument, since this is used for vertical splits.
getNegativePrefix() - ? ????java.text.DecimalFormat
Get the negative prefix.
getNegativeSign() - ? ????java.time.format.DecimalStyle
Gets the character that represents the negative sign.
getNegativeSuffix() - ? ????java.text.DecimalFormat
Get the negative suffix.
getNegotiatedProperty(String) - ?? ????javax.security.sasl.SaslClient
Retrieves the negotiated property.
getNegotiatedProperty(String) - ?? ????javax.security.sasl.SaslServer
Retrieves the negotiated property.
getNestedException() - ???? ????javax.xml.stream.XMLStreamException
Gets the nested exception.
getNestingKind() - ?? ????javax.lang.model.element.TypeElement
Returns the nesting kind of this type element.
getNestingKind() - ? ????javax.tools.ForwardingJavaFileObject
 
getNestingKind() - ?? ????javax.tools.JavaFileObject
Provides a hint about the nesting level of the class represented by this file object.
getNestingKind() - ? ????javax.tools.SimpleJavaFileObject
This implementation returns null.
getNetworkInterface() - ? ????java.net.MulticastSocket
Get the multicast network interface set.
getNetworkInterfaces() - ? ??????java.net.NetworkInterface
Returns all the interfaces on this machine.
getNetworkPrefixLength() - ? ????java.net.InterfaceAddress
Returns the network prefix length for this address.
getNetworkTimeout() - ?? ????java.sql.Connection
Retrieves the number of milliseconds the driver will wait for a database request to complete.
getNewBinding() - ? ????javax.naming.event.NamingEvent
Retrieves the binding of the object after the change.
getNewDocument() - ?? ????org.w3c.dom.ls.LSLoadEvent
The document that finished loading.
getNewFolderAction() - ? ????javax.swing.plaf.basic.BasicFileChooserUI
 
getNewLeadSelectionPath() - ? ????javax.swing.event.TreeSelectionEvent
Returns the current lead path.
getNewLine() - ?? ????org.w3c.dom.ls.LSSerializer
The end-of-line sequence of characters to be used in the XML being written out.
getNewRoleValue() - ? ????javax.management.relation.RelationNotification
Returns new value of updated role (only for role update).
getNewState() - ? ????java.awt.event.WindowEvent
For WINDOW_STATE_CHANGED events returns the new state of the window.
getNewValue() - ? ????java.beans.PropertyChangeEvent
Gets the new value for the property, expressed as an Object.
getNewValue() - ? ????java.util.prefs.PreferenceChangeEvent
Returns the new value for the preference.
getNewValue() - ? ????javax.management.AttributeChangeNotification
Gets the new value of the attribute which has changed.
getNewValue() - ?? ????org.w3c.dom.events.MutationEvent
newValue indicates the new value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharacterDataModified events.
getNext() - ? ????javax.swing.text.html.parser.AttributeList
 
getNextEastWestVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - ? ????javax.swing.text.CompositeView
Returns the next visual position for the cursor, in either the east or west direction.
getNextEntry() - ? ????java.util.jar.JarInputStream
Reads the next ZIP file entry and positions the stream at the beginning of the entry data.
getNextEntry() - ? ????java.util.zip.ZipInputStream
Reads the next ZIP file entry and positions the stream at the beginning of the entry data.
getNextEvent() - ? ????java.awt.EventQueue
Removes an event from the EventQueue and returns it.
getNextException() - ???? ????java.sql.SQLException
Retrieves the exception chained to this SQLException object by setNextException(SQLException ex).
getNextFocusableComponent() - ? ????javax.swing.JComponent
????
As of 1.4, replaced by FocusTraversalPolicy.
getNextJarEntry() - ? ????java.util.jar.JarInputStream
Reads the next JAR file entry and positions the stream at the beginning of the entry data.
getNextLeaf() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the leaf after this node or null if this node is the last leaf in the tree.
getNextLeftHit(TextHitInfo) - ? ????java.awt.font.TextLayout
Returns the hit for the next caret to the left (top); if no such hit, returns null.
getNextLeftHit(int, TextLayout.CaretPolicy) - ? ????java.awt.font.TextLayout
Returns the hit for the next caret to the left (top); if no such hit, returns null.
getNextLeftHit(int) - ? ????java.awt.font.TextLayout
Returns the hit for the next caret to the left (top); if no such hit, returns null.
getNextMatch(String, int, Position.Bias) - ? ????javax.swing.JList
Returns the next list element whose toString value starts with the given prefix.
getNextMatch(String, int, Position.Bias) - ? ????javax.swing.JTree
Returns the TreePath to the next tree element that begins with a prefix.
getNextNode() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the node that follows this node in a preorder traversal of this node's tree.
getNextNorthSouthVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - ? ????javax.swing.text.CompositeView
Returns the next visual position for the cursor, in either the north or south direction.
getNextNorthSouthVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - ? ????javax.swing.text.ParagraphView
Returns the next visual position for the cursor, in either the east or west direction.
getNextRightHit(TextHitInfo) - ? ????java.awt.font.TextLayout
Returns the hit for the next caret to the right (bottom); if there is no such hit, returns null.
getNextRightHit(int, TextLayout.CaretPolicy) - ? ????java.awt.font.TextLayout
Returns the hit for the next caret to the right (bottom); if no such hit, returns null.
getNextRightHit(int) - ? ????java.awt.font.TextLayout
Returns the hit for the next caret to the right (bottom); if no such hit, returns null.
getNextSequenceNumber() - ? ????javax.management.remote.NotificationResult
Returns the sequence number of the next notification available for querying.
getNextSibling() - ? ????javax.imageio.metadata.IIOMetadataNode
Returns the next sibling of this node, or null if the node has no next sibling.
getNextSibling() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the next sibling of this node in the parent's children array.
getNextSibling() - ? ????javax.xml.crypto.dsig.dom.DOMSignContext
Returns the nextSibling node.
getNextSibling() - ? ????javax.xml.transform.dom.DOMResult
Get the child node before which the result nodes will be inserted.
getNextSibling() - ?? ????org.w3c.dom.Node
The node immediately following this node.
getNextTabIndex(int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getNextTabIndexInRun(int, int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getNextTabRun(int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getNextUpdate() - ? ????java.security.cert.X509CRL
Gets the nextUpdate date from the CRL.
getNextValue() - ? ????javax.swing.JSpinner
Returns the object in the sequence that comes after the object returned by getValue().
getNextValue() - ? ????javax.swing.SpinnerDateModel
Returns the next Date in the sequence, or null if the next date is after end.
getNextValue() - ? ????javax.swing.SpinnerListModel
Returns the next legal value of the underlying sequence or null if value is already the last element.
getNextValue() - ?? ????javax.swing.SpinnerModel
Return the object in the sequence that comes after the object returned by getValue().
getNextValue() - ? ????javax.swing.SpinnerNumberModel
Returns the next number in the sequence.
getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) - ? ????javax.swing.plaf.basic.BasicTextUI
Provides a way to determine the next visually represented model location that one might place a caret.
getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) - ? ????javax.swing.plaf.multi.MultiTextUI
Invokes the getNextVisualPositionFrom method on each UI handled by this object.
getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) - ? ????javax.swing.plaf.TextUI
Provides a way to determine the next visually represented model location that one might place a caret.
getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - ? ????javax.swing.text.AsyncBoxView
Provides a way to determine the next visually represented model location that one might place a caret.
getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - ? ????javax.swing.text.CompositeView
Provides a way to determine the next visually represented model location that one might place a caret.
getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - ? ????javax.swing.text.GlyphView
Provides a way to determine the next visually represented model location that one might place a caret.
getNextVisualPositionFrom(GlyphView, int, Position.Bias, Shape, int, Position.Bias[]) - ? ????javax.swing.text.GlyphView.GlyphPainter
Provides a way to determine the next visually represented model location that one might place a caret.
getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) - ? ????javax.swing.text.NavigationFilter
Returns the next visual position to place the caret at from an existing position.
getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - ? ????javax.swing.text.View
Provides a way to determine the next visually represented model location at which one might place a caret.
getNextWarning() - ???? ????java.sql.SQLWarning
Retrieves the warning chained to this SQLWarning object by setNextWarning.
getNextWarning() - ???? ????javax.sql.rowset.RowSetWarning
Retrieves the warning chained to this RowSetWarning object.
getNextWord(JTextComponent, int) - ? ??????javax.swing.text.Utilities
Determines the start of the next word for the given location.
getNode() - ? ????java.util.prefs.PreferenceChangeEvent
Returns the preference node that emitted the event.
getNode(Object) - ? ????javax.xml.bind.helpers.AbstractMarshallerImpl
By default, the getNode method is unsupported and throw an UnsupportedOperationException.
getNode() - ? ????javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getNode(Object) - ?? ????javax.xml.bind.Marshaller
Get a DOM tree view of the content tree(Optional).
getNode() - ?? ????javax.xml.bind.ValidationEventLocator
Return a reference to the DOM Node if available
getNode() - ? ????javax.xml.crypto.dom.DOMStructure
Returns the node contained in this DOMStructure.
getNode() - ? ????javax.xml.crypto.dsig.dom.DOMValidateContext
Returns the node.
getNode() - ? ????javax.xml.transform.dom.DOMResult
Get the node that will contain the result DOM tree.
getNode() - ? ????javax.xml.transform.dom.DOMSource
Get the node that represents a Source DOM tree.
getNodeDimensions(Object, int, int, boolean, Rectangle) - ? ????javax.swing.plaf.basic.BasicTreeUI.NodeDimensionsHandler
Responsible for getting the size of a particular node.
getNodeDimensions() - ? ????javax.swing.tree.AbstractLayoutCache
Returns the object that renders nodes in the tree, and which is responsible for calculating the dimensions of individual nodes.
getNodeDimensions(Object, int, int, boolean, Rectangle) - ? ????javax.swing.tree.AbstractLayoutCache
Returns, by reference in placeIn, the size needed to represent value.
getNodeDimensions(Object, int, int, boolean, Rectangle) - ? ????javax.swing.tree.AbstractLayoutCache.NodeDimensions
Returns, by reference in bounds, the size and x origin to place value at.
getNodeName() - ? ????javax.imageio.metadata.IIOMetadataNode
Returns the node name associated with this node.
getNodeName() - ?? ????org.w3c.dom.Node
The name of this node, depending on its type; see the table above.
getNodeType() - ? ????javax.imageio.metadata.IIOMetadataNode
Returns the node type, which is always ELEMENT_NODE.
getNodeType() - ?? ????org.w3c.dom.Node
A code representing the type of the underlying object, as defined above.
getNodeValue() - ? ????javax.imageio.metadata.IIOMetadataNode
Returns the value associated with this node.
getNodeValue() - ?? ????org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
getNoFallbackControl(List<String>) - ? ??????java.util.ResourceBundle.Control
Returns a ResourceBundle.Control in which the getFormats method returns the specified formats and the getFallbackLocale method returns null.
getNoImageIcon() - ? ????javax.swing.text.html.ImageView
Returns the icon to use if the image couldn't be found.
getNonContinuousLayoutDivider() - ? ????javax.swing.plaf.basic.BasicSplitPaneUI
Returns the divider to use when the splitPane is configured to not continuously layout.
getNonCriticalExtensionOIDs() - ?? ????java.security.cert.X509Extension
Gets a Set of the OID strings for the extension(s) marked NON-CRITICAL in the certificate/CRL managed by the object implementing this interface.
getNonHeapMemoryUsage() - ?? ????java.lang.management.MemoryMXBean
Returns the current memory usage of non-heap memory that is used by the Java virtual machine.
getNonMatchingHeaders(String[]) - ? ????javax.xml.soap.MimeHeaders
Returns all of the MimeHeader objects whose name does not match a name in the given array of names.
getNonMatchingMimeHeaders(String[]) - ? ????javax.xml.soap.AttachmentPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
getNonMatchingMimeHeaders(String[]) - ? ????javax.xml.soap.SOAPPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
getNonRolloverBorder(AbstractButton) - ? ????javax.swing.plaf.basic.BasicToolBarUI
Returns a non-rollover border for the button.
getNoNSSchemaLocation() - ? ????javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the current noNamespaceSchemaLocation.
getNormalBounds() - ? ????javax.swing.JInternalFrame
If the JInternalFrame is not in maximized state, returns getBounds(); otherwise, returns the bounds that the JInternalFrame would be restored to.
getNormalizedComponents(int[], int, float[], int) - ? ????java.awt.image.ColorModel
Returns an array of all of the color/alpha components in normalized form, given an unnormalized component array.
getNormalizedComponents(Object, float[], int) - ? ????java.awt.image.ColorModel
Returns an array of all of the color/alpha components in normalized form, given a pixel in this ColorModel.
getNormalizedComponents(int[], int, float[], int) - ? ????java.awt.image.ComponentColorModel
Returns an array of all of the color/alpha components in normalized form, given an unnormalized component array.
getNormalizedComponents(Object, float[], int) - ? ????java.awt.image.ComponentColorModel
Returns an array of all of the color/alpha components in normalized form, given a pixel in this ColorModel.
getNormalizingTransform() - ? ????java.awt.GraphicsConfiguration
Returns a AffineTransform that can be concatenated with the default AffineTransform of a GraphicsConfiguration so that 72 units in user space equals 1 inch in device space.
getNorthPane() - ? ????javax.swing.plaf.basic.BasicInternalFrameUI
 
getNotAfter() - ? ????java.security.cert.X509Certificate
Gets the notAfter date from the validity period of the certificate.
getNotAfter() - ? ????javax.security.cert.X509Certificate
Gets the notAfter date from the validity period of the certificate.
getNotationName() - ?? ????javax.xml.stream.events.EntityDeclaration
The name of the associated notation.
getNotationName() - ?? ????org.w3c.dom.Entity
For unparsed entities, the name of the notation for the entity.
getNotations() - ?? ????javax.xml.stream.events.DTD
Return a List containing the notations declared in the DTD.
getNotations() - ?? ????org.w3c.dom.DocumentType
A NamedNodeMap containing the notations declared in the DTD.
getNotBefore() - ? ????java.security.cert.X509Certificate
Gets the notBefore date from the validity period of the certificate.
getNotBefore() - ? ????javax.security.cert.X509Certificate
Gets the notBefore date from the validity period of the certificate.
getNote() - ? ????javax.swing.ProgressMonitor
Specifies the additional note that is displayed along with the progress message.
getNotification(String) - ?? ????javax.management.modelmbean.ModelMBeanInfo
Returns a ModelMBeanNotificationInfo requested by name.
getNotification(String) - ? ????javax.management.modelmbean.ModelMBeanInfoSupport
 
getNotification() - ? ????javax.management.remote.TargetedNotification
The emitted notification.
getNotification() - ? ????javax.naming.ldap.UnsolicitedNotificationEvent
Returns the unsolicited notification.
getNotificationID() - ? ????javax.management.timer.TimerNotification
Gets the identifier of this timer notification.
getNotificationIDs(String) - ? ????javax.management.timer.Timer
Gets all the identifiers of timer notifications corresponding to the specified type.
getNotificationIDs(String) - ?? ????javax.management.timer.TimerMBean
Gets all the identifiers of timer notifications corresponding to the specified type.
getNotificationInfo() - ? ????javax.management.MBeanServerDelegate
 
getNotificationInfo() - ? ????javax.management.modelmbean.RequiredModelMBean
Returns the array of Notifications always generated by the RequiredModelMBean.
getNotificationInfo() - ? ????javax.management.monitor.CounterMonitor
Returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent by the counter monitor.
getNotificationInfo() - ? ????javax.management.monitor.GaugeMonitor
Returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent by the gauge monitor.
getNotificationInfo() - ? ????javax.management.monitor.StringMonitor
Returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent by the string monitor.
getNotificationInfo() - ?? ????javax.management.NotificationBroadcaster
Returns an array indicating, for each notification this MBean may send, the name of the Java class of the notification and the notification type.
getNotificationInfo() - ? ????javax.management.NotificationBroadcasterSupport
 
getNotificationInfo() - ? ????javax.management.relation.RelationService
Returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent.
getNotificationInfo() - ? ????javax.management.remote.JMXConnectorServer
Returns an array indicating the notifications that this MBean sends.
getNotificationInfo() - ? ????javax.management.StandardEmitterMBean
 
getNotificationInfo() - ? ????javax.management.timer.Timer
 
getNotificationMessage(Integer) - ? ????javax.management.timer.Timer
Gets the timer notification detailed message corresponding to the specified identifier.
getNotificationMessage(Integer) - ?? ????javax.management.timer.TimerMBean
Gets the timer notification detailed message corresponding to the specified identifier.
getNotifications() - ? ????javax.management.MBeanInfo
Returns the list of the notifications emitted by the MBean.
getNotifications() - ?? ????javax.management.modelmbean.ModelMBeanInfo
Returns the list of the notifications emitted by the MBean.
getNotifications() - ?? ????javax.management.openmbean.OpenMBeanInfo
Returns an array of MBeanNotificationInfo instances describing each notification emitted by the open MBean described by this OpenMBeanInfo instance.
getNotificationType(Integer) - ? ????javax.management.timer.Timer
Gets the timer notification type corresponding to the specified identifier.
getNotificationType(Integer) - ?? ????javax.management.timer.TimerMBean
Gets the timer notification type corresponding to the specified identifier.
getNotificationUserData(Integer) - ? ????javax.management.timer.Timer
Gets the timer notification user data object corresponding to the specified identifier.
getNotificationUserData(Integer) - ?? ????javax.management.timer.TimerMBean
Gets the timer notification user data object corresponding to the specified identifier.
getNotifTypes() - ? ????javax.management.MBeanNotificationInfo
Returns the array of strings (in dot notation) containing the notification types that the MBean may emit.
getNotify() - ? ????javax.management.monitor.CounterMonitor
Gets the notification's on/off switch value common to all observed MBeans.
getNotify() - ?? ????javax.management.monitor.CounterMonitorMBean
Gets the notification's on/off switch value.
getNotifyDiffer() - ? ????javax.management.monitor.StringMonitor
Gets the differing notification's on/off switch value common to all observed MBeans.
getNotifyDiffer() - ?? ????javax.management.monitor.StringMonitorMBean
Gets the differing notification's on/off switch value.
getNotifyHigh() - ? ????javax.management.monitor.GaugeMonitor
Gets the high notification's on/off switch value common to all observed MBeans.
getNotifyHigh() - ?? ????javax.management.monitor.GaugeMonitorMBean
Gets the high notification's on/off switch value.
getNotifyLow() - ? ????javax.management.monitor.GaugeMonitor
Gets the low notification's on/off switch value common to all observed MBeans.
getNotifyLow() - ?? ????javax.management.monitor.GaugeMonitorMBean
Gets the low notification's on/off switch value.
getNotifyMatch() - ? ????javax.management.monitor.StringMonitor
Gets the matching notification's on/off switch value common to all observed MBeans.
getNotifyMatch() - ?? ????javax.management.monitor.StringMonitorMBean
Gets the matching notification's on/off switch value.
getNoType(TypeKind) - ?? ????javax.lang.model.util.Types
Returns a pseudo-type used where no actual type is appropriate.
getNow(T) - ? ????java.util.concurrent.CompletableFuture
Returns the result value (or throws any encountered exception) if completed, else returns the given valueIfAbsent.
getNString(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated NCHAR, NVARCHAR or LONGNVARCHAR parameter as a String in the Java programming language.
getNString(String) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated NCHAR, NVARCHAR or LONGNVARCHAR parameter as a String in the Java programming language.
getNString(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getNString(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getNullFormatter() - ? ????javax.swing.text.DefaultFormatterFactory
Returns the formatter to use if the value is null.
getNullType() - ?? ????javax.lang.model.util.Types
Returns the null type.
getNumBands() - ? ????java.awt.image.Raster
Returns the number of bands (samples per pixel) in this Raster.
getNumBands() - ? ????java.awt.image.SampleModel
Returns the total number of bands of image data.
getNumBands() - ? ????javax.imageio.ImageTypeSpecifier
Return the number of bands specified by this object.
getNumBanks() - ? ????java.awt.image.DataBuffer
Returns the number of banks in this DataBuffer.
getNumber() - ? ????javax.swing.SpinnerNumberModel
Returns the value of the current element of the sequence.
getNumberFormat() - ? ????java.text.DateFormat
Gets the number formatter which this date/time formatter uses to format and parse a time.
getNumberInstance() - ? ??????java.text.NumberFormat
Returns a general-purpose number format for the current default FORMAT locale.
getNumberInstance(Locale) - ? ??????java.text.NumberFormat
Returns a general-purpose number format for the specified locale.
getNumberInstance(Locale) - ? ????java.text.spi.NumberFormatProvider
Returns a new general-purpose NumberFormat instance for the specified locale.
getNumberOfButtons() - ? ??????java.awt.MouseInfo
Returns the number of buttons on the mouse.
getNumberOfDependents() - ? ????java.util.concurrent.CompletableFuture
Returns the estimated number of CompletableFutures whose completions are awaiting completion of this CompletableFuture.
getNumberOfPages() - ? ????java.awt.print.Book
Returns the number of pages in this Book.
getNumberOfPages() - ?? ????java.awt.print.Pageable
Returns the number of pages in the set.
getNumberWaiting() - ? ????java.util.concurrent.CyclicBarrier
Returns the number of parties currently waiting at the barrier.
getNumChars() - ? ????java.awt.font.LineMetrics
Returns the number of characters (char values) in the text whose metrics are encapsulated by this LineMetrics object.
getNumColorComponents() - ? ????java.awt.image.ColorModel
Returns the number of color components in this ColorModel.
getNumComponents() - ? ????java.awt.color.ColorSpace
Returns the number of components of this ColorSpace.
getNumComponents() - ? ????java.awt.color.ICC_Profile
Returns the number of color components in the "input" color space of this profile.
getNumComponents() - ? ????java.awt.image.ColorModel
Returns the number of components, including alpha, in this ColorModel.
getNumComponents() - ? ????java.awt.image.LookupTable
Returns the number of components in the lookup table.
getNumComponents() - ? ????javax.imageio.ImageTypeSpecifier
Return the number of color components specified by this object.
getNumDataElements() - ? ????java.awt.image.ComponentSampleModel
getNumDataElements() - ? ????java.awt.image.MultiPixelPackedSampleModel
getNumDataElements() - ? ????java.awt.image.Raster
Returns the number of data elements needed to transfer one pixel via the getDataElements and setDataElements methods.
getNumDataElements() - ? ????java.awt.image.SampleModel
Returns the number of data elements needed to transfer a pixel via the getDataElements and setDataElements methods.
getNumDataElements() - ? ????java.awt.image.SinglePixelPackedSampleModel
Returns the number of data elements needed to transfer one pixel via the getDataElements and setDataElements methods.
getNumDesignAxes() - ?? ????java.awt.font.MultipleMaster
Returns the number of multiple master design controls.
getNumericCode() - ? ????java.util.Currency
Returns the ISO 4217 numeric code of this currency.
getNumericFunctions() - ?? ????java.sql.DatabaseMetaData
Retrieves a comma-separated list of math functions available with this database.
getNumericValue(char) - ? ??????java.lang.Character
Returns the int value that the specified Unicode character represents.
getNumericValue(int) - ? ??????java.lang.Character
Returns the int value that the specified character (Unicode code point) represents.
getNumFactors() - ? ????java.awt.image.RescaleOp
Returns the number of scaling factors and offsets used in this RescaleOp.
getNumGlyphs() - ? ????java.awt.Font
Returns the number of glyphs in this Font.
getNumGlyphs() - ? ????java.awt.font.GlyphVector
Returns the number of glyphs in this GlyphVector.
getNumImages(boolean) - ? ????javax.imageio.ImageReader
Returns the number of images, not including thumbnails, available from the current input source.
getNumParameters() - ? ????java.awt.image.renderable.ParameterBlock
Returns the number of parameters (not including source images).
getNumSources() - ? ????java.awt.image.renderable.ParameterBlock
Returns the number of source images.
getNumThumbnails() - ? ????javax.imageio.IIOImage
Returns the number of thumbnails stored in this IIOImage.
getNumThumbnails(int) - ? ????javax.imageio.ImageReader
Returns the number of thumbnail preview images associated with the given image.
getNumThumbnailsSupported(ImageTypeSpecifier, ImageWriteParam, IIOMetadata, IIOMetadata) - ? ????javax.imageio.ImageWriter
Returns the number of thumbnails supported by the format being written, given the image type and any additional write parameters and metadata objects that will be used during encoding.
getNumXTiles() - ? ????java.awt.image.BufferedImage
Returns the number of tiles in the x direction.
getNumXTiles() - ?? ????java.awt.image.RenderedImage
Returns the number of tiles in the X direction.
getNumYTiles() - ? ????java.awt.image.BufferedImage
Returns the number of tiles in the y direction.
getNumYTiles() - ?? ????java.awt.image.RenderedImage
Returns the number of tiles in the Y direction.
getObject() - ? ????java.security.GuardedObject
Retrieves the guarded object, or throws an exception if access to the guarded object is denied by the guard.
getObject() - ? ????java.security.SignedObject
Retrieves the encapsulated object.
getObject(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated parameter as an Object in the Java programming language.
getObject(int, Map<String, Class<?>>) - ?? ????java.sql.CallableStatement
Returns an object representing the value of OUT parameter parameterIndex and uses map for the custom mapping of the parameter value.
getObject(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a parameter as an Object in the Java programming language.
getObject(String, Map<String, Class<?>>) - ?? ????java.sql.CallableStatement
Returns an object representing the value of OUT parameter parameterName and uses map for the custom mapping of the parameter value.
getObject(int, Class<T>) - ?? ????java.sql.CallableStatement
Returns an object representing the value of OUT parameter parameterIndex and will convert from the SQL type of the parameter to the requested Java data type, if the conversion is supported.
getObject(String, Class<T>) - ?? ????java.sql.CallableStatement
Returns an object representing the value of OUT parameter parameterName and will convert from the SQL type of the parameter to the requested Java data type, if the conversion is supported.
getObject(Map<String, Class<?>>) - ?? ????java.sql.Ref
Retrieves the referenced object and maps it to a Java type using the given type map.
getObject() - ?? ????java.sql.Ref
Retrieves the SQL structured type instance referenced by this Ref object.
getObject(int) - ?? ????java.sql.ResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String) - ?? ????java.sql.ResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(int, Map<String, Class<?>>) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String, Map<String, Class<?>>) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(int, Class<T>) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object and will convert from the SQL type of the column to the requested Java data type, if the conversion is supported.
getObject(String, Class<T>) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object and will convert from the SQL type of the column to the requested Java data type, if the conversion is supported.
getObject(String) - ? ????java.util.ResourceBundle
Gets an object for the given key from this resource bundle or one of its parents.
getObject(Key) - ? ????javax.crypto.SealedObject
Retrieves the original (encapsulated) object.
getObject(Cipher) - ? ????javax.crypto.SealedObject
Retrieves the original (encapsulated) object.
getObject(Key, String) - ? ????javax.crypto.SealedObject
Retrieves the original (encapsulated) object.
getObject() - ? ????javax.naming.Binding
Retrieves the object bound to the name of this binding.
getObject() - ? ????javax.naming.spi.DirStateFactory.Result
Retrieves the object to be bound.
getObject() - ? ????javax.sql.rowset.serial.SerialJavaObject
Returns an Object that is a copy of this SerialJavaObject object.
getObject(Map<String, Class<?>>) - ? ????javax.sql.rowset.serial.SerialRef
Returns an Object representing the SQL structured type to which this SerialRef object refers.
getObject() - ? ????javax.sql.rowset.serial.SerialRef
Returns an Object representing the SQL structured type to which this SerialRef object refers.
getObject() - ? ????javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getObject() - ?? ????javax.xml.bind.ValidationEventLocator
Return a reference to the object in the Java content tree if available
getObjectArrayMaxLength(String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns the maximum number of array elements that may be used to define the Object reference within the named element.
getObjectArrayMaxLength(String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getObjectArrayMinLength(String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns the minimum number of array elements that may be used to define the Object reference within the named element.
getObjectArrayMinLength(String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getObjectClass(String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns the Class type of the Object reference stored within the element.
getObjectClass(String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getObjectDefaultValue(String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns an Objects containing the default value for the Object reference within the named element.
getObjectDefaultValue(String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getObjectEnumerations(String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns an array of Objects containing the legal enumerated values for the Object reference within the named element.
getObjectEnumerations(String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getObjectForLayer(int) - ? ????javax.swing.JLayeredPane
Returns the Integer object associated with a specified layer.
getObjectInstance(ObjectName) - ?? ????javax.management.MBeanServer
 
getObjectInstance(ObjectName) - ?? ????javax.management.MBeanServerConnection
Gets the ObjectInstance for a given MBean registered with the MBean server.
getObjectInstance(ObjectName, Subject) - ?? ????javax.management.remote.rmi.RMIConnection
getObjectInstance(ObjectName, Subject) - ? ????javax.management.remote.rmi.RMIConnectionImpl
 
getObjectInstance(ObjectName, Subject) - ? ????javax.management.remote.rmi.RMIConnectionImpl_Stub
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>, Attributes) - ? ??????javax.naming.spi.DirectoryManager
Creates an instance of an object for the specified object, attributes, and environment.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>, Attributes) - ?? ????javax.naming.spi.DirObjectFactory
Creates an object using the location or reference information, and attributes specified.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - ? ??????javax.naming.spi.NamingManager
Creates an instance of an object for the specified object and environment.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - ?? ????javax.naming.spi.ObjectFactory
Creates an object using the location or reference information specified.
getObjectMaxValue(String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns the maximum legal value for the Object reference within the named element.
getObjectMaxValue(String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getObjectMinValue(String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns the minimum legal value for the Object reference within the named element.
getObjectMinValue(String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getObjectName() - ?? ????java.lang.management.PlatformManagedObject
Returns an ObjectName instance representing the object name of this platform managed object.
getObjectName() - ? ????javax.management.MBeanServerInvocationHandler
The name of the MBean within the MBean server to which methods are forwarded.
getObjectName() - ? ????javax.management.ObjectInstance
Returns the object name part.
getObjectName() - ? ????javax.management.relation.RelationNotification
Returns the ObjectName of the created/removed/updated relation.
getObjectParameter(int) - ? ????java.awt.image.renderable.ParameterBlock
Gets a parameter as an object.
getObjectPendingFinalizationCount() - ?? ????java.lang.management.MemoryMXBean
Returns the approximate number of objects for which finalization is pending.
getObjects() - ?? ????javax.xml.crypto.dsig.XMLSignature
Returns an unmodifiable list of XMLObjects contained in this XMLSignature.
getObjectSize(Object) - ?? ????java.lang.instrument.Instrumentation
Returns an implementation-specific approximation of the amount of storage consumed by the specified object.
getObjectStreamClass() - ? ????java.io.ObjectInputStream.GetField
Get the ObjectStreamClass that describes the fields in the stream.
getObjectValueType(String) - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns one of the enumerated values starting with VALUE_, indicating the type of values (enumeration, range, or array) that are allowed for the Object reference.
getObjectValueType(String) - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getObservedAttribute() - ? ????javax.management.monitor.Monitor
Gets the attribute being observed.
getObservedAttribute() - ?? ????javax.management.monitor.MonitorMBean
Gets the attribute being observed.
getObservedAttribute() - ? ????javax.management.monitor.MonitorNotification
Gets the observed attribute of this monitor notification.
getObservedObject() - ? ????javax.management.monitor.Monitor
????
As of JMX 1.2, replaced by Monitor.getObservedObjects()
getObservedObject() - ?? ????javax.management.monitor.MonitorMBean
????
As of JMX 1.2, replaced by MonitorMBean.getObservedObjects()
getObservedObject() - ? ????javax.management.monitor.MonitorNotification
Gets the observed object of this monitor notification.
getObservedObjects() - ? ????javax.management.monitor.Monitor
Returns an array containing the objects being observed.
getObservedObjects() - ?? ????javax.management.monitor.MonitorMBean
Returns an array containing the objects being observed.
getOcspExtensions() - ? ????java.security.cert.PKIXRevocationChecker
Gets the optional OCSP request extensions.
getOcspResponder() - ? ????java.security.cert.PKIXRevocationChecker
Gets the URI that identifies the location of the OCSP responder.
getOcspResponderCert() - ? ????java.security.cert.PKIXRevocationChecker
Gets the OCSP responder's certificate.
getOcspResponses() - ? ????java.security.cert.PKIXRevocationChecker
Gets the OCSP responses.
getOctetStream() - ? ????javax.xml.crypto.OctetStreamData
Returns the input stream of this OctetStreamData.
getOffendingNode() - ???? ????javax.imageio.metadata.IIOInvalidTreeException
Returns the Node that caused the error in parsing.
getOffscreenBuffer(Component, int, int) - ? ????javax.swing.RepaintManager
Return the offscreen buffer that should be used as a double buffer with the component c.
getOffset(int, int) - ? ????java.awt.image.ComponentSampleModel
Gets the offset for the first band of pixel (x,y).
getOffset(int, int, int) - ? ????java.awt.image.ComponentSampleModel
Gets the offset for band b of pixel (x,y).
getOffset() - ? ????java.awt.image.DataBuffer
Returns the offset of the default bank in array elements.
getOffset() - ? ????java.awt.image.LookupTable
Returns the offset.
getOffset(int, int) - ? ????java.awt.image.MultiPixelPackedSampleModel
Returns the offset of pixel (x, y) in data array elements.
getOffset(int, int) - ? ????java.awt.image.SinglePixelPackedSampleModel
Returns the offset (in data array elements) of pixel (x,y).
getOffset() - ? ????java.io.ObjectStreamField
Offset of field within instance data.
getOffset() - ? ????java.net.DatagramPacket
Returns the offset of the data to be sent or the offset of the data received.
getOffset() - ? ????java.text.CollationElementIterator
Returns the character offset in the original text corresponding to the next collation element.
getOffset() - ?? ????java.time.chrono.ChronoZonedDateTime
Gets the zone offset, such as '+01:00'.
getOffset() - ? ????java.time.OffsetDateTime
Gets the zone offset, such as '+01:00'.
getOffset() - ? ????java.time.OffsetTime
Gets the zone offset, such as '+01:00'.
getOffset(Instant) - ? ????java.time.zone.ZoneRules
Gets the offset applicable at the specified instant in these rules.
getOffset(LocalDateTime) - ? ????java.time.zone.ZoneRules
Gets a suitable offset for the specified local date-time in these rules.
getOffset() - ? ????java.time.ZonedDateTime
Gets the zone offset, such as '+01:00'.
getOffset(long) - ? ????java.util.SimpleTimeZone
Returns the offset of this time zone from UTC at the given time.
getOffset(int, int, int, int, int, int) - ? ????java.util.SimpleTimeZone
Returns the difference in milliseconds between local time and UTC, taking into account both the raw offset and the effect of daylight saving, for the specified date and time.
getOffset(int, int, int, int, int, int) - ? ????java.util.TimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOffset(long) - ? ????java.util.TimeZone
Returns the offset of this time zone from UTC at the specified date.
getOffset() - ? ????javax.imageio.stream.IIOByteBuffer
Returns the offset within the byte array returned by getData at which the data of interest start.
getOffset() - ? ????javax.management.monitor.CounterMonitor
Gets the offset value common to all observed MBeans.
getOffset() - ?? ????javax.management.monitor.CounterMonitorMBean
Gets the offset value.
getOffset() - ? ????javax.print.attribute.EnumSyntax
Returns the lowest integer value used by this enumeration value's enumeration class.
getOffset() - ? ????javax.print.attribute.standard.Finishings
Returns the lowest integer value used by class Finishings.
getOffset() - ? ????javax.print.attribute.standard.OrientationRequested
Returns the lowest integer value used by class OrientationRequested.
getOffset() - ? ????javax.print.attribute.standard.PrintQuality
Returns the lowest integer value used by class PrintQuality.
getOffset() - ?? ????javax.swing.event.DocumentEvent
Returns the offset within the document of the start of the change.
getOffset() - ? ????javax.swing.plaf.basic.BasicToolBarUI.DragWindow
 
getOffset() - ? ????javax.swing.text.AbstractDocument.DefaultDocumentEvent
Returns the offset within the document of the start of the change.
getOffset(int, int) - ? ????javax.swing.text.BoxView
Fetches the offset of a particular child's current layout.
getOffset() - ? ????javax.swing.text.DefaultStyledDocument.ElementSpec
Gets the starting offset.
getOffset() - ?? ????javax.swing.text.Position
Fetches the current offset within the document.
getOffset() - ? ????javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getOffset() - ?? ????javax.xml.bind.ValidationEventLocator
Return the byte offset if available
getOffsetAfter() - ? ????java.time.zone.ZoneOffsetTransition
Gets the offset after the transition.
getOffsetAfter() - ? ????java.time.zone.ZoneOffsetTransitionRule
Gets the offset after the transition.
getOffsetBefore() - ? ????java.time.zone.ZoneOffsetTransition
Gets the offset before the transition.
getOffsetBefore() - ? ????java.time.zone.ZoneOffsetTransitionRule
Gets the offset before the transition.
getOffsetHit(int) - ? ????java.awt.font.TextHitInfo
Creates a TextHitInfo whose character index is offset by delta from the charIndex of this TextHitInfo.
getOffsets() - ? ????java.awt.image.DataBuffer
Returns the offsets (in array elements) of all the banks.
getOffsets(float[]) - ? ????java.awt.image.RescaleOp
Returns the offsets in the given array.
getOldBinding() - ? ????javax.naming.event.NamingEvent
Retrieves the binding of the object before the change.
getOldLeadSelectionPath() - ? ????javax.swing.event.TreeSelectionEvent
Returns the path that was previously the lead path.
getOldRoleValue() - ? ????javax.management.relation.RelationNotification
Returns old value of updated role (only for role update).
getOldState() - ? ????java.awt.event.WindowEvent
For WINDOW_STATE_CHANGED events returns the previous state of the window.
getOldValue() - ? ????java.beans.PropertyChangeEvent
Gets the old value for the property, expressed as an Object.
getOldValue() - ? ????javax.management.AttributeChangeNotification
Gets the old value of the attribute which has changed.
getOmni() - ?? ????javax.sound.midi.MidiChannel
Obtains the current omni mode.
getOOBInline() - ? ????java.net.Socket
Tests if SO_OOBINLINE is enabled.
getOpacity() - ? ????java.awt.Window
Returns the opacity of the window.
getOpenIcon() - ? ????javax.swing.tree.DefaultTreeCellRenderer
Returns the icon used to represent non-leaf nodes that are expanded.
getOpenType() - ? ????javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the open type for the values of the attribute described by this OpenMBeanAttributeInfoSupport instance.
getOpenType() - ?? ????javax.management.openmbean.OpenMBeanParameterInfo
Returns the open type of the values of the parameter described by this OpenMBeanParameterInfo instance.
getOpenType() - ? ????javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the open type for the values of the parameter described by this OpenMBeanParameterInfoSupport instance.
getOperatingSystemMXBean() - ? ??????java.lang.management.ManagementFactory
Returns the managed bean for the operating system on which the Java virtual machine is running.
getOperation() - ? ????java.rmi.server.Operation
????
no replacement
getOperation(String) - ?? ????javax.management.modelmbean.ModelMBeanInfo
Returns a ModelMBeanOperationInfo requested by name.
getOperation(String) - ? ????javax.management.modelmbean.ModelMBeanInfoSupport
 
getOperations() - ?? ????java.rmi.server.Skeleton
????
no replacement
getOperations() - ? ????javax.management.MBeanInfo
Returns the list of operations of the MBean.
getOperations() - ?? ????javax.management.modelmbean.ModelMBeanInfo
Returns the list of operations of the MBean.
getOperations() - ?? ????javax.management.openmbean.OpenMBeanInfo
Returns an array of OpenMBeanOperationInfo instances describing each operation in the open MBean described by this OpenMBeanInfo instance.
getOppositeComponent() - ? ????java.awt.event.FocusEvent
Returns the other Component involved in this focus change.
getOppositeWindow() - ? ????java.awt.event.WindowEvent
Returns the other Window involved in this focus or activation change.
getOptimizeHuffmanTables() - ? ????javax.imageio.plugins.jpeg.JPEGImageWriteParam
Returns the value passed into the most recent call to setOptimizeHuffmanTables, or false if setOptimizeHuffmanTables has never been called.
getOption(int) - ?? ????java.net.SocketOptions
Fetch the value of an option.
getOption(SocketOption<T>) - ?? ????java.nio.channels.NetworkChannel
Returns the value of a socket option.
getOptions() - ? ????java.security.cert.PKIXRevocationChecker
Gets the revocation options.
getOptions() - ?? ????javax.annotation.processing.ProcessingEnvironment
Returns the processor-specific options passed to the annotation processing tool.
getOptions() - ? ????javax.security.auth.callback.ConfirmationCallback
Get the confirmation options.
getOptions() - ? ????javax.security.auth.login.AppConfigurationEntry
Get the options configured for this LoginModule.
getOptions() - ? ????javax.swing.JOptionPane
Returns the choices the user can make.
getOptionType() - ? ????javax.security.auth.callback.ConfirmationCallback
Get the option type.
getOptionType() - ? ????javax.swing.JOptionPane
Returns the type of options that are displayed.
getOrDefault(Object, Object) - ? ????java.security.Provider
 
getOrDefault(Object, V) - ? ????java.util.concurrent.ConcurrentHashMap
Returns the value to which the specified key is mapped, or the given default value if this map contains no mapping for the key.
getOrDefault(Object, V) - ?? ????java.util.concurrent.ConcurrentMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - ? ????java.util.concurrent.ConcurrentSkipListMap
Returns the value to which the specified key is mapped, or the given defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - ? ????java.util.HashMap
 
getOrDefault(Object, V) - ? ????java.util.Hashtable
 
getOrDefault(Object, V) - ? ????java.util.LinkedHashMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - ?? ????java.util.Map
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrder() - ? ????java.security.spec.ECParameterSpec
Returns the order of the generator.
getOrientation() - ?? ????java.awt.Adjustable
Gets the orientation of the adjustable object.
getOrientation(Locale) - ? ??????java.awt.ComponentOrientation
Returns the orientation that is appropriate for the given locale.
getOrientation(ResourceBundle) - ? ??????java.awt.ComponentOrientation
getOrientation() - ? ????java.awt.print.PageFormat
Returns the orientation of this PageFormat.
getOrientation() - ? ????java.awt.Scrollbar
Returns the orientation of this scroll bar.
getOrientation() - ? ????java.awt.ScrollPaneAdjustable
Returns the orientation of this scrollbar.
getOrientation() - ? ????javax.swing.JProgressBar
Returns SwingConstants.VERTICAL or SwingConstants.HORIZONTAL, depending on the orientation of the progress bar.
getOrientation() - ? ????javax.swing.JScrollBar
Returns the component's orientation (horizontal or vertical).
getOrientation() - ? ????javax.swing.JSeparator
Returns the orientation of this separator.
getOrientation() - ? ????javax.swing.JSlider
Return this slider's vertical or horizontal orientation.
getOrientation() - ? ????javax.swing.JSplitPane
Returns the orientation.
getOrientation() - ? ????javax.swing.JToolBar
Returns the current orientation of the tool bar.
getOrientation() - ? ????javax.swing.plaf.basic.BasicSplitPaneUI
Returns the orientation for the JSplitPane.
getOrientation() - ? ????javax.swing.plaf.basic.BasicToolBarUI.DragWindow
Returns the orientation of the toolbar window when the toolbar is floating.
getOrientationRequested() - ? ????java.awt.PageAttributes
Returns the print orientation for pages using these attributes.
getOrigin() - ? ????java.awt.PageAttributes
Returns whether drawing at (0, 0) to pages using these attributes draws at the upper-left corner of the physical page, or at the upper-left corner of the printable area.
getOriginal() - ?? ????javax.sql.rowset.CachedRowSet
Returns a ResultSet object containing the original value of this CachedRowSet object.
getOriginal() - ?? ????javax.sql.RowSetInternal
Retrieves a ResultSet object containing the original value of this RowSet object.
getOriginalRow() - ?? ????javax.sql.rowset.CachedRowSet
Returns a ResultSet object containing the original value for the current row only of this CachedRowSet object.
getOriginalRow() - ?? ????javax.sql.RowSetInternal
Retrieves a ResultSet object containing the original value of the current row only.
getOriginatingNode() - ?? ????javax.xml.transform.dom.DOMLocator
Return the node where the event occurred.
getOriginatingProvider() - ? ????javax.imageio.ImageReader
Returns the ImageReaderSpi that was passed in on the constructor.
getOriginatingProvider() - ? ????javax.imageio.ImageWriter
Returns the ImageWriterSpi object that created this ImageWriter, or null if this object was not created through the IIORegistry.
getOtherFile() - ???? ????java.nio.file.FileSystemException
Returns the other file used to create this exception.
getOtherHit() - ? ????java.awt.font.TextHitInfo
Creates a TextHitInfo on the other side of the insertion point.
getOtherPrimeInfo() - ?? ????java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the otherPrimeInfo or null if there are only two prime factors (p and q).
getOtherPrimeInfo() - ? ????java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns a copy of the otherPrimeInfo or null if there are only two prime factors (p and q).
getOutline() - ? ????java.awt.font.GlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
getOutline(float, float) - ? ????java.awt.font.GlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector when rendered at x, y.
getOutline(AffineTransform) - ? ????java.awt.font.GraphicAttribute
Return a Shape that represents the region that this GraphicAttribute renders.
getOutline(AffineTransform) - ? ????java.awt.font.ShapeGraphicAttribute
Return a Shape that represents the region that this ShapeGraphicAttribute renders.
getOutline(AffineTransform) - ? ????java.awt.font.TextLayout
Returns a Shape representing the outline of this TextLayout.
getOutput() - ? ????javax.imageio.ImageWriter
Returns the ImageOutputStream or other Object set by the most recent call to the setOutput method.
getOutputClass() - ? ????javax.imageio.spi.ImageOutputStreamSpi
Returns a Class object representing the class or interface type that must be implemented by an output destination in order to be "wrapped" in an ImageOutputStream via the createOutputStreamInstance method.
getOutputFormat() - ? ????javax.print.StreamPrintService
Returns the document format emitted by this print service.
getOutputFormat() - ? ????javax.print.StreamPrintServiceFactory
Queries the factory for the document format that is emitted by printers obtained from this factory.
getOutputLength() - ? ????javax.xml.crypto.dsig.spec.HMACParameterSpec
Returns the truncation length.
getOutputProperties() - ?? ????javax.xml.transform.Templates
Get the properties corresponding to the effective xsl:output element.
getOutputProperties() - ? ????javax.xml.transform.Transformer
Get a copy of the output properties for the transformation.
getOutputProperty(String) - ? ????javax.xml.transform.Transformer
Get an output property that is in effect for the transformer.
getOutputSize(int) - ? ????javax.crypto.Cipher
Returns the length in bytes that an output buffer would need to be in order to hold the result of the next update or doFinal operation, given the input length inputLen (in bytes).
getOutputSize(int) - ? ????javax.crypto.ExemptionMechanism
Returns the length in bytes that an output buffer would need to be in order to hold the result of the next genExemptionBlob operation, given the input length inputLen (in bytes).
getOutputStatement(String) - ?? ????javax.script.ScriptEngineFactory
Returns a String that can be used as a statement to display the specified String using the syntax of the supported scripting language.
getOutputStream() - ? ????java.lang.Process
Returns the output stream connected to the normal input of the subprocess.
getOutputStream() - ? ????java.net.Socket
Returns an output stream for this socket.
getOutputStream() - ? ????java.net.SocketImpl
Returns an output stream for this socket.
getOutputStream() - ? ????java.net.URLConnection
Returns an output stream that writes to this connection.
getOutputStream() - ? ????java.rmi.server.LogStream
????
no replacement
getOutputStream() - ?? ????java.rmi.server.RemoteCall
????
no replacement
getOutputStream() - ? ????javax.activation.DataHandler
Get an OutputStream for this DataHandler to allow overwriting the underlying data.
getOutputStream() - ?? ????javax.activation.DataSource
This method returns an OutputStream where the data can be written and throws the appropriate exception if it can not do so.
getOutputStream() - ? ????javax.activation.FileDataSource
This method will return an OutputStream representing the the data and will throw an IOException if it can not do so.
getOutputStream() - ? ????javax.activation.URLDataSource
The getOutputStream method from the URL.
getOutputStream() - ? ????javax.print.StreamPrintService
Gets the output stream.
getOutputStream() - ? ????javax.xml.transform.stream.StreamResult
Get the byte stream that was set with setOutputStream.
getOutputTypes() - ? ????javax.imageio.spi.ImageWriterSpi
Returns an array of Class objects indicating what types of objects may be used as arguments to the writer's setOutput method.
getOutsideBorder() - ? ????javax.swing.border.CompoundBorder
Returns the outside border object.
getOverwriteMode() - ? ????javax.swing.text.DefaultFormatter
Returns the behavior when inserting characters.
getOwnedWindows() - ? ????java.awt.Window
Return an array containing all the windows this window currently owns.
getOwner() - ? ????java.awt.Window
Returns the owner of this window.
getOwner() - ? ????java.beans.XMLDecoder
Gets the owner of this decoder.
getOwner() - ? ????java.beans.XMLEncoder
Gets the owner of this encoder.
getOwner() - ?? ????java.nio.file.attribute.FileOwnerAttributeView
Read the file owner.
getOwner(Path, LinkOption...) - ? ??????java.nio.file.Files
Returns the owner of a file.
getOwner() - ? ????java.util.concurrent.locks.ReentrantLock
Returns the thread that currently owns this lock, or null if not owned.
getOwner() - ? ????java.util.concurrent.locks.ReentrantReadWriteLock
Returns the thread that currently owns the write lock, or null if not owned.
getOwnerDocument() - ? ????javax.imageio.metadata.IIOMetadataNode
Returns null, since IIOMetadataNodes do not belong to any Document.
getOwnerDocument() - ?? ????org.w3c.dom.Node
The Document object associated with this node.
getOwnerElement() - ?? ????org.w3c.dom.Attr
The Element node this attribute is attached to or null if this attribute is not in use.
getOwnerlessWindows() - ? ??????java.awt.Window
Returns an array of all Windows created by this application that have no owner.
getOwnerType() - ?? ????java.lang.reflect.ParameterizedType
Returns a Type object representing the type that this type is a member of.
getP() - ?? ????java.security.interfaces.DSAParams
Returns the prime, p.
getP() - ? ????java.security.spec.DSAParameterSpec
Returns the prime p.
getP() - ? ????java.security.spec.DSAPrivateKeySpec
Returns the prime p.
getP() - ? ????java.security.spec.DSAPublicKeySpec
Returns the prime p.
getP() - ? ????java.security.spec.ECFieldFp
Returns the prime p of this prime finite field.
getP() - ? ????javax.crypto.spec.DHParameterSpec
Returns the prime modulus p.
getP() - ? ????javax.crypto.spec.DHPrivateKeySpec
Returns the prime modulus p.
getP() - ? ????javax.crypto.spec.DHPublicKeySpec
Returns the prime modulus p.
getP1() - ? ????java.awt.geom.CubicCurve2D.Double
Returns the start point.
getP1() - ? ????java.awt.geom.CubicCurve2D.Float
Returns the start point.
getP1() - ? ????java.awt.geom.CubicCurve2D
Returns the start point.
getP1() - ? ????java.awt.geom.Line2D.Double
Returns the start Point2D of this Line2D.
getP1() - ? ????java.awt.geom.Line2D.Float
Returns the start Point2D of this Line2D.
getP1() - ? ????java.awt.geom.Line2D
Returns the start Point2D of this Line2D.
getP1() - ? ????java.awt.geom.QuadCurve2D.Double
Returns the start point.
getP1() - ? ????java.awt.geom.QuadCurve2D.Float
Returns the start point.
getP1() - ? ????java.awt.geom.QuadCurve2D
Returns the start point.
getP2() - ? ????java.awt.geom.CubicCurve2D.Double
Returns the end point.
getP2() - ? ????java.awt.geom.CubicCurve2D.Float
Returns the end point.
getP2() - ? ????java.awt.geom.CubicCurve2D
Returns the end point.
getP2() - ? ????java.awt.geom.Line2D.Double
Returns the end Point2D of this Line2D.
getP2() - ? ????java.awt.geom.Line2D.Float
Returns the end Point2D of this Line2D.
getP2() - ? ????java.awt.geom.Line2D
Returns the end Point2D of this Line2D.
getP2() - ? ????java.awt.geom.QuadCurve2D.Double
Returns the end point.
getP2() - ? ????java.awt.geom.QuadCurve2D.Float
Returns the end point.
getP2() - ? ????java.awt.geom.QuadCurve2D
Returns the end point.
getPackage() - ? ????java.lang.Class
Gets the package for this class.
getPackage(String) - ? ????java.lang.ClassLoader
Returns a Package that has been defined by this class loader or any of its ancestors.
getPackage(String) - ? ??????java.lang.Package
Find a package by name in the callers ClassLoader instance.
getPackageElement(CharSequence) - ?? ????javax.lang.model.util.Elements
Returns a package given its fully qualified name.
getPackageOf(Element) - ?? ????javax.lang.model.util.Elements
Returns the package of an element.
getPackages() - ? ????java.lang.ClassLoader
Returns all of the Packages defined by this class loader and its ancestors.
getPackages() - ? ??????java.lang.Package
Get all the packages currently known for the caller's ClassLoader instance.
getPacketBufferSize() - ?? ????javax.net.ssl.SSLSession
Gets the current size of the largest SSL/TLS packet that is expected when using this session.
getPadding() - ? ????javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
 
getPage() - ? ????javax.swing.JEditorPane
Gets the current URL being displayed.
getPageDimension() - ? ????java.awt.PrintJob
Returns the dimensions of the page in pixels.
getPageFormat(int) - ? ????java.awt.print.Book
Returns the PageFormat of the page specified by pageIndex.
getPageFormat(int) - ?? ????java.awt.print.Pageable
Returns the PageFormat of the page specified by pageIndex.
getPageFormat(PrintRequestAttributeSet) - ? ????java.awt.print.PrinterJob
Calculates a PageFormat with values consistent with those supported by the current PrintService for this job (ie the value returned by getPrintService()) and media, printable area and orientation contained in attributes.
getPageIncrement() - ? ????java.awt.Scrollbar
????
As of JDK version 1.1, replaced by getBlockIncrement().
getPageRanges() - ? ????java.awt.JobAttributes
Specifies, for jobs using these attributes, the ranges of pages to be printed, if a range of pages is to be printed.
getPageResolution() - ? ????java.awt.PrintJob
Returns the resolution of the page in pixels per inch.
getPageSize() - ?? ????javax.sql.rowset.CachedRowSet
Returns the page-size for the CachedRowSet object
getPaint() - ? ????java.awt.Graphics2D
Returns the current Paint of the Graphics2D context.
getPaint() - ? ????javax.swing.border.StrokeBorder
Returns the Paint object used to generate a color during the border rendering.
getPaintContext() - ? ????javax.swing.plaf.nimbus.AbstractRegionPainter
Gets the PaintContext for this painting operation.
getPainter(SynthContext) - ? ????javax.swing.plaf.nimbus.NimbusStyle
Returns the SynthPainter that will be used for painting.
getPainter(SynthContext) - ? ????javax.swing.plaf.synth.SynthStyle
Returns the SynthPainter that will be used for painting.
getPainter(GlyphView, int, int) - ? ????javax.swing.text.GlyphView.GlyphPainter
Create a painter to use for the given GlyphView.
getPainter() - ?? ????javax.swing.text.Highlighter.Highlight
Gets the painter for the highlighter.
getPaintLabels() - ? ????javax.swing.JSlider
Tells if labels are to be painted.
getPaintTicks() - ? ????javax.swing.JSlider
Tells if tick marks are to be painted.
getPaintTrack() - ? ????javax.swing.JSlider
Tells if the track (area the slider slides in) is to be painted.
getPaper() - ? ????java.awt.print.PageFormat
Returns a copy of the Paper object associated with this PageFormat.
getParagraphAttributes() - ? ????javax.swing.JTextPane
Fetches the current paragraph attributes in effect at the location of the caret, or null if none.
getParagraphElement(int) - ? ????javax.swing.text.AbstractDocument
Get the paragraph element containing the given position.
getParagraphElement(int) - ? ????javax.swing.text.DefaultStyledDocument
Gets the paragraph element at the offset pos.
getParagraphElement(int) - ? ????javax.swing.text.PlainDocument
Get the paragraph element containing the given position.
getParagraphElement(int) - ?? ????javax.swing.text.StyledDocument
Gets the element that represents the paragraph that encloses the given offset within the document.
getParagraphElement(JTextComponent, int) - ? ??????javax.swing.text.Utilities
Determines the element to use for a paragraph/line.
getParallelism() - ? ????java.util.concurrent.ForkJoinPool
Returns the targeted parallelism level of this pool.
getParamClasses() - ? ????java.awt.image.renderable.ParameterBlock
Returns an array of Class objects describing the types of the parameters.
getParameter(String) - ? ????java.applet.Applet
Returns the value of the named parameter in the HTML tag.
getParameter(String) - ?? ????java.applet.AppletStub
Returns the value of the named parameter in the HTML tag.
getParameter(String) - ? ????java.awt.datatransfer.DataFlavor
Returns the human presentable name for this DataFlavor if paramName equals "humanPresentableName".
getParameter(String) - ? ????java.security.Signature
???? 
getParameter() - ???? ????java.sql.DataTruncation
Indicates whether the value truncated was a parameter value or a column value.
getParameter(String) - ? ????javax.activation.MimeType
Retrieve the value associated with the given name, or null if there is no current association.
getParameter(String) - ? ????javax.print.DocFlavor
Returns a String representing a MIME parameter.
getParameter(String) - ?? ????javax.script.ScriptEngineFactory
Returns the value of an attribute whose meaning may be implementation-specific.
getParameter(String) - ? ????javax.xml.transform.Transformer
Get a parameter that was explicitly set with setParameter.
getParameter(String) - ?? ????org.w3c.dom.DOMConfiguration
Return the value of a parameter if known.
getParameterAnnotations() - ? ????java.lang.reflect.Constructor
Returns an array of arrays of Annotations that represent the annotations on the formal parameters, in declaration order, of the Executable represented by this object.
getParameterAnnotations() - ? ????java.lang.reflect.Executable
Returns an array of arrays of Annotations that represent the annotations on the formal parameters, in declaration order, of the Executable represented by this object.
getParameterAnnotations() - ? ????java.lang.reflect.Method
Returns an array of arrays of Annotations that represent the annotations on the formal parameters, in declaration order, of the Executable represented by this object.
getParameterBlock() - ? ????java.awt.image.renderable.RenderableImageOp
Returns a reference to the current parameter block.
getParameterClassName(int) - ?? ????java.sql.ParameterMetaData
Retrieves the fully-qualified name of the Java class whose instances should be passed to the method PreparedStatement.setObject.
getParameterCount() - ? ????java.lang.reflect.Constructor
Returns the number of formal parameters (whether explicitly declared or implicitly declared or neither) for the executable represented by this object.
getParameterCount() - ? ????java.lang.reflect.Executable
Returns the number of formal parameters (whether explicitly declared or implicitly declared or neither) for the executable represented by this object.
getParameterCount() - ? ????java.lang.reflect.Method
Returns the number of formal parameters (whether explicitly declared or implicitly declared or neither) for the executable represented by this object.
getParameterCount() - ?? ????java.sql.ParameterMetaData
Retrieves the number of parameters in the PreparedStatement object for which this ParameterMetaData object contains information.
getParameterDescriptors() - ? ????java.beans.MethodDescriptor
Gets the ParameterDescriptor for each of this MethodDescriptor's method's parameters.
getParameterInfo() - ? ????java.applet.Applet
Returns information about the parameters that are understood by this applet.
getParameterizedType() - ? ????java.lang.reflect.Parameter
Returns a Type object that identifies the parameterized type for the parameter represented by this Parameter object.
getParameterMetaData() - ?? ????java.sql.PreparedStatement
Retrieves the number, types and properties of this PreparedStatement object's parameters.
getParameterMode(int) - ?? ????java.sql.ParameterMetaData
Retrieves the designated parameter's mode.
getParameterName(MBeanConstructorInfo, MBeanParameterInfo, int) - ? ????javax.management.StandardMBean
Customization hook: Get the name that will be used for the sequence MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.
getParameterName(MBeanOperationInfo, MBeanParameterInfo, int) - ? ????javax.management.StandardMBean
Customization hook: Get the name that will be used for the sequence MBeanParameterInfo of the MBeanOperationInfo returned by this MBean.
getParameterNames() - ?? ????org.w3c.dom.DOMConfiguration
The list of the parameters supported by this DOMConfiguration object and for which at least one value can be set by the application.
getParameters() - ? ????java.awt.image.renderable.ParameterBlock
Returns the entire Vector of parameters.
getParameters() - ? ????java.lang.reflect.Executable
Returns an array of Parameter objects that represent all the parameters to the underlying executable represented by this object.
getParameters() - ? ????java.security.Policy
Return Policy parameters.
getParameters() - ? ????java.security.Signature
Returns the parameters used with this signature object.
getParameters() - ? ????java.util.logging.LogRecord
Get the parameters to the log message.
getParameters() - ? ????javax.activation.MimeType
Retrieve this object's parameter list.
getParameters() - ? ????javax.crypto.Cipher
Returns the parameters used with this cipher.
getParameters() - ?? ????javax.lang.model.element.ExecutableElement
Returns the formal parameters of this executable.
getParameters() - ? ????javax.net.ssl.CertPathTrustManagerParameters
Return a clone of the CertPathParameters encapsulated by this class.
getParameters() - ? ????javax.net.ssl.KeyStoreBuilderParameters
Return the unmodifiable List of the KeyStore.Builders encapsulated by this object.
getParameters() - ? ????javax.security.auth.login.Configuration
Return Configuration parameters.
getParameterSpec(Class<T>) - ? ????java.security.AlgorithmParameters
Returns a (transparent) specification of this parameter object.
getParameterSpec() - ? ????javax.crypto.spec.PBEParameterSpec
Returns the cipher algorithm parameter specification.
getParameterSpec() - ?? ????javax.xml.crypto.AlgorithmMethod
Returns the algorithm parameters of this AlgorithmMethod.
getParameterSpec() - ?? ????javax.xml.crypto.dsig.CanonicalizationMethod
Returns the algorithm-specific input parameters associated with this CanonicalizationMethod.
getParameterSpec() - ?? ????javax.xml.crypto.dsig.DigestMethod
Returns the algorithm-specific input parameters associated with this DigestMethod.
getParameterSpec() - ?? ????javax.xml.crypto.dsig.SignatureMethod
Returns the algorithm-specific input parameters of this SignatureMethod.
getParameterSpec() - ?? ????javax.xml.crypto.dsig.Transform
Returns the algorithm-specific input parameters associated with this Transform.
getParameterType(int) - ?? ????java.sql.ParameterMetaData
Retrieves the designated parameter's SQL type.
getParameterTypeName(int) - ?? ????java.sql.ParameterMetaData
Retrieves the designated parameter's database-specific type name.
getParameterTypes() - ? ????java.lang.reflect.Constructor
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getParameterTypes() - ? ????java.lang.reflect.Executable
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getParameterTypes() - ? ????java.lang.reflect.Method
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getParameterTypes() - ?? ????javax.lang.model.type.ExecutableType
Returns the types of this executable's formal parameters.
getParameterTypes() - ? ????javax.management.loading.MLetContent
Gets the list of values of the TYPE attribute in each nested <PARAM> tag within the MLET tag.
getParameterValues() - ? ????javax.management.loading.MLetContent
Gets the list of values of the VALUE attribute in each nested <PARAM> tag within the MLET tag.
getParams() - ?? ????java.security.interfaces.DSAKey
Returns the DSA-specific key parameters.
getParams() - ?? ????java.security.interfaces.ECKey
Returns the domain parameters associated with this key.
getParams() - ? ????java.security.spec.ECPrivateKeySpec
Returns the associated elliptic curve domain parameters.
getParams() - ? ????java.security.spec.ECPublicKeySpec
Returns the associated elliptic curve domain parameters.
getParams() - ?? ????javax.crypto.interfaces.DHKey
Returns the key parameters.
getParams() - ? ????javax.sql.rowset.BaseRowSet
Retrieves an array containing the parameter values (both Objects and primitives) that have been set for this RowSet object's command and throws an SQLException object if all parameters have not been set.
getParams() - ?? ????javax.sql.RowSetInternal
Retrieves the parameters that have been set for this RowSet object's command.
getParent() - ? ????java.awt.Component
Gets the parent of this component.
getParent() - ? ????java.awt.image.Raster
Returns the parent Raster (if any) of this Raster or null.
getParent() - ? ????java.awt.MenuComponent
Returns the parent container for this menu component.
getParent() - ? ????java.awt.PopupMenu
Returns the parent container for this menu component.
getParent() - ? ????java.io.File
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParent() - ? ????java.lang.ClassLoader
Returns the parent class loader for delegation.
getParent() - ? ????java.lang.ThreadGroup
Returns the parent of this thread group.
getParent() - ? ????java.net.NetworkInterface
Returns the parent NetworkInterface of this interface if this is a subinterface, or null if it is a physical (non virtual) interface or has no parent.
getParent() - ?? ????java.nio.file.Path
Returns the parent path, or null if this path does not have a parent.
getParent() - ?? ????java.security.cert.PolicyNode
Returns the parent of this node, or null if this is the root node.
getParent() - ? ????java.util.concurrent.Phaser
Returns the parent of this phaser, or null if none.
getParent() - ? ????java.util.logging.Logger
Return the parent for this Logger.
getParent() - ? ????java.util.prefs.NodeChangeEvent
Returns the parent of the node that was added or removed.
getParent() - ? ????javax.swing.ActionMap
Returns this ActionMap's parent.
getParent() - ? ????javax.swing.InputMap
Gets this InputMap's parent.
getParent() - ? ????javax.swing.text.AbstractDocument.AbstractElement
Returns the parent TreeNode of the receiver.
getParent() - ? ????javax.swing.text.View
Returns the parent of the view.
getParent() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns this node's parent or null if this node has no parent.
getParent() - ?? ????javax.swing.tree.TreeNode
Returns the parent TreeNode of the receiver.
getParent() - ? ????javax.xml.crypto.dsig.dom.DOMSignContext
Returns the parent node.
getParent() - ? ????javax.xml.stream.util.EventReaderDelegate
Get the parent of this instance.
getParent() - ? ????javax.xml.stream.util.StreamReaderDelegate
Get the parent of this instance.
getParent() - ? ????org.xml.sax.helpers.XMLFilterImpl
Get the parent reader.
getParent() - ?? ????org.xml.sax.XMLFilter
Get the parent reader.
getParentDirectory(File) - ? ????javax.swing.filechooser.FileSystemView
Returns the parent directory of dir.
getParentElement() - ? ????javax.swing.text.AbstractDocument.AbstractElement
Gets the parent of the element.
getParentElement() - ?? ????javax.swing.text.Element
Fetches the parent element.
getParentElement() - ?? ????javax.xml.soap.Node
Returns the parent element of this Node object.
getParentFile() - ? ????java.io.File
Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParentLogger() - ?? ????java.sql.Driver
Return the parent Logger of all the Loggers used by this driver.
getParentLogger() - ?? ????javax.sql.CommonDataSource
Return the parent Logger of all the Loggers used by this data source.
getParentLoggerName(String) - ?? ????java.lang.management.PlatformLoggingMXBean
Returns the name of the parent for the specified logger.
getParentLoggerName(String) - ?? ????java.util.logging.LoggingMXBean
Returns the name of the parent for the specified logger.
getParentNode() - ? ????javax.imageio.metadata.IIOMetadataNode
Returns the parent of this node.
getParentNode() - ?? ????org.w3c.dom.Node
The parent of this node.
getParentPath() - ? ????javax.swing.tree.TreePath
Returns the TreePath of the parent.
getParsedString() - ???? ????java.time.format.DateTimeParseException
Returns the string that was being parsed.
getParser() - ? ????javax.swing.text.html.HTMLDocument
Returns the parser that is used when inserting HTML into the existing document.
getParser() - ? ????javax.swing.text.html.HTMLEditorKit
Fetch the parser to use for reading HTML streams.
getParser() - ? ????javax.xml.parsers.SAXParser
Returns the SAX parser that is encapsultated by the implementation of this class.
getPartialSize(int, int) - ? ????javax.swing.text.ParagraphView
Returns the size used by the views between startOffset and endOffset.
getPartialSpan(int, int) - ? ????javax.swing.text.GlyphView
Determines the span along the same axis as tab expansion for a portion of the view.
getPartialSpan(int, int) - ?? ????javax.swing.text.TabableView
Determines the span along the same axis as tab expansion for a portion of the view.
getParties() - ? ????java.util.concurrent.CyclicBarrier
Returns the number of parties required to trip this barrier.
getPassword() - ? ????java.net.PasswordAuthentication
Returns the user password.
getPassword() - ? ????java.security.KeyStore.PasswordProtection
Gets the password.
getPassword() - ?? ????javax.crypto.interfaces.PBEKey
Returns the password.
getPassword() - ? ????javax.crypto.spec.PBEKeySpec
Returns a copy of the password.
getPassword() - ? ????javax.security.auth.callback.PasswordCallback
Get the retrieved password.
getPassword() - ? ????javax.sql.rowset.BaseRowSet
Returns the password used to create a database connection for this RowSet object.
getPassword() - ?? ????javax.sql.RowSet
Retrieves the password used to create a database connection.
getPassword() - ? ????javax.swing.JPasswordField
Returns the text contained in this TextComponent.
getPasswordAuthentication() - ? ????java.net.Authenticator
Called when password authorization is needed.
getPasteAction() - ? ??????javax.swing.TransferHandler
Returns an Action that performs paste operations from the clipboard.
getPatch() - ? ????javax.sound.midi.Instrument
Obtains the Patch object that indicates the bank and program numbers where this instrument is to be stored in the synthesizer.
getPatchList() - ? ????javax.sound.midi.Sequence
Obtains a list of patches referenced in this sequence.
getPath() - ? ????java.io.File
Converts this abstract pathname into a pathname string.
getPath() - ? ????java.net.HttpCookie
Returns the path on the server to which the browser returns this cookie.
getPath() - ? ????java.net.URI
Returns the decoded path component of this URI.
getPath() - ? ????java.net.URL
Gets the path part of this URL.
getPath(String, String...) - ? ????java.nio.file.FileSystem
Converts a path string, or a sequence of strings that when joined form a path string, to a Path.
getPath(URI) - ? ????java.nio.file.spi.FileSystemProvider
Return a Path object by converting the given URI.
getPath() - ? ????javax.swing.event.MenuDragMouseEvent
Returns the path to the selected menu item.
getPath() - ? ????javax.swing.event.MenuKeyEvent
Returns the path to the menu item referenced by this event.
getPath() - ? ????javax.swing.event.TreeExpansionEvent
Returns the path to the value that has been expanded/collapsed.
getPath() - ? ????javax.swing.event.TreeModelEvent
Convenience method to get the array of objects from the TreePath instance that this event wraps.
getPath() - ? ????javax.swing.event.TreeSelectionEvent
Returns the first path element.
getPath() - ? ????javax.swing.JTree.DropLocation
Returns the path where dropped data should be placed in the tree.
getPath() - ? ????javax.swing.plaf.basic.BasicMenuItemUI
 
getPath() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the path from the root, to get to this node.
getPath() - ? ????javax.swing.tree.TreePath
Returns an ordered array of the elements of this TreePath.
getPath() - ? ????javax.xml.ws.spi.http.HttpContext
Returns the path for this context.
getPathBetweenRows(int, int) - ? ????javax.swing.JTree
Returns the paths (inclusive) between the specified rows.
getPathBounds(TreePath) - ? ????javax.swing.JTree
Returns the Rectangle that the specified node will be drawn into.
getPathBounds(JTree, TreePath) - ? ????javax.swing.plaf.basic.BasicTreeUI
Returns the Rectangle enclosing the label portion that the last item in path will be drawn into.
getPathBounds(JTree, TreePath) - ? ????javax.swing.plaf.multi.MultiTreeUI
Invokes the getPathBounds method on each UI handled by this object.
getPathBounds(JTree, TreePath) - ? ????javax.swing.plaf.TreeUI
Returns the Rectangle enclosing the label portion that the last item in path will be drawn into.
getPathClosestTo(int, int) - ? ????javax.swing.tree.AbstractLayoutCache
Returns the path to the node that is closest to x,y.
getPathClosestTo(int, int) - ? ????javax.swing.tree.FixedHeightLayoutCache
Returns the path to the node that is closest to x,y.
getPathClosestTo(int, int) - ? ????javax.swing.tree.VariableHeightLayoutCache
Returns the path to the node that is closest to x,y.
getPathComponent(int) - ? ????javax.swing.tree.TreePath
Returns the path element at the specified index.
getPathCount() - ? ????javax.swing.tree.TreePath
Returns the number of elements in the path.
getPathForLocation(int, int) - ? ????javax.swing.JTree
Returns the path for the node at the specified location.
getPathForRow(int) - ? ????javax.swing.JTree
Returns the path for the specified row.
getPathForRow(JTree, int) - ? ????javax.swing.plaf.basic.BasicTreeUI
Returns the path for passed in row.
getPathForRow(JTree, int) - ? ????javax.swing.plaf.multi.MultiTreeUI
Invokes the getPathForRow method on each UI handled by this object.
getPathForRow(JTree, int) - ? ????javax.swing.plaf.TreeUI
Returns the path for passed in row.
getPathForRow(int) - ? ????javax.swing.tree.AbstractLayoutCache
Returns the path for passed in row.
getPathForRow(int) - ? ????javax.swing.tree.FixedHeightLayoutCache
Returns the path for passed in row.
getPathForRow(int) - ? ????javax.swing.tree.VariableHeightLayoutCache
Returns the path for row.
getPathInfo() - ? ????javax.xml.ws.spi.http.HttpExchange
Returns the extra path information that follows the web service path but precedes the query string in the request URI and will start with a "/" character.
getPathIterator(AffineTransform) - ? ????java.awt.geom.Arc2D
Returns an iteration object that defines the boundary of the arc.
getPathIterator(AffineTransform) - ? ????java.awt.geom.Area
Creates a PathIterator for the outline of this Area object.
getPathIterator(AffineTransform, double) - ? ????java.awt.geom.Area
Creates a PathIterator for the flattened outline of this Area object.
getPathIterator(AffineTransform) - ? ????java.awt.geom.CubicCurve2D
Returns an iteration object that defines the boundary of the shape.
getPathIterator(AffineTransform, double) - ? ????java.awt.geom.CubicCurve2D
Return an iteration object that defines the boundary of the flattened shape.
getPathIterator(AffineTransform) - ? ????java.awt.geom.Ellipse2D
Returns an iteration object that defines the boundary of this Ellipse2D.
getPathIterator(AffineTransform) - ? ????java.awt.geom.Line2D
Returns an iteration object that defines the boundary of this Line2D.
getPathIterator(AffineTransform, double) - ? ????java.awt.geom.Line2D
Returns an iteration object that defines the boundary of this flattened Line2D.
getPathIterator(AffineTransform) - ? ????java.awt.geom.Path2D.Double
Returns an iterator object that iterates along the Shape boundary and provides access to the geometry of the Shape outline.
getPathIterator(AffineTransform) - ? ????java.awt.geom.Path2D.Float
Returns an iterator object that iterates along the Shape boundary and provides access to the geometry of the Shape outline.
getPathIterator(AffineTransform, double) - ? ????java.awt.geom.Path2D
Returns an iterator object that iterates along the Shape boundary and provides access to a flattened view of the Shape outline geometry.
getPathIterator(AffineTransform) - ? ????java.awt.geom.QuadCurve2D
Returns an iteration object that defines the boundary of the shape of this QuadCurve2D.
getPathIterator(AffineTransform, double) - ? ????java.awt.geom.QuadCurve2D
Returns an iteration object that defines the boundary of the flattened shape of this QuadCurve2D.
getPathIterator(AffineTransform) - ? ????java.awt.geom.Rectangle2D
Returns an iteration object that defines the boundary of this Rectangle2D.
getPathIterator(AffineTransform, double) - ? ????java.awt.geom.Rectangle2D
Returns an iteration object that defines the boundary of the flattened Rectangle2D.
getPathIterator(AffineTransform, double) - ? ????java.awt.geom.RectangularShape
Returns an iterator object that iterates along the Shape object's boundary and provides access to a flattened view of the outline of the Shape object's geometry.
getPathIterator(AffineTransform) - ? ????java.awt.geom.RoundRectangle2D
Returns an iteration object that defines the boundary of this RoundRectangle2D.
getPathIterator(AffineTransform) - ? ????java.awt.Polygon
Returns an iterator object that iterates along the boundary of this Polygon and provides access to the geometry of the outline of this Polygon.
getPathIterator(AffineTransform, double) - ? ????java.awt.Polygon
Returns an iterator object that iterates along the boundary of the Shape and provides access to the geometry of the outline of the Shape.
getPathIterator(AffineTransform) - ?? ????java.awt.Shape
Returns an iterator object that iterates along the Shape boundary and provides access to the geometry of the Shape outline.
getPathIterator(AffineTransform, double) - ?? ????java.awt.Shape
Returns an iterator object that iterates along the Shape boundary and provides access to a flattened view of the Shape outline geometry.
getPathMatcher(String) - ? ????java.nio.file.FileSystem
Returns a PathMatcher that performs match operations on the String representation of Path objects by interpreting a given pattern.
getPaths() - ? ????javax.swing.event.TreeSelectionEvent
Returns the paths that have been added or removed from the selection.
getPathToNames() - ? ????java.security.cert.X509CertSelector
Returns a copy of the pathToNames criterion.
getPathToRoot(TreeNode, int) - ? ????javax.swing.tree.DefaultMutableTreeNode
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode) - ? ????javax.swing.tree.DefaultTreeModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode, int) - ? ????javax.swing.tree.DefaultTreeModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPattern() - ???? ????java.util.regex.PatternSyntaxException
Retrieves the erroneous regular-expression pattern.
getPatternSeparator() - ? ????java.text.DecimalFormatSymbols
Gets the character used to separate positive and negative subpatterns in a pattern.
getPayload() - ?? ????javax.xml.ws.LogicalMessage
Gets the message payload as an XML source, may be called multiple times on the same LogicalMessage instance, always returns a new Source that may be used to retrieve the entire message payload.
getPayload(JAXBContext) - ?? ????javax.xml.ws.LogicalMessage
Gets the message payload as a JAXB object.
getPCSType() - ? ????java.awt.color.ICC_Profile
Returns the color space type of the Profile Connection Space (PCS).
getPeakThreadCount() - ?? ????java.lang.management.ThreadMXBean
Returns the peak live thread count since the Java virtual machine started or peak was reset.
getPeakUsage() - ?? ????java.lang.management.MemoryPoolMXBean
Returns the peak memory usage of this memory pool since the Java virtual machine was started or since the peak was reset.
getPeer() - ? ????java.awt.Component
????
As of JDK version 1.1, programs should not directly manipulate peers; replaced by boolean isDisplayable().
getPeer() - ? ????java.awt.Font
????
Font rendering is now platform independent.
getPeer() - ? ????java.awt.MenuComponent
????
As of JDK version 1.1, programs should not directly manipulate peers.
getPeerCertificateChain() - ? ????javax.net.ssl.HandshakeCompletedEvent
Returns the identity of the peer which was identified as part of defining the session.
getPeerCertificateChain() - ?? ????javax.net.ssl.SSLSession
Returns the identity of the peer which was identified as part of defining the session.
getPeerCertificates() - ? ????javax.net.ssl.HandshakeCompletedEvent
Returns the identity of the peer which was established as part of defining the session.
getPeerCertificates() - ?? ????javax.net.ssl.SSLSession
Returns the identity of the peer which was established as part of defining the session.
getPeerHost() - ? ????javax.net.ssl.SSLEngine
Returns the host name of the peer.
getPeerHost() - ?? ????javax.net.ssl.SSLSession
Returns the host name of the peer in this session.
getPeerPort() - ? ????javax.net.ssl.SSLEngine
Returns the port number of the peer.
getPeerPort() - ?? ????javax.net.ssl.SSLSession
Returns the port number of the peer in this session.
getPeerPrincipal() - ? ????java.net.SecureCacheResponse
Returns the server's principal which was established as part of defining the session during the original connection that retrieved the network resource.
getPeerPrincipal() - ? ????javax.net.ssl.HandshakeCompletedEvent
Returns the identity of the peer which was established as part of defining the session.
getPeerPrincipal() - ? ????javax.net.ssl.HttpsURLConnection
Returns the server's principal which was established as part of defining the session.
getPeerPrincipal() - ?? ????javax.net.ssl.SSLSession
Returns the identity of the peer which was established as part of defining the session.
getPeerSupportedSignatureAlgorithms() - ? ????javax.net.ssl.ExtendedSSLSession
Obtains an array of supported signature algorithms that the peer is able to use.
getPendingCount() - ? ????java.util.concurrent.CountedCompleter
Returns the current pending count.
getPercent() - ? ????java.text.DecimalFormatSymbols
Gets the character used for percent sign.
getPercentComplete() - ? ????javax.swing.JProgressBar
Returns the percent complete for the progress bar.
getPercentInstance() - ? ??????java.text.NumberFormat
Returns a percentage format for the current default FORMAT locale.
getPercentInstance(Locale) - ? ??????java.text.NumberFormat
Returns a percentage format for the specified locale.
getPercentInstance(Locale) - ? ????java.text.spi.NumberFormatProvider
Returns a new NumberFormat instance which formats percentage values for the specified locale.
getPeriod(Integer) - ? ????javax.management.timer.Timer
Gets a copy of the period (in milliseconds) associated to a timer notification.
getPeriod(Integer) - ?? ????javax.management.timer.TimerMBean
Gets a copy of the period (in milliseconds) associated to a timer notification.
getPermanentFocusOwner() - ? ????java.awt.KeyboardFocusManager
Returns the permanent focus owner, if the permanent focus owner is in the same context as the calling thread.
getPerMill() - ? ????java.text.DecimalFormatSymbols
Gets the character used for per mille sign.
getPermission() - ? ????java.net.HttpURLConnection
Returns a SocketPermission object representing the permission necessary to connect to the destination host and port.
getPermission() - ? ????java.net.URLConnection
Returns a permission object representing the permission necessary to make the connection represented by this object.
getPermission() - ???? ????java.security.AccessControlException
Gets the Permission object associated with this exception, or null if there was no corresponding Permission object.
getPermissions(CodeSource) - ? ????java.net.URLClassLoader
Returns the permissions for the given codesource object.
getPermissions(Principal) - ?? ????java.security.acl.Acl
Returns an enumeration for the set of allowed permissions for the specified principal (representing an entity such as an individual or a group).
getPermissions(CodeSource) - ? ????java.security.Policy
Return a PermissionCollection object containing the set of permissions granted to the specified CodeSource.
getPermissions(ProtectionDomain) - ? ????java.security.Policy
Return a PermissionCollection object containing the set of permissions granted to the specified ProtectionDomain.
getPermissions() - ? ????java.security.ProtectionDomain
Returns the static permissions granted to this domain.
getPermissions(CodeSource) - ? ????java.security.SecureClassLoader
Returns the permissions for the given CodeSource object.
getPermissions(Subject, CodeSource) - ? ????javax.security.auth.Policy
????
Retrieve the Permissions granted to the Principals associated with the specified CodeSource.
getPersistenceDelegate(Class<?>) - ? ????java.beans.Encoder
Returns the persistence delegate for the given type.
getPhase() - ? ????java.util.concurrent.Phaser
Returns the current phase number.
getPIData() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getPIData() - ?? ????javax.xml.stream.XMLStreamReader
Get the data section of a processing instruction
getPITarget() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getPITarget() - ?? ????javax.xml.stream.XMLStreamReader
Get the target of a processing instruction
getPitchBend() - ?? ????javax.sound.midi.MidiChannel
Obtains the upward or downward pitch offset for this channel.
getPixel(int, int, int[], DataBuffer) - ? ????java.awt.image.BandedSampleModel
Returns all samples for the specified pixel in an int array.
getPixel(int, int, int[], DataBuffer) - ? ????java.awt.image.ComponentSampleModel
Returns all samples for the specified pixel in an int array, one sample per array element.
getPixel(int, int, int[], DataBuffer) - ? ????java.awt.image.MultiPixelPackedSampleModel
Returns the specified single band pixel in the first element of an int array.
getPixel(int, int, int[]) - ? ????java.awt.image.Raster
Returns the samples in an array of int for the specified pixel.
getPixel(int, int, float[]) - ? ????java.awt.image.Raster
Returns the samples in an array of float for the specified pixel.
getPixel(int, int, double[]) - ? ????java.awt.image.Raster
Returns the samples in an array of double for the specified pixel.
getPixel(int, int, int[], DataBuffer) - ? ????java.awt.image.SampleModel
Returns the samples for a specified pixel in an int array, one sample per array element.
getPixel(int, int, float[], DataBuffer) - ? ????java.awt.image.SampleModel
Returns the samples for the specified pixel in an array of float.
getPixel(int, int, double[], DataBuffer) - ? ????java.awt.image.SampleModel
Returns the samples for the specified pixel in an array of double.
getPixel(int, int, int[], DataBuffer) - ? ????java.awt.image.SinglePixelPackedSampleModel
Returns all samples in for the specified pixel in an int array.
getPixelBitStride() - ? ????java.awt.image.MultiPixelPackedSampleModel
Returns the pixel bit stride in bits.
getPixelBounds(FontRenderContext, float, float) - ? ????java.awt.font.GlyphVector
Returns the pixel bounds of this GlyphVector when rendered in a graphics with the given FontRenderContext at the given location.
getPixelBounds(FontRenderContext, float, float) - ? ????java.awt.font.TextLayout
Returns the pixel bounds of this TextLayout when rendered in a graphics with the given FontRenderContext at the given location.
getPixelColor(int, int) - ? ????java.awt.Robot
Returns the color of a pixel at the given screen coordinates.
getPixels(int, int, int, int, int[], DataBuffer) - ? ????java.awt.image.BandedSampleModel
Returns all samples for the specified rectangle of pixels in an int array, one sample per data array element.
getPixels(int, int, int, int, int[], DataBuffer) - ? ????java.awt.image.ComponentSampleModel
Returns all samples for the specified rectangle of pixels in an int array, one sample per array element.
getPixels() - ? ????java.awt.image.PixelGrabber
Get the pixel buffer.
getPixels(int, int, int, int, int[]) - ? ????java.awt.image.Raster
Returns an int array containing all samples for a rectangle of pixels, one sample per array element.
getPixels(int, int, int, int, float[]) - ? ????java.awt.image.Raster
Returns a float array containing all samples for a rectangle of pixels, one sample per array element.
getPixels(int, int, int, int, double[]) - ? ????java.awt.image.Raster
Returns a double array containing all samples for a rectangle of pixels, one sample per array element.
getPixels(int, int, int, int, int[], DataBuffer) - ? ????java.awt.image.SampleModel
Returns all samples for a rectangle of pixels in an int array, one sample per array element.
getPixels(int, int, int, int, float[], DataBuffer) - ? ????java.awt.image.SampleModel
Returns all samples for a rectangle of pixels in a float array, one sample per array element.
getPixels(int, int, int, int, double[], DataBuffer) - ? ????java.awt.image.SampleModel
Returns all samples for a rectangle of pixels in a double array, one sample per array element.
getPixels(int, int, int, int, int[], DataBuffer) - ? ????java.awt.image.SinglePixelPackedSampleModel
Returns all samples for the specified rectangle of pixels in an int array, one sample per array element.
getPixelSize() - ? ????java.awt.image.ColorModel
Returns the number of bits per pixel described by this ColorModel.
getPixelStride() - ? ????java.awt.image.ComponentSampleModel
Returns the pixel stride of this ComponentSampleModel.
getPlaceholder() - ? ????javax.swing.text.MaskFormatter
Returns the String to use if the value does not completely fill in the mask.
getPlaceholderCharacter() - ? ????javax.swing.text.MaskFormatter
Returns the character to use in place of characters that are not present in the value, ie the user must fill them in.
getPlatformManagementInterfaces() - ? ??????java.lang.management.ManagementFactory
Returns the set of Class objects, subinterface of PlatformManagedObject, representing all management interfaces for monitoring and managing the Java platform.
getPlatformMBeanServer() - ? ??????java.lang.management.ManagementFactory
Returns the platform MBeanServer.
getPlatformMXBean(Class<T>) - ? ??????java.lang.management.ManagementFactory
Returns the platform MXBean implementing the given mxbeanInterface which is specified to have one single instance in the Java virtual machine.
getPlatformMXBean(MBeanServerConnection, Class<T>) - ? ??????java.lang.management.ManagementFactory
Returns the platform MXBean proxy for mxbeanInterface which is specified to have one single instance in a Java virtual machine and the proxy will forward the method calls through the given MBeanServerConnection.
getPlatformMXBeans(Class<T>) - ? ??????java.lang.management.ManagementFactory
Returns the list of platform MXBeans implementing the given mxbeanInterface in the Java virtual machine.
getPlatformMXBeans(MBeanServerConnection, Class<T>) - ? ??????java.lang.management.ManagementFactory
Returns the list of the platform MXBean proxies for forwarding the method calls of the mxbeanInterface through the given MBeanServerConnection.
getPluginClassName() - ? ????javax.imageio.spi.ImageReaderWriterSpi
Returns the fully-qualified class name of the ImageReader or ImageWriter plug-in associated with this service provider.
getPoint() - ? ????java.awt.event.MouseEvent
Returns the x,y position of the event relative to the source component.
getPoint1() - ? ????java.awt.GradientPaint
Returns a copy of the point P1 that anchors the first color.
getPoint2() - ? ????java.awt.GradientPaint
Returns a copy of the point P2 which anchors the second color.
getPoint2D(Point2D, Point2D) - ? ????java.awt.image.AffineTransformOp
Returns the location of the corresponding destination point given a point in the source.
getPoint2D(Point2D, Point2D) - ? ????java.awt.image.BandCombineOp
Returns the location of the corresponding destination point given a point in the source Raster.
getPoint2D(Point2D, Point2D) - ?? ????java.awt.image.BufferedImageOp
Returns the location of the corresponding destination point given a point in the source image.
getPoint2D(Point2D, Point2D) - ? ????java.awt.image.ColorConvertOp
Returns the location of the destination point given a point in the source.
getPoint2D(Point2D, Point2D) - ? ????java.awt.image.ConvolveOp
Returns the location of the destination point given a point in the source.
getPoint2D(Point2D, Point2D) - ? ????java.awt.image.LookupOp
Returns the location of the destination point given a point in the source.
getPoint2D(Point2D, Point2D) - ?? ????java.awt.image.RasterOp
Returns the location of the destination point given a point in the source Raster.
getPoint2D(Point2D, Point2D) - ? ????java.awt.image.RescaleOp
Returns the location of the destination point given a point in the source.
getPointerInfo() - ? ??????java.awt.MouseInfo
Returns a PointerInfo instance that represents the current location of the mouse pointer.
getPointSize(int) - ? ????javax.swing.text.html.StyleSheet
Returns the point size, given a size index.
getPointSize(String) - ? ????javax.swing.text.html.StyleSheet
Given a string such as "+2", "-2", or "2", returns a point size value.
getPolicy() - ? ????java.security.cert.X509CertSelector
Returns the policy criterion.
getPolicy() - ? ??????java.security.Policy
Returns the installed Policy object.
getPolicy() - ? ??????javax.security.auth.Policy
????
Returns the installed Policy object.
getPolicyQualifier() - ? ????java.security.cert.PolicyQualifierInfo
Returns the ASN.1 DER encoded form of the qualifier field of this PolicyQualifierInfo.
getPolicyQualifierId() - ? ????java.security.cert.PolicyQualifierInfo
Returns the policyQualifierId field of this PolicyQualifierInfo.
getPolicyQualifiers() - ?? ????java.security.cert.PolicyNode
Returns the set of policy qualifiers associated with the valid policy represented by this node.
getPolicyQualifiersRejected() - ? ????java.security.cert.PKIXParameters
Gets the PolicyQualifiersRejected flag.
getPolicyTree() - ? ????java.security.cert.PKIXCertPathValidatorResult
Returns the root node of the valid policy tree resulting from the PKIX certification path validation algorithm.
getPolyPressure(int) - ?? ????javax.sound.midi.MidiChannel
Obtains the pressure with which the specified key is being depressed.
getPool() - ? ??????java.util.concurrent.ForkJoinTask
Returns the pool hosting the current task execution, or null if this task is executing outside of any ForkJoinPool.
getPool() - ? ????java.util.concurrent.ForkJoinWorkerThread
Returns the pool hosting this thread.
getPooledConnection() - ?? ????javax.sql.ConnectionPoolDataSource
Attempts to establish a physical database connection that can be used as a pooled connection.
getPooledConnection(String, String) - ?? ????javax.sql.ConnectionPoolDataSource
Attempts to establish a physical database connection that can be used as a pooled connection.
getPoolIndex() - ? ????java.util.concurrent.ForkJoinWorkerThread
Returns the unique index number of this thread in its pool.
getPoolName() - ? ????java.lang.management.MemoryNotificationInfo
Returns the name of the memory pool that triggers this notification.
getPoolSize() - ? ????java.util.concurrent.ForkJoinPool
Returns the number of worker threads that have started but not yet terminated.
getPoolSize() - ? ????java.util.concurrent.ThreadPoolExecutor
Returns the current number of threads in the pool.
getPopup(JPopupMenu, int, int) - ? ????javax.swing.plaf.multi.MultiPopupMenuUI
Invokes the getPopup method on each UI handled by this object.
getPopup(JPopupMenu, int, int) - ? ????javax.swing.plaf.PopupMenuUI
Returns the Popup that will be responsible for displaying the JPopupMenu.
getPopup(Component, Component, int, int) - ? ????javax.swing.PopupFactory
Creates a Popup for the Component owner containing the Component contents.
getPopupHeightForRowCount(int) - ? ????javax.swing.plaf.basic.BasicComboPopup
Retrieves the height of the popup based on the current ListCellRenderer and the maximum row count.
getPopupLocation(MouseEvent) - ? ????javax.swing.JComponent
Returns the preferred location to display the popup menu in this component's coordinate system.
getPopupMenu() - ? ????java.awt.TrayIcon
Returns the popup menu associated with this TrayIcon.
getPopupMenu() - ? ????javax.swing.JMenu
Returns the popupmenu associated with this menu.
getPopupMenuListeners() - ? ????javax.swing.JComboBox
Returns an array of all the PopupMenuListeners added to this JComboBox with addPopupMenuListener().
getPopupMenuListeners() - ? ????javax.swing.JPopupMenu
Returns an array of all the PopupMenuListeners added to this JMenuItem with addPopupMenuListener().
getPopupMenuOrigin() - ? ????javax.swing.JMenu
Computes the origin for the JMenu's popup menu.
getPort() - ? ????java.net.DatagramPacket
Returns the port number on the remote host to which this datagram is being sent or from which the datagram was received.
getPort() - ? ????java.net.DatagramSocket
Returns the port number to which this socket is connected.
getPort() - ? ????java.net.InetSocketAddress
Gets the port number.
getPort() - ? ????java.net.Socket
Returns the remote port number to which this socket is connected.
getPort() - ? ????java.net.SocketImpl
Returns the value of this socket's port field.
getPort() - ? ????java.net.URI
Returns the port number of this URI.
getPort() - ? ????java.net.URL
Gets the port number of this URL.
getPort() - ? ????java.security.cert.LDAPCertStoreParameters
Returns the port number of the LDAP server.
getPort() - ? ????javax.management.remote.JMXServiceURL
The port of the Service URL.
getPort(Class<T>, WebServiceFeature...) - ? ????javax.xml.ws.EndpointReference
The getPort method returns a proxy.
getPort(QName, Class<T>) - ? ????javax.xml.ws.Service
The getPort method returns a proxy.
getPort(QName, Class<T>, WebServiceFeature...) - ? ????javax.xml.ws.Service
The getPort method returns a proxy.
getPort(Class<T>) - ? ????javax.xml.ws.Service
The getPort method returns a proxy.
getPort(Class<T>, WebServiceFeature...) - ? ????javax.xml.ws.Service
The getPort method returns a proxy.
getPort(EndpointReference, Class<T>, WebServiceFeature...) - ? ????javax.xml.ws.Service
The getPort method returns a proxy.
getPort(EndpointReference, Class<T>, WebServiceFeature...) - ? ????javax.xml.ws.spi.Provider
The getPort method returns a proxy.
getPort(QName, Class<T>) - ? ????javax.xml.ws.spi.ServiceDelegate
The getPort method returns a proxy.
getPort(QName, Class<T>, WebServiceFeature...) - ? ????javax.xml.ws.spi.ServiceDelegate
The getPort method returns a proxy.
getPort(EndpointReference, Class<T>, WebServiceFeature...) - ? ????javax.xml.ws.spi.ServiceDelegate
The getPort method returns a proxy.
getPort(Class<T>) - ? ????javax.xml.ws.spi.ServiceDelegate
The getPort method returns a proxy.
getPort(Class<T>, WebServiceFeature...) - ? ????javax.xml.ws.spi.ServiceDelegate
The getPort method returns a proxy.
getPortlist() - ? ????java.net.HttpCookie
Returns the port list attribute of the cookie
getPortName() - ?? ????javax.xml.ws.handler.PortInfo
Gets the qualified name of the WSDL port being accessed.
getPorts() - ? ????javax.xml.ws.Service
Returns an Iterator for the list of QNames of service endpoints grouped by this service
getPorts() - ? ????javax.xml.ws.spi.ServiceDelegate
Returns an Iterator for the list of QNames of service endpoints grouped by this service
getPosition() - ? ????java.awt.font.LineBreakMeasurer
Returns the current position of this LineBreakMeasurer.
getPosition(Component) - ? ????javax.swing.JLayeredPane
Get the relative position of the component within its layer.
getPosition(int) - ? ????javax.swing.SizeSequence
Returns the start position for the specified entry.
getPosition() - ? ????javax.swing.text.TabStop
Returns the position, as a float, of the tab.
getPosition() - ?? ????javax.tools.Diagnostic
Gets a character offset from the beginning of the source object associated with this diagnostic that indicates the location of the problem.
getPosition() - ?? ????org.w3c.dom.ls.LSProgressEvent
The current position in the input source, including all external entities and other resources that have been read.
getPositionAbove(JTextComponent, int, int) - ? ??????javax.swing.text.Utilities
Determines the position in the model that is closest to the given view location in the row above.
getPositionBelow(JTextComponent, int, int) - ? ??????javax.swing.text.Utilities
Determines the position in the model that is closest to the given view location in the row below.
getPositionsInRange(Vector, int, int) - ? ????javax.swing.text.GapContent
Returns a Vector containing instances of UndoPosRef for the Positions in the range offset to offset + length.
getPositionsInRange(Vector, int, int) - ? ????javax.swing.text.StringContent
Returns a Vector containing instances of UndoPosRef for the Positions in the range offset to offset + length.
getPositivePrefix() - ? ????java.text.DecimalFormat
Get the positive prefix.
getPositiveSign() - ? ????java.time.format.DecimalStyle
Gets the character that represents the positive sign.
getPositiveSuffix() - ? ????java.text.DecimalFormat
Get the positive suffix.
getPosixFilePermissions(Path, LinkOption...) - ? ??????java.nio.file.Files
Returns a file's POSIX file permissions.
getPreciseWheelRotation() - ? ????java.awt.event.MouseWheelEvent
Returns the number of "clicks" the mouse wheel was rotated, as a double.
getPrecision() - ? ????java.math.MathContext
Returns the precision setting.
getPrecision(int) - ?? ????java.sql.ParameterMetaData
Retrieves the designated parameter's specified column size.
getPrecision(int) - ?? ????java.sql.ResultSetMetaData
Get the designated column's specified column size.
getPrecision() - ???? ????java.util.IllegalFormatPrecisionException
Returns the precision
getPrecision() - ? ????javax.sound.sampled.FloatControl
Obtains the resolution or granularity of the control, in the units that the control measures.
getPrecision(int) - ? ????javax.sql.rowset.RowSetMetaDataImpl
Retrieves the total number of digits for values stored in the designated column.
getPredefinedCursor(int) - ? ??????java.awt.Cursor
Returns a cursor object with the specified predefined type.
getPreferredButtonSize(AbstractButton, int) - ? ??????javax.swing.plaf.basic.BasicGraphicsUtils
 
getPreferredCommands(String) - ? ????javax.activation.CommandMap
Get the preferred command list from a MIME Type.
getPreferredCommands(String, DataSource) - ? ????javax.activation.CommandMap
Get the preferred command list from a MIME Type.
getPreferredCommands() - ? ????javax.activation.DataHandler
Return the preferred commands for this type of data.
getPreferredCommands(String) - ? ????javax.activation.MailcapCommandMap
Get the preferred command list for a MIME Type.
getPreferredGap(JComponent, JComponent, LayoutStyle.ComponentPlacement, int, Container) - ? ????javax.swing.LayoutStyle
Returns the amount of space to use between two components.
getPreferredHeight() - ? ????javax.swing.tree.AbstractLayoutCache
Returns the preferred height.
getPreferredHeight() - ? ????javax.swing.tree.VariableHeightLayoutCache
Returns the preferred height.
getPreferredHorizontalSize() - ? ????javax.swing.plaf.basic.BasicSliderUI
 
getPreferredInnerHorizontal() - ? ????javax.swing.plaf.basic.BasicProgressBarUI
 
getPreferredInnerVertical() - ? ????javax.swing.plaf.basic.BasicProgressBarUI
 
getPreferredMenuItemSize(JComponent, Icon, Icon, int) - ? ????javax.swing.plaf.basic.BasicMenuItemUI
 
getPreferredMenuItemSize(JComponent, Icon, Icon, int) - ? ????javax.swing.plaf.synth.SynthMenuItemUI
getPreferredMenuItemSize(JComponent, Icon, Icon, int) - ? ????javax.swing.plaf.synth.SynthMenuUI
getPreferredMinSize() - ? ????javax.swing.plaf.basic.BasicTreeUI
Returns the minimum preferred size.
getPreferredScrollableViewportSize() - ? ????javax.swing.JLayer
Returns the preferred size of the viewport for a view component.
getPreferredScrollableViewportSize() - ? ????javax.swing.JList
Computes the size of viewport needed to display visibleRowCount rows.
getPreferredScrollableViewportSize() - ? ????javax.swing.JTable
Returns the preferred size of the viewport for this table.
getPreferredScrollableViewportSize() - ? ????javax.swing.JTextArea
Returns the preferred size of the viewport if this component is embedded in a JScrollPane.
getPreferredScrollableViewportSize() - ? ????javax.swing.JTree
Returns the preferred display size of a JTree.
getPreferredScrollableViewportSize() - ?? ????javax.swing.Scrollable
Returns the preferred size of the viewport for a view component.
getPreferredScrollableViewportSize() - ? ????javax.swing.text.JTextComponent
Returns the preferred size of the viewport for a view component.
getPreferredSize() - ? ????java.awt.Component
Gets the preferred size of this component.
getPreferredSize() - ? ????java.awt.Container
Returns the preferred size of this container.
getPreferredSize(int) - ? ????java.awt.List
Gets the preferred dimensions for a list with the specified number of rows.
getPreferredSize() - ? ????java.awt.List
Gets the preferred size of this scrolling list.
getPreferredSize(int, int) - ? ????java.awt.TextArea
Determines the preferred size of a text area with the specified number of rows and columns.
getPreferredSize() - ? ????java.awt.TextArea
Determines the preferred size of this text area.
getPreferredSize(int) - ? ????java.awt.TextField
Gets the preferred size of this text field with the specified number of columns.
getPreferredSize() - ? ????java.awt.TextField
Gets the preferred size of this text field.
getPreferredSize() - ? ????javax.swing.JComponent
If the preferredSize has been set to a non-null value just returns it.
getPreferredSize() - ? ????javax.swing.JEditorPane
Returns the preferred size for the JEditorPane.
getPreferredSize() - ? ????javax.swing.JTextArea
Returns the preferred size of the TextArea.
getPreferredSize() - ? ????javax.swing.JTextField
Returns the preferred size Dimensions needed for this TextField.
getPreferredSize() - ? ????javax.swing.JToolBar.Separator
Returns the preferred size for the separator.
getPreferredSize() - ? ????javax.swing.plaf.basic.BasicArrowButton
Returns the preferred size of the BasicArrowButton.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicButtonUI
 
getPreferredSize() - ? ????javax.swing.plaf.basic.BasicComboBoxRenderer
 
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicComboBoxUI
 
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicDesktopIconUI
 
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicDesktopPaneUI
 
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicInternalFrameUI
 
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicLabelUI
 
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicListUI
The preferredSize of the list depends upon the layout orientation.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicMenuItemUI
 
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicOptionPaneUI
If c is the JOptionPane the receiver is contained in, the preferred size that is returned is the maximum of the preferred size of the LayoutManager for the JOptionPane, and getMinimumOptionPaneSize.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicPopupMenuSeparatorUI
 
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicProgressBarUI
 
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicRadioButtonUI
The preferred size of the radio button
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicScrollBarUI
A vertical scrollbar's preferred width is the maximum of preferred widths of the (non null) increment/decrement buttons, and the minimum width of the thumb.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicSeparatorUI
 
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicSliderUI
 
getPreferredSize() - ? ????javax.swing.plaf.basic.BasicSplitPaneDivider
Returns dividerSize x dividerSize
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicSplitPaneUI
Returns the preferred size for the passed in component, This is passed off to the current layout manager.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicTableHeaderUI
Return the preferred size of the header.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicTableUI
Return the preferred size of the table.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicTextAreaUI
The method is overridden to take into account caret width.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicTextUI
Gets the preferred size for the editor component.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicToolBarSeparatorUI
 
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicToolTipUI
 
getPreferredSize(JComponent) - ? ????javax.swing.plaf.basic.BasicTreeUI
Returns the preferred size to properly display the tree, this is a cover method for getPreferredSize(c, true).
getPreferredSize(JComponent, boolean) - ? ????javax.swing.plaf.basic.BasicTreeUI
Returns the preferred size to represent the tree in c.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.ComponentUI
Returns the specified component's preferred size appropriate for the look and feel.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.LayerUI
If the JLayer's view component is not null, this returns the result of the view's getPreferredSize() method.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.metal.MetalDesktopIconUI
 
getPreferredSize(JComponent) - ? ????javax.swing.plaf.metal.MetalFileChooserUI
Returns the preferred size of the specified JFileChooser.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.metal.MetalPopupMenuSeparatorUI
 
getPreferredSize(JComponent) - ? ????javax.swing.plaf.metal.MetalScrollBarUI
 
getPreferredSize() - ? ????javax.swing.plaf.metal.MetalScrollButton
 
getPreferredSize(JComponent) - ? ????javax.swing.plaf.metal.MetalSeparatorUI
 
getPreferredSize(JComponent) - ? ????javax.swing.plaf.metal.MetalToolTipUI
 
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiButtonUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiColorChooserUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiComboBoxUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiDesktopIconUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiDesktopPaneUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiFileChooserUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiInternalFrameUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiLabelUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiListUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiMenuBarUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiMenuItemUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiOptionPaneUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiPanelUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiPopupMenuUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiProgressBarUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiRootPaneUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiScrollBarUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiScrollPaneUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiSeparatorUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiSliderUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiSpinnerUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiSplitPaneUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiTabbedPaneUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiTableHeaderUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiTableUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiTextUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiToolBarUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiToolTipUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiTreeUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.multi.MultiViewportUI
Invokes the getPreferredSize method on each UI handled by this object.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.synth.SynthButtonUI
Returns the specified component's preferred size appropriate for the look and feel.
getPreferredSize(SynthContext, Font, String, Icon, int, int, int, int, int, int) - ? ????javax.swing.plaf.synth.SynthGraphicsUtils
Returns the preferred size needed to properly render an icon and text.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.synth.SynthLabelUI
Returns the specified component's preferred size appropriate for the look and feel.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.synth.SynthProgressBarUI
Returns the specified component's preferred size appropriate for the look and feel.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.synth.SynthScrollBarUI
A vertical scrollbar's preferred width is the maximum of preferred widths of the (non null) increment/decrement buttons, and the minimum width of the thumb.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.synth.SynthSeparatorUI
Returns the specified component's preferred size appropriate for the look and feel.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.synth.SynthSliderUI
Returns the specified component's preferred size appropriate for the look and feel.
getPreferredSize(JComponent) - ? ????javax.swing.plaf.synth.SynthToolTipUI
Returns the specified component's preferred size appropriate for the look and feel.
getPreferredSize() - ? ????javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
Overrides JTextField.getPreferredSize to return the preferred size based on current font, if set, or else use renderer's font.
getPreferredSize() - ? ????javax.swing.tree.DefaultTreeCellEditor.EditorContainer
Returns the preferred size for the Container.
getPreferredSize() - ? ????javax.swing.tree.DefaultTreeCellRenderer
Overrides JComponent.getPreferredSize to return slightly wider preferred size value.
getPreferredSizeOfComponent(Component) - ? ????javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Returns the width of the passed in Components preferred size.
getPreferredSpan(int) - ? ????javax.swing.text.AsyncBoxView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - ? ????javax.swing.text.BoxView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - ? ????javax.swing.text.ComponentView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - ? ????javax.swing.text.FieldView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - ? ????javax.swing.text.GlyphView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - ? ????javax.swing.text.html.BlockView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - ? ????javax.swing.text.html.ImageView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - ? ????javax.swing.text.html.ParagraphView
Determines the preferred span for this view.
getPreferredSpan(int) - ? ????javax.swing.text.IconView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - ? ????javax.swing.text.PasswordView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - ? ????javax.swing.text.PlainView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - ? ????javax.swing.text.View
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - ? ????javax.swing.text.WrappedPlainView
Determines the preferred span for this view along an axis.
getPreferredThumbnailSizes(ImageTypeSpecifier, ImageWriteParam, IIOMetadata, IIOMetadata) - ? ????javax.imageio.ImageWriter
Returns an array of Dimensions indicating the legal size ranges for thumbnail images as they will be encoded in the output file or stream.
getPreferredTileSizes() - ? ????javax.imageio.ImageWriteParam
Returns an array of Dimensions indicating the legal size ranges for tiles as they will be encoded in the output file or stream.
getPreferredValue() - ? ????javax.swing.Spring
Returns the preferred value of this Spring.
getPreferredVerticalSize() - ? ????javax.swing.plaf.basic.BasicSliderUI
 
getPreferredWidth() - ? ????javax.swing.table.TableColumn
Returns the preferred width of the TableColumn.
getPreferredWidth(Rectangle) - ? ????javax.swing.tree.AbstractLayoutCache
Returns the preferred width for the passed in region.
getPreferredWidth(Rectangle) - ? ????javax.swing.tree.VariableHeightLayoutCache
Returns the preferred width and height for the region in visibleRegion.
getPrefix() - ? ????javax.imageio.metadata.IIOMetadataNode
Returns null, since namespaces are not supported.
getPrefix(int) - ? ????javax.naming.CompositeName
Creates a composite name whose components consist of a prefix of the components in this composite name.
getPrefix(int) - ? ????javax.naming.CompoundName
Creates a compound name whose components consist of a prefix of the components in this compound name.
getPrefix(int) - ? ????javax.naming.ldap.LdapName
Creates a name whose components consist of a prefix of the components of this LDAP name.
getPrefix(int) - ?? ????javax.naming.Name
Creates a name whose components consist of a prefix of the components of this name.
getPrefix(String) - ?? ????javax.xml.namespace.NamespaceContext
Get prefix bound to Namespace URI in the current scope.
getPrefix() - ? ????javax.xml.namespace.QName
Get the prefix of this QName.
getPrefix() - ?? ????javax.xml.soap.Name
Returns the prefix that was specified when this Name object was initialized.
getPrefix() - ?? ????javax.xml.stream.events.Namespace
Gets the prefix, returns "" if this is a default namespace declaration.
getPrefix() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getPrefix(String) - ?? ????javax.xml.stream.XMLEventWriter
Gets the prefix the uri is bound to
getPrefix() - ?? ????javax.xml.stream.XMLStreamReader
Returns the prefix of the current event or null if the event does not have a prefix
getPrefix(String) - ?? ????javax.xml.stream.XMLStreamWriter
Gets the prefix the uri is bound to
getPrefix() - ?? ????org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
getPrefix(String) - ? ????org.xml.sax.helpers.NamespaceSupport
Return one of the prefixes mapped to a Namespace URI.
getPrefixes(String) - ?? ????javax.xml.namespace.NamespaceContext
Get all prefixes bound to a Namespace URI in the current scope.
getPrefixes() - ? ????org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes whose declarations are active in the current context.
getPrefixes(String) - ? ????org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes for a given URI whose declarations are active in the current context.
getPrefixList() - ? ????javax.xml.crypto.dsig.spec.ExcC14NParameterSpec
Returns the inclusive namespace prefix list.
getPresentationName() - ? ????javax.swing.text.AbstractDocument.DefaultDocumentEvent
Provides a localized, human readable description of this edit suitable for use in, say, a change log.
getPresentationName() - ? ????javax.swing.undo.AbstractUndoableEdit
This default implementation returns "".
getPresentationName() - ? ????javax.swing.undo.CompoundEdit
Returns getPresentationName from the last UndoableEdit added to edits.
getPresentationName() - ? ????javax.swing.undo.StateEdit
Gets the presentation name for this edit
getPresentationName() - ?? ????javax.swing.undo.UndoableEdit
Returns a localized, human-readable description of this edit, suitable for use in a change log, for example.
getPreservesUnknownTags() - ? ????javax.swing.text.html.HTMLDocument
Returns the behavior the parser observes when encountering unknown tags.
getPressedIcon() - ? ????javax.swing.AbstractButton
Returns the pressed icon for the button.
getPreviewPanel() - ? ??????javax.swing.colorchooser.ColorChooserComponentFactory
 
getPreviewPanel() - ? ????javax.swing.JColorChooser
Returns the preview panel that shows a chosen color.
getPreviousBounds(JInternalFrame) - ? ????javax.swing.DefaultDesktopManager
Gets the normal bounds of the component prior to the component being maximized.
getPreviousLeaf() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the leaf before this node or null if this node is the first leaf in the tree.
getPreviousNode() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the node that precedes this node in a preorder traversal of this node's tree.
getPreviousRowCount() - ? ????javax.swing.event.RowSorterEvent
Returns the number of rows before the sort.
getPreviousSibling() - ? ????javax.imageio.metadata.IIOMetadataNode
Returns the previous sibling of this node, or null if this node has no previous sibling.
getPreviousSibling() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the previous sibling of this node in the parent's children array.
getPreviousSibling() - ?? ????org.w3c.dom.Node
The node immediately preceding this node.
getPreviousTabIndex(int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getPreviousTabIndexInRun(int, int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getPreviousTabRun(int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getPreviousValue() - ? ????javax.swing.JSpinner
Returns the object in the sequence that comes before the object returned by getValue().
getPreviousValue() - ? ????javax.swing.SpinnerDateModel
Returns the previous Date in the sequence, or null if the previous date is before start.
getPreviousValue() - ? ????javax.swing.SpinnerListModel
Returns the previous element of the underlying sequence or null if value is already the first element.
getPreviousValue() - ?? ????javax.swing.SpinnerModel
Return the object in the sequence that comes before the object returned by getValue().
getPreviousValue() - ? ????javax.swing.SpinnerNumberModel
Returns the previous number in the sequence.
getPreviousWord(JTextComponent, int) - ? ??????javax.swing.text.Utilities
Determine the start of the prev word for the given location.
getPrevValue() - ?? ????org.w3c.dom.events.MutationEvent
prevValue indicates the previous value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharacterDataModified events.
getPrimary1() - ? ????javax.swing.plaf.metal.DefaultMetalTheme
Returns the primary 1 color.
getPrimary1() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the primary 1 color.
getPrimary1() - ? ????javax.swing.plaf.metal.OceanTheme
Returns the primary 1 color.
getPrimary2() - ? ????javax.swing.plaf.metal.DefaultMetalTheme
Returns the primary 2 color.
getPrimary2() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the primary 2 color.
getPrimary2() - ? ????javax.swing.plaf.metal.OceanTheme
Returns the primary 2 color.
getPrimary3() - ? ????javax.swing.plaf.metal.DefaultMetalTheme
Returns the primary 3 color.
getPrimary3() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the primary 3 color.
getPrimary3() - ? ????javax.swing.plaf.metal.OceanTheme
Returns the primary 3 color.
getPrimaryControl() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the primary control color of the current theme.
getPrimaryControl() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the primary control color.
getPrimaryControlDarkShadow() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the primary control dark shadow color of the current theme.
getPrimaryControlDarkShadow() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the primary control dark shadow color.
getPrimaryControlHighlight() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the primary control highlight color of the current theme.
getPrimaryControlHighlight() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the primary control highlight color.
getPrimaryControlInfo() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the primary control info color of the current theme.
getPrimaryControlInfo() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the primary control info color.
getPrimaryControlShadow() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the primary control shadow color of the current theme.
getPrimaryControlShadow() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the primary control shadow color.
getPrimaryKeys(String, String, String) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of the given table's primary key columns.
getPrimaryType() - ? ????java.awt.datatransfer.DataFlavor
Returns the primary MIME type for this DataFlavor.
getPrimaryType() - ? ????javax.activation.MimeType
Retrieve the primary type of this object.
getPrime() - ? ????java.security.spec.RSAOtherPrimeInfo
Returns the prime.
getPrimeExponentP() - ?? ????java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the primeExponentP.
getPrimeExponentP() - ?? ????java.security.interfaces.RSAPrivateCrtKey
Returns the primeExponentP.
getPrimeExponentP() - ? ????java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the primeExponentP.
getPrimeExponentP() - ? ????java.security.spec.RSAPrivateCrtKeySpec
Returns the primeExponentP.
getPrimeExponentQ() - ?? ????java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the primeExponentQ.
getPrimeExponentQ() - ?? ????java.security.interfaces.RSAPrivateCrtKey
Returns the primeExponentQ.
getPrimeExponentQ() - ? ????java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the primeExponentQ.
getPrimeExponentQ() - ? ????java.security.spec.RSAPrivateCrtKeySpec
Returns the primeExponentQ.
getPrimeP() - ?? ????java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the primeP.
getPrimeP() - ?? ????java.security.interfaces.RSAPrivateCrtKey
Returns the primeP.
getPrimeP() - ? ????java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the primeP.
getPrimeP() - ? ????java.security.spec.RSAPrivateCrtKeySpec
Returns the primeP.
getPrimePLength() - ? ????java.security.spec.DSAGenParameterSpec
Returns the desired length of the prime P of the to-be-generated DSA domain parameters in bits.
getPrimeQ() - ?? ????java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the primeQ.
getPrimeQ() - ?? ????java.security.interfaces.RSAPrivateCrtKey
Returns the primeQ.
getPrimeQ() - ? ????java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the primeQ.
getPrimeQ() - ? ????java.security.spec.RSAPrivateCrtKeySpec
Returns the primeQ.
getPrimeSize() - ? ????javax.crypto.spec.DHGenParameterSpec
Returns the size in bits of the prime modulus.
getPrimitiveArrayType(Class<T>) - ? ??????javax.management.openmbean.ArrayType
Create an ArrayType instance in a type-safe manner.
getPrimitiveType(TypeKind) - ?? ????javax.lang.model.util.Types
Returns a primitive type.
getPrincipal() - ?? ????java.security.acl.AclEntry
Returns the principal for which permissions are granted or denied by this ACL entry.
getPrincipal() - ?? ????java.security.Certificate
????
Returns the principal of the principal-key pair being guaranteed by the guarantor.
getPrincipal() - ? ????javax.security.auth.kerberos.KerberosKey
Returns the principal that this key belongs to.
getPrincipal() - ? ????javax.security.auth.kerberos.KeyTab
Returns the service principal this KeyTab object is bound to.
getPrincipals() - ? ????java.security.ProtectionDomain
Returns an array of principals for this domain.
getPrincipals() - ? ????javax.security.auth.PrivateCredentialPermission
Returns the Principal classes and names associated with this PrivateCredentialPermission.
getPrincipals() - ? ????javax.security.auth.Subject
Return the Set of Principals associated with this Subject.
getPrincipals(Class<T>) - ? ????javax.security.auth.Subject
Return a Set of Principals associated with this Subject that are instances or subclasses of the specified Class.
getPrintable(int) - ? ????java.awt.print.Book
Returns the Printable instance responsible for rendering the page specified by pageIndex.
getPrintable(int) - ?? ????java.awt.print.Pageable
Returns the Printable instance responsible for rendering the page specified by pageIndex.
getPrintable(JTable.PrintMode, MessageFormat, MessageFormat) - ? ????javax.swing.JTable
Return a Printable for use in printing this JTable.
getPrintable(MessageFormat, MessageFormat) - ? ????javax.swing.text.JTextComponent
Returns a Printable to use for printing the content of this JTextComponent.
getPrintableArea(int) - ? ????javax.print.attribute.standard.MediaPrintableArea
Get the printable area as an array of 4 values in the order x, y, w, h.
getPrintData() - ?? ????javax.print.Doc
Obtains the print data representation object that contains this doc object's piece of print data in the format corresponding to the supported doc flavor.
getPrintData() - ? ????javax.print.SimpleDoc
 
getPrinter() - ? ????java.awt.JobAttributes
Returns the destination printer for jobs using these attributes.
getPrinterJob() - ?? ????java.awt.print.PrinterGraphics
Returns the PrinterJob that is controlling the current rendering request.
getPrinterJob() - ? ??????java.awt.print.PrinterJob
Creates and returns a PrinterJob which is initially associated with the default printer.
getPrinterResolution() - ? ????java.awt.PageAttributes
Returns the print resolution for pages using these attributes.
getPrintEventType() - ? ????javax.print.event.PrintJobEvent
Gets the reason for this event.
getPrintJob() - ?? ????java.awt.PrintGraphics
Returns the PrintJob object from which this PrintGraphics object originated.
getPrintJob(Frame, String, Properties) - ? ????java.awt.Toolkit
Gets a PrintJob object which is the result of initiating a print operation on the toolkit's platform.
getPrintJob(Frame, String, JobAttributes, PageAttributes) - ? ????java.awt.Toolkit
Gets a PrintJob object which is the result of initiating a print operation on the toolkit's platform.
getPrintJob() - ? ????javax.print.event.PrintJobAttributeEvent
Determine the Print Job to which this print job event pertains.
getPrintJob() - ? ????javax.print.event.PrintJobEvent
Determines the DocPrintJob to which this print job event pertains.
getPrintQuality() - ? ????java.awt.PageAttributes
Returns the print quality for pages using these attributes.
getPrintService() - ? ????java.awt.print.PrinterJob
Returns the service (printer) for this printer job.
getPrintService() - ?? ????javax.print.DocPrintJob
Determines the PrintService object to which this print job object is bound.
getPrintService() - ? ????javax.print.event.PrintServiceAttributeEvent
Returns the print service.
getPrintService(OutputStream) - ? ????javax.print.StreamPrintServiceFactory
Returns a StreamPrintService that can print to the specified output stream.
getPrintServices(DocFlavor, AttributeSet) - ? ????javax.print.PrintServiceLookup
Locates services that can be positively confirmed to support the combination of attributes and DocFlavors specified.
getPrintServices() - ? ????javax.print.PrintServiceLookup
Not called directly by applications.
getPriority() - ? ????java.lang.Thread
Returns this thread's priority.
getPrivacy() - ? ????org.ietf.jgss.MessageProp
Retrieves the privacy state.
getPrivate() - ? ????java.security.KeyPair
Returns a reference to the private key component of this key pair.
getPrivateCredentials() - ? ????javax.security.auth.Subject
Return the Set of private credentials held by this Subject.
getPrivateCredentials(Class<T>) - ? ????javax.security.auth.Subject
Return a Set of private credentials associated with this Subject that are instances or subclasses of the specified Class.
getPrivateExponent() - ?? ????java.security.interfaces.RSAPrivateKey
Returns the private exponent.
getPrivateExponent() - ? ????java.security.spec.RSAPrivateKeySpec
Returns the private exponent.
getPrivateKey() - ? ????java.security.KeyStore.PrivateKeyEntry
Gets the PrivateKey from this entry.
getPrivateKey() - ? ????java.security.Signer
????
Returns this signer's private key.
getPrivateKey(String) - ?? ????javax.net.ssl.X509KeyManager
Returns the key associated with the given alias.
getPrivateKey() - ? ????javax.security.auth.x500.X500PrivateCredential
Returns the PrivateKey.
getPrivateKeyValid() - ? ????java.security.cert.X509CertSelector
Returns the privateKeyValid criterion.
getProblemType() - ? ????javax.management.relation.RoleUnresolved
Retrieves problem type.
getProcedureColumns(String, String, String, String) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of the given catalog's stored procedure parameter and result columns.
getProcedures(String, String, String) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of the stored procedures available in the given catalog.
getProcedureTerm() - ?? ????java.sql.DatabaseMetaData
Retrieves the database vendor's preferred term for "procedure".
getProcessedDTD() - ?? ????javax.xml.stream.events.DTD
Returns an implementation defined representation of the DTD.
getProfile() - ? ????java.awt.color.ICC_ColorSpace
Returns the ICC_Profile for this ICC_ColorSpace.
getProfileClass() - ? ????java.awt.color.ICC_Profile
Returns the profile class.
getProgram(String...) - ?? ????javax.script.ScriptEngineFactory
Returns a valid scripting language executable program with given statements.
getProgram() - ?? ????javax.sound.midi.MidiChannel
Obtains the current program number for this channel.
getProgram() - ? ????javax.sound.midi.Patch
Returns the index, within a bank, of the instrument whose location this Patch specifies.
getProgress() - ? ????javax.swing.SwingWorker
Returns the progress bound property.
getProgressBarBorder() - ? ??????javax.swing.plaf.basic.BasicBorders
 
getProgressiveMode() - ? ????javax.imageio.ImageWriteParam
Returns the current mode for writing the stream in a progressive manner.
getProgressMonitor() - ? ????javax.swing.ProgressMonitorInputStream
Get the ProgressMonitor object being used by this stream.
getPrompt() - ? ????javax.security.auth.callback.ChoiceCallback
Get the prompt.
getPrompt() - ? ????javax.security.auth.callback.ConfirmationCallback
Get the prompt.
getPrompt() - ? ????javax.security.auth.callback.NameCallback
Get the prompt.
getPrompt() - ? ????javax.security.auth.callback.PasswordCallback
Get the prompt.
getPrompt() - ? ????javax.security.auth.callback.TextInputCallback
Get the prompt.
getPropagatedFrom() - ? ????java.beans.beancontext.BeanContextEvent
Gets the BeanContext from which this event was propagated.
getPropagationId() - ? ????java.beans.PropertyChangeEvent
The "propagationId" field is reserved for future use.
getProperties() - ? ??????java.lang.System
Determines the current system properties.
getProperties() - ?? ????javax.xml.crypto.dsig.SignatureProperties
Returns an unmodifiable list of one or more SignaturePropertys that are contained in this SignatureProperties.
getProperties() - ? ????javax.xml.ws.Endpoint
Returns the property bag for this Endpoint instance.
getProperty(String, ImageObserver) - ? ????java.awt.image.BufferedImage
Returns a property of the image by name.
getProperty(String) - ? ????java.awt.image.BufferedImage
Returns a property of the image by name.
getProperty(String, ImageObserver) - ? ????java.awt.Image
Gets a property of this image by name.
getProperty(ParameterBlock, String) - ?? ????java.awt.image.renderable.ContextualRenderedImageFactory
Gets the appropriate instance of the property specified by the name parameter.
getProperty(String) - ?? ????java.awt.image.renderable.RenderableImage
Gets a property from the property set of this image.
getProperty(String) - ? ????java.awt.image.renderable.RenderableImageOp
Gets a property from the property set of this image.
getProperty(String) - ?? ????java.awt.image.RenderedImage
Gets a property from the property set of this image.
getProperty(String, String) - ? ??????java.awt.Toolkit
Gets a property with the specified key and default.
getProperty(String) - ? ??????java.lang.System
Gets the system property indicated by the specified key.
getProperty(String, String) - ? ??????java.lang.System
Gets the system property indicated by the specified key.
getProperty(String) - ? ????java.security.Provider
 
getProperty(String) - ? ??????java.security.Security
Gets a security property value.
getProperty(String) - ? ????java.util.logging.LogManager
Get the value of a logging property.
getProperty(String) - ? ????java.util.Properties
Searches for the property with the specified key in this property list.
getProperty(String, String) - ? ????java.util.Properties
Searches for the property with the specified key in this property list.
getProperty(String) - ? ????javax.sound.midi.MidiFileFormat
Obtain the property value specified by the key.
getProperty(String) - ? ????javax.sound.sampled.AudioFileFormat
Obtain the property value specified by the key.
getProperty(String) - ? ????javax.sound.sampled.AudioFormat
Obtain the property value specified by the key.
getProperty(Object) - ? ????javax.swing.text.AbstractDocument
A convenience method for looking up a property value.
getProperty(Object) - ?? ????javax.swing.text.Document
Gets the properties associated with the document.
getProperty(String) - ? ????javax.xml.bind.Binder
Get the particular property in the underlying implementation of Binder.
getProperty(String) - ? ????javax.xml.bind.helpers.AbstractMarshallerImpl
Default implementation of the getProperty method handles the four defined properties in Marshaller.
getProperty(String) - ? ????javax.xml.bind.helpers.AbstractUnmarshallerImpl
Default implementation of the getProperty method always throws PropertyException since there are no required properties.
getProperty(String) - ?? ????javax.xml.bind.Marshaller
Get the particular property in the underlying implementation of Marshaller.
getProperty(String) - ?? ????javax.xml.bind.Unmarshaller
Get the particular property in the underlying implementation of Unmarshaller.
getProperty(String) - ?? ????javax.xml.bind.Validator
????
since JAXB2.0
getProperty(String) - ? ????javax.xml.crypto.dom.DOMCryptoContext
This implementation uses an internal HashMap to get the object that the specified name maps to.
getProperty(String) - ?? ????javax.xml.crypto.XMLCryptoContext
Returns the value of the specified property.
getProperty(String) - ? ????javax.xml.parsers.SAXParser
Returns the particular property requested for in the underlying implementation of XMLReader.
getProperty(String) - ? ????javax.xml.soap.SOAPMessage
Retrieves value of the specified property.
getProperty(String) - ? ????javax.xml.stream.util.EventReaderDelegate
 
getProperty(String) - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getProperty(String) - ?? ????javax.xml.stream.XMLEventReader
Get the value of a feature/property from the underlying implementation
getProperty(String) - ? ????javax.xml.stream.XMLInputFactory
Get the value of a feature/property from the underlying implementation
getProperty(String) - ? ????javax.xml.stream.XMLOutputFactory
Get a feature/property on the underlying implementation
getProperty(String) - ?? ????javax.xml.stream.XMLStreamReader
Get the value of a feature/property from the underlying implementation
getProperty(String) - ?? ????javax.xml.stream.XMLStreamWriter
Get the value of a feature/property from the underlying implementation
getProperty(String) - ? ????javax.xml.validation.SchemaFactory
Look up the value of a property.
getProperty(String) - ? ????javax.xml.validation.Validator
Look up the value of a property.
getProperty(String) - ? ????javax.xml.validation.ValidatorHandler
Look up the value of a property.
getProperty(String) - ? ????org.xml.sax.helpers.ParserAdapter
Get a parser property.
getProperty(String) - ? ????org.xml.sax.helpers.XMLFilterImpl
Look up the value of a property.
getProperty(String) - ?? ????org.xml.sax.XMLReader
Look up the value of a property.
getPropertyChangeEvent() - ???? ????java.beans.PropertyVetoException
Gets the vetoed PropertyChangeEvent.
getPropertyChangeListeners() - ? ????java.awt.Component
Returns an array of all the property change listeners registered on this component.
getPropertyChangeListeners(String) - ? ????java.awt.Component
Returns an array of all the listeners which have been associated with the named property.
getPropertyChangeListeners() - ? ????java.awt.KeyboardFocusManager
Returns an array of all the property change listeners registered on this keyboard focus manager.
getPropertyChangeListeners(String) - ? ????java.awt.KeyboardFocusManager
Returns an array of all the PropertyChangeListeners associated with the named property.
getPropertyChangeListeners(String) - ? ????java.awt.SystemTray
Returns an array of all the listeners that have been associated with the named property.
getPropertyChangeListeners() - ? ????java.awt.Toolkit
Returns an array of all the property change listeners registered on this toolkit.
getPropertyChangeListeners(String) - ? ????java.awt.Toolkit
Returns an array of all property change listeners associated with the specified name of a desktop property.
getPropertyChangeListeners() - ? ????java.beans.PropertyChangeSupport
Returns an array of all the listeners that were added to the PropertyChangeSupport object with addPropertyChangeListener().
getPropertyChangeListeners(String) - ? ????java.beans.PropertyChangeSupport
Returns an array of all the listeners which have been associated with the named property.
getPropertyChangeListeners() - ? ????javax.swing.AbstractAction
Returns an array of all the PropertyChangeListeners added to this AbstractAction with addPropertyChangeListener().
getPropertyChangeListeners() - ? ????javax.swing.plaf.basic.BasicDirectoryModel
Returns an array of all the property change listeners registered on this component.
getPropertyChangeListeners() - ? ????javax.swing.plaf.LayerUI
Returns an array of all the property change listeners registered on this component.
getPropertyChangeListeners(String) - ? ????javax.swing.plaf.LayerUI
Returns an array of all the listeners which have been associated with the named property.
getPropertyChangeListeners() - ? ????javax.swing.table.TableColumn
Returns an array of all the PropertyChangeListeners added to this TableColumn with addPropertyChangeListener().
getPropertyChangeListeners() - ? ????javax.swing.tree.DefaultTreeSelectionModel
Returns an array of all the property change listeners registered on this DefaultTreeSelectionModel.
getPropertyChangeListeners() - ? ????javax.swing.UIDefaults
Returns an array of all the PropertyChangeListeners added to this UIDefaults with addPropertyChangeListener().
getPropertyChangeListeners() - ? ??????javax.swing.UIManager
Returns an array of all the PropertyChangeListeners added to this UIManager with addPropertyChangeListener().
getPropertyChangeSupport() - ? ????javax.swing.SwingWorker
Returns the PropertyChangeSupport for this SwingWorker.
getPropertyDescriptors() - ?? ????java.beans.BeanInfo
Returns descriptors for all properties of the bean.
getPropertyDescriptors() - ? ????java.beans.SimpleBeanInfo
Deny knowledge of properties.
getPropertyEditorClass() - ? ????java.beans.PropertyDescriptor
Gets any explicit PropertyEditor Class that has been registered for this property.
getPropertyInfo(String, Properties) - ?? ????java.sql.Driver
Gets information about the possible properties for this driver.
getPropertyName() - ? ????java.beans.PropertyChangeEvent
Gets the programmatic name of the property that was changed.
getPropertyName() - ? ????java.beans.PropertyChangeListenerProxy
Returns the name of the named property associated with the listener.
getPropertyName() - ? ????java.beans.VetoableChangeListenerProxy
Returns the name of the named property associated with the listener.
getPropertyNames() - ? ????java.awt.image.BufferedImage
Returns an array of names recognized by getProperty(String) or null, if no property names are recognized.
getPropertyNames() - ?? ????java.awt.image.renderable.ContextualRenderedImageFactory
Returns a list of names recognized by getProperty.
getPropertyNames() - ?? ????java.awt.image.renderable.RenderableImage
Returns a list of names recognized by getProperty.
getPropertyNames() - ? ????java.awt.image.renderable.RenderableImageOp
Return a list of names recognized by getProperty.
getPropertyNames() - ?? ????java.awt.image.RenderedImage
Returns an array of names recognized by getProperty(String) or null, if no property names are recognized.
getPropertyOverrides() - ? ????java.rmi.activation.ActivationGroupDesc
Returns the group's property-override list.
getPropertyPrefix() - ? ????javax.swing.plaf.basic.BasicButtonUI
 
getPropertyPrefix() - ? ????javax.swing.plaf.basic.BasicCheckBoxMenuItemUI
 
getPropertyPrefix() - ? ????javax.swing.plaf.basic.BasicCheckBoxUI
 
getPropertyPrefix() - ? ????javax.swing.plaf.basic.BasicEditorPaneUI
Fetches the name used as a key to lookup properties through the UIManager.
getPropertyPrefix() - ? ????javax.swing.plaf.basic.BasicFormattedTextFieldUI
Fetches the name used as a key to lookup properties through the UIManager.
getPropertyPrefix() - ? ????javax.swing.plaf.basic.BasicMenuItemUI
 
getPropertyPrefix() - ? ????javax.swing.plaf.basic.BasicMenuUI
 
getPropertyPrefix() - ? ????javax.swing.plaf.basic.BasicPasswordFieldUI
Fetches the name used as a key to look up properties through the UIManager.
getPropertyPrefix() - ? ????javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
 
getPropertyPrefix() - ? ????javax.swing.plaf.basic.BasicRadioButtonUI
 
getPropertyPrefix() - ? ????javax.swing.plaf.basic.BasicTextAreaUI
Fetches the name used as a key to look up properties through the UIManager.
getPropertyPrefix() - ? ????javax.swing.plaf.basic.BasicTextFieldUI
Fetches the name used as a key to lookup properties through the UIManager.
getPropertyPrefix() - ? ????javax.swing.plaf.basic.BasicTextPaneUI
Fetches the name used as a key to lookup properties through the UIManager.
getPropertyPrefix() - ? ????javax.swing.plaf.basic.BasicTextUI
Gets the name used as a key to look up properties through the UIManager.
getPropertyPrefix() - ? ????javax.swing.plaf.basic.BasicToggleButtonUI
 
getPropertyPrefix() - ? ????javax.swing.plaf.metal.MetalCheckBoxUI
 
getPropertyPrefix() - ? ????javax.swing.plaf.synth.SynthCheckBoxMenuItemUI
getPropertyPrefix() - ? ????javax.swing.plaf.synth.SynthCheckBoxUI
getPropertyPrefix() - ? ????javax.swing.plaf.synth.SynthFormattedTextFieldUI
Fetches the name used as a key to lookup properties through the UIManager.
getPropertyPrefix() - ? ????javax.swing.plaf.synth.SynthPasswordFieldUI
Fetches the name used as a key to look up properties through the UIManager.
getPropertyPrefix() - ? ????javax.swing.plaf.synth.SynthRadioButtonMenuItemUI
getPropertyPrefix() - ? ????javax.swing.plaf.synth.SynthRadioButtonUI
getPropertyPrefix() - ? ????javax.swing.plaf.synth.SynthTextPaneUI
Fetches the name used as a key to lookup properties through the UIManager.
getPropertyPrefix() - ? ????javax.swing.plaf.synth.SynthToggleButtonUI
getPropertyType() - ? ????java.beans.PropertyDescriptor
Returns the Java type info for the property.
getProtectionAlgorithm() - ? ????java.security.KeyStore.PasswordProtection
Gets the name of the protection algorithm.
getProtectionDomain() - ? ????java.lang.Class
Returns the ProtectionDomain of this class.
getProtectionParameter() - ? ????java.security.DomainLoadStoreParameter
Gets the keystore protection parameters for this domain.
getProtectionParameter(String) - ? ????java.security.KeyStore.Builder
Returns the ProtectionParameters that should be used to obtain the Entry with the given alias.
getProtectionParameter() - ?? ????java.security.KeyStore.LoadStoreParameter
Gets the parameter used to protect keystore data.
getProtectionParameters() - ? ????java.security.KeyStore.PasswordProtection
Gets the parameters supplied for the protection algorithm.
getProtectionParams() - ? ????java.security.DomainLoadStoreParameter
Gets the keystore protection parameters for keystores in this domain.
getProtocol() - ? ????java.net.URL
Gets the protocol name of this URL.
getProtocol() - ? ????javax.management.remote.JMXServiceURL
The protocol part of the Service URL.
getProtocol() - ? ????javax.management.remote.rmi.RMIIIOPServerImpl
 
getProtocol() - ? ????javax.management.remote.rmi.RMIJRMPServerImpl
 
getProtocol() - ? ????javax.management.remote.rmi.RMIServerImpl
Returns the protocol string for this object.
getProtocol() - ? ????javax.net.ssl.SSLContext
Returns the protocol name of this SSLContext object.
getProtocol() - ?? ????javax.net.ssl.SSLSession
Returns the standard name of the protocol used for all connections in the session.
getProtocol() - ? ????javax.xml.ws.spi.http.HttpExchange
Returns the protocol string from the request in the form protocol/majorVersion.minorVersion.
getProtocols() - ? ????javax.net.ssl.SSLParameters
Returns a copy of the array of protocols or null if none have been set.
getPrototypeCellValue() - ? ????javax.swing.JList
Returns the "prototypical" cell value -- a value used to calculate a fixed width and height for cells.
getPrototypeDisplayValue() - ? ????javax.swing.JComboBox
Returns the "prototypical display" value - an Object used for the calculation of the display height and width.
getProvider() - ? ????java.security.AlgorithmParameterGenerator
Returns the provider of this algorithm parameter generator object.
getProvider() - ? ????java.security.AlgorithmParameters
Returns the provider of this parameter object.
getProvider() - ? ????java.security.cert.CertificateFactory
Returns the provider of this certificate factory.
getProvider() - ? ????java.security.cert.CertPathBuilder
Returns the provider of this CertPathBuilder.
getProvider() - ? ????java.security.cert.CertPathValidator
Returns the Provider of this CertPathValidator.
getProvider() - ? ????java.security.cert.CertStore
Returns the provider of this CertStore.
getProvider() - ? ????java.security.KeyFactory
Returns the provider of this key factory object.
getProvider() - ? ????java.security.KeyPairGenerator
Returns the provider of this key pair generator object.
getProvider() - ? ????java.security.KeyStore
Returns the provider of this keystore.
getProvider() - ? ????java.security.MessageDigest
Returns the provider of this message digest object.
getProvider() - ? ????java.security.Policy
Return the Provider of this Policy.
getProvider() - ? ????java.security.Provider.Service
Return the Provider of this service.
getProvider() - ? ????java.security.SecureRandom
Returns the provider of this SecureRandom object.
getProvider(String) - ? ??????java.security.Security
Returns the provider installed with the specified name, if any.
getProvider() - ? ????java.security.Signature
Returns the provider of this signature object.
getProvider() - ? ????javax.crypto.Cipher
Returns the provider of this Cipher object.
getProvider() - ? ????javax.crypto.ExemptionMechanism
Returns the provider of this ExemptionMechanism object.
getProvider() - ? ????javax.crypto.KeyAgreement
Returns the provider of this KeyAgreement object.
getProvider() - ? ????javax.crypto.KeyGenerator
Returns the provider of this KeyGenerator object.
getProvider() - ? ????javax.crypto.Mac
Returns the provider of this Mac object.
getProvider() - ? ????javax.crypto.SecretKeyFactory
Returns the provider of this SecretKeyFactory object.
getProvider() - ? ????javax.net.ssl.KeyManagerFactory
Returns the provider of this KeyManagerFactory object.
getProvider() - ? ????javax.net.ssl.SSLContext
Returns the provider of this SSLContext object.
getProvider() - ? ????javax.net.ssl.TrustManagerFactory
Returns the provider of this TrustManagerFactory object.
getProvider() - ? ????javax.security.auth.login.Configuration
Return the Provider of this Configuration.
getProvider() - ? ????javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
Returns the provider of this KeyInfoFactory.
getProvider() - ? ????javax.xml.crypto.dsig.TransformService
Returns the provider of this TransformService.
getProvider() - ? ????javax.xml.crypto.dsig.XMLSignatureFactory
Returns the provider of this XMLSignatureFactory.
getProviderGrade() - ? ????javax.sql.rowset.spi.SyncProvider
Returns a constant indicating the grade of synchronization a RowSet object can expect from this SyncProvider object.
getProviderID() - ? ????javax.sql.rowset.spi.SyncProvider
Returns the unique identifier for this SyncProvider object.
getProviders() - ? ??????java.security.Security
Returns an array containing all the installed providers.
getProviders(String) - ? ??????java.security.Security
Returns an array containing all installed providers that satisfy the specified selection criterion, or null if no such providers have been installed.
getProviders(Map<String, String>) - ? ??????java.security.Security
Returns an array containing all installed providers that satisfy the specified* selection criteria, or null if no such providers have been installed.
getProxyClass(ClassLoader, Class<?>...) - ? ??????java.lang.reflect.Proxy
Returns the java.lang.Class object for a proxy class given a class loader and an array of interfaces.
getPseudoColumns(String, String, String, String) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of the pseudo or hidden columns available in a given table within the specified catalog and schema.
getPSName() - ? ????java.awt.Font
Returns the postscript name of this Font.
getPSource() - ? ????javax.crypto.spec.OAEPParameterSpec
Returns the source of encoding input P.
getPublic() - ? ????java.security.KeyPair
Returns a reference to the public key component of this key pair.
getPublicCredentials() - ? ????javax.security.auth.Subject
Return the Set of public credentials held by this Subject.
getPublicCredentials(Class<T>) - ? ????javax.security.auth.Subject
Return a Set of public credentials associated with this Subject that are instances or subclasses of the specified Class.
getPublicExponent() - ?? ????java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the public exponent.
getPublicExponent() - ?? ????java.security.interfaces.RSAPrivateCrtKey
Returns the public exponent.
getPublicExponent() - ?? ????java.security.interfaces.RSAPublicKey
Returns the public exponent.
getPublicExponent() - ? ????java.security.spec.RSAKeyGenParameterSpec
Returns the public-exponent value.
getPublicExponent() - ? ????java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the public exponent.
getPublicExponent() - ? ????java.security.spec.RSAPrivateCrtKeySpec
Returns the public exponent.
getPublicExponent() - ? ????java.security.spec.RSAPublicKeySpec
Returns the public exponent.
getPublicId() - ?? ????javax.xml.stream.events.EntityDeclaration
The entity's public identifier, or null if none was given
getPublicId() - ?? ????javax.xml.stream.events.NotationDeclaration
The notation's public identifier, or null if none was given.
getPublicId() - ?? ????javax.xml.stream.Location
Returns the public ID of the XML
getPublicId() - ?? ????javax.xml.transform.SourceLocator
Return the public identifier for the current document event.
getPublicId() - ? ????javax.xml.transform.stream.StreamSource
Get the public identifier that was set with setPublicId.
getPublicId() - ?? ????org.w3c.dom.DocumentType
The public identifier of the external subset.
getPublicId() - ?? ????org.w3c.dom.Entity
The public identifier associated with the entity if specified, and null otherwise.
getPublicId() - ?? ????org.w3c.dom.ls.LSInput
The public identifier for this input source.
getPublicId() - ?? ????org.w3c.dom.Notation
The public identifier of this notation.
getPublicId() - ? ????org.xml.sax.helpers.LocatorImpl
Return the saved public identifier.
getPublicId() - ? ????org.xml.sax.InputSource
Get the public identifier for this input source.
getPublicId() - ?? ????org.xml.sax.Locator
Return the public identifier for the current document event.
getPublicId() - ???? ????org.xml.sax.SAXParseException
Get the public identifier of the entity where the exception occurred.
getPublicKey() - ? ????java.security.cert.Certificate
Gets the public key from this certificate.
getPublicKey() - ? ????java.security.cert.PKIXCertPathValidatorResult
Returns the public key of the subject (target) of the certification path, including any inherited public key parameters if applicable.
getPublicKey() - ?? ????java.security.Certificate
????
Returns the key of the principal-key pair being guaranteed by the guarantor.
getPublicKey() - ? ????java.security.Identity
????
Returns this identity's public key.
getPublicKey() - ? ????javax.security.cert.Certificate
Gets the public key from this certificate.
getPublicKey() - ?? ????javax.xml.crypto.dsig.keyinfo.KeyValue
Returns the public key of this KeyValue.
getPurgeFlag() - ? ????javax.management.relation.RelationService
Returns the flag to indicate if when a notification is received for the unregistration of an MBean referenced in a relation, if an immediate "purge" of the relations (look for the relations no longer valid) has to be performed , or if that will be performed only when the purgeRelations method will be explicitly called.
getPurgeFlag() - ?? ????javax.management.relation.RelationServiceMBean
Returns the flag to indicate if when a notification is received for the unregistration of an MBean referenced in a relation, if an immediate "purge" of the relations (look for the relations no longer valid) has to be performed, or if that will be performed only when the purgeRelations method is explicitly called.
getPushLevel() - ? ????java.util.logging.MemoryHandler
Get the pushLevel.
getQ() - ?? ????java.security.interfaces.DSAParams
Returns the subprime, q.
getQ() - ? ????java.security.spec.DSAParameterSpec
Returns the sub-prime q.
getQ() - ? ????java.security.spec.DSAPrivateKeySpec
Returns the sub-prime q.
getQ() - ? ????java.security.spec.DSAPublicKeySpec
Returns the sub-prime q.
getQName(int) - ?? ????org.xml.sax.Attributes
Look up an attribute's XML qualified (prefixed) name by index.
getQName(int) - ? ????org.xml.sax.helpers.AttributesImpl
Return an attribute's qualified (prefixed) name.
getQOP() - ? ????org.ietf.jgss.MessageProp
Retrieves the QOP value.
getQTables() - ? ????javax.imageio.plugins.jpeg.JPEGImageReadParam
Returns a copy of the array of quantization tables set on the most recent call to setDecodeTables, or null if tables are not currently set.
getQTables() - ? ????javax.imageio.plugins.jpeg.JPEGImageWriteParam
Returns a copy of the array of quantization tables set on the most recent call to setEncodeTables, or null if tables are not currently set.
getQuadrantRotateInstance(int) - ? ??????java.awt.geom.AffineTransform
Returns a transform that rotates coordinates by the specified number of quadrants.
getQuadrantRotateInstance(int, double, double) - ? ??????java.awt.geom.AffineTransform
Returns a transform that rotates coordinates by the specified number of quadrants around the specified anchor point.
getQualifiedName() - ?? ????javax.lang.model.element.PackageElement
Returns the fully qualified name of this package.
getQualifiedName() - ?? ????javax.lang.model.element.QualifiedNameable
Returns the fully qualified name of an element.
getQualifiedName() - ?? ????javax.lang.model.element.TypeElement
Returns the fully qualified name of this type element.
getQualifiedName() - ?? ????javax.xml.soap.Name
Gets the namespace-qualified name of the XML name that this Name object represents.
getQuery() - ? ????java.net.URI
Returns the decoded query component of this URI.
getQuery() - ? ????java.net.URL
Gets the query part of this URL.
getQueryString() - ? ????javax.xml.ws.spi.http.HttpExchange
Returns the query string that is contained in the request URI after the path.
getQueryTimeout() - ?? ????java.sql.Statement
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getQueryTimeout() - ? ????javax.sql.rowset.BaseRowSet
Retrieves the maximum number of seconds the driver will wait for a query to execute.
getQueryTimeout() - ?? ????javax.sql.RowSet
Retrieves the maximum number of seconds the driver will wait for a statement to execute.
getQueue() - ? ????java.util.concurrent.ScheduledThreadPoolExecutor
Returns the task queue used by this executor.
getQueue() - ? ????java.util.concurrent.ThreadPoolExecutor
Returns the task queue used by this executor.
getQueuedReaderThreads() - ? ????java.util.concurrent.locks.ReentrantReadWriteLock
Returns a collection containing threads that may be waiting to acquire the read lock.
getQueuedSubmissionCount() - ? ????java.util.concurrent.ForkJoinPool
Returns an estimate of the number of tasks submitted to this pool that have not yet begun executing.
getQueuedTaskCount() - ? ????java.util.concurrent.ForkJoinPool
Returns an estimate of the total number of tasks currently held in queues by worker threads (but not including tasks submitted to the pool that have not begun executing).
getQueuedTaskCount() - ? ??????java.util.concurrent.ForkJoinTask
Returns an estimate of the number of tasks that have been forked by the current worker thread but not yet executed.
getQueuedThreads() - ? ????java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a collection containing threads that may be waiting to acquire.
getQueuedThreads() - ? ????java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a collection containing threads that may be waiting to acquire.
getQueuedThreads() - ? ????java.util.concurrent.locks.ReentrantLock
Returns a collection containing threads that may be waiting to acquire this lock.
getQueuedThreads() - ? ????java.util.concurrent.locks.ReentrantReadWriteLock
Returns a collection containing threads that may be waiting to acquire either the read or write lock.
getQueuedThreads() - ? ????java.util.concurrent.Semaphore
Returns a collection containing threads that may be waiting to acquire.
getQueuedWriterThreads() - ? ????java.util.concurrent.locks.ReentrantReadWriteLock
Returns a collection containing threads that may be waiting to acquire the write lock.
getQueueLength() - ? ????java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns an estimate of the number of threads waiting to acquire.
getQueueLength() - ? ????java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns an estimate of the number of threads waiting to acquire.
getQueueLength() - ? ????java.util.concurrent.locks.ReentrantLock
Returns an estimate of the number of threads waiting to acquire this lock.
getQueueLength() - ? ????java.util.concurrent.locks.ReentrantReadWriteLock
Returns an estimate of the number of threads waiting to acquire either the read or write lock.
getQueueLength() - ? ????java.util.concurrent.Semaphore
Returns an estimate of the number of threads waiting to acquire.
getRadioButtonBorder() - ? ??????javax.swing.plaf.basic.BasicBorders
 
getRadioButtonIcon() - ? ??????javax.swing.plaf.basic.BasicIconFactory
 
getRadioButtonIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getRadioButtonMenuItemIcon() - ? ??????javax.swing.plaf.basic.BasicIconFactory
 
getRadioButtonMenuItemIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getRadius() - ? ????java.awt.RadialGradientPaint
Returns the radius of the circle defining the radial gradient.
getRaisedBevelBorderUIResource() - ? ??????javax.swing.plaf.BorderUIResource
 
getRange() - ? ????java.util.Locale.LanguageRange
Returns the language range of this LanguageRange.
getRanges() - ? ????java.awt.font.NumericShaper
Returns an int that ORs together the values for all the ranges that will be shaped.
getRangeSet() - ? ????java.awt.font.NumericShaper
Returns a Set representing all the Unicode ranges in this NumericShaper that will be shaped.
getRangeUnit() - ?? ????java.time.temporal.ChronoField
 
getRangeUnit() - ?? ????java.time.temporal.TemporalField
Gets the range that the field is bound by.
getRaster() - ? ????java.awt.image.BufferedImage
Returns the WritableRaster.
getRaster(int, int, int, int) - ?? ????java.awt.PaintContext
Returns a Raster containing the colors generated for the graphics operation.
getRaster() - ? ????javax.imageio.IIOImage
Returns the currently set Raster, or null if only a RenderedImage is available.
getRawAuthority() - ? ????java.net.URI
Returns the raw authority component of this URI.
getRawContent() - ? ????javax.xml.soap.AttachmentPart
Gets the content of this AttachmentPart object as an InputStream as if a call had been made to getContent and no DataContentHandler had been registered for the content-type of this AttachmentPart.
getRawContentBytes() - ? ????javax.xml.soap.AttachmentPart
Gets the content of this AttachmentPart object as a byte[] array as if a call had been made to getContent and no DataContentHandler had been registered for the content-type of this AttachmentPart.
getRawFragment() - ? ????java.net.URI
Returns the raw fragment component of this URI.
getRawImageType(int) - ? ????javax.imageio.ImageReader
Returns an ImageTypeSpecifier indicating the SampleModel and ColorModel which most closely represents the "raw" internal format of the image.
getRawOffset() - ? ????java.util.SimpleTimeZone
Gets the GMT offset for this time zone.
getRawOffset() - ? ????java.util.TimeZone
Returns the amount of time in milliseconds to add to UTC to get standard time in this time zone.
getRawPath() - ? ????java.net.URI
Returns the raw path component of this URI.
getRawQuery() - ? ????java.net.URI
Returns the raw query component of this URI.
getRawResult() - ? ????java.util.concurrent.CountedCompleter
Returns the result of the computation.
getRawResult() - ? ????java.util.concurrent.ForkJoinTask
Returns the result that would be returned by ForkJoinTask.join(), even if this task completed abnormally, or null if this task is not known to have been completed.
getRawResult() - ? ????java.util.concurrent.RecursiveAction
Always returns null.
getRawResult() - ? ????java.util.concurrent.RecursiveTask
 
getRawSchemeSpecificPart() - ? ????java.net.URI
Returns the raw scheme-specific part of this URI.
getRawType() - ?? ????java.lang.reflect.ParameterizedType
Returns the Type object representing the class or interface that declared this type.
getRawUserInfo() - ? ????java.net.URI
Returns the raw user-information component of this URI.
getRdn(int) - ? ????javax.naming.ldap.LdapName
Retrieves an RDN of this LDAP name as an Rdn.
getRdns() - ? ????javax.naming.ldap.LdapName
Retrieves the list of relative distinguished names.
getRead() - ???? ????java.sql.DataTruncation
Indicates whether or not the value was truncated on a read.
getReader() - ?? ????javax.script.ScriptContext
Returns a Reader to be used by the script to read input.
getReader() - ? ????javax.script.SimpleScriptContext
Returns a Reader to be used by the script to read input.
getReader(int) - ? ????javax.swing.text.html.HTMLDocument
Fetches the reader for the parser to use when loading the document with HTML.
getReader(int, int, int, HTML.Tag) - ? ????javax.swing.text.html.HTMLDocument
Returns the reader for the parser to use to load the document with HTML.
getReader() - ? ????javax.xml.transform.stream.StreamSource
Get the character stream that was set with setReader.
getReaderFileSuffixes() - ? ??????javax.imageio.ImageIO
Returns an array of Strings listing all of the file suffixes associated with the formats understood by the current set of registered readers.
getReaderFormatNames() - ? ??????javax.imageio.ImageIO
Returns an array of Strings listing all of the informal format names understood by the current set of registered readers.
getReaderForText(Transferable) - ? ????java.awt.datatransfer.DataFlavor
Gets a Reader for a text flavor, decoded, if necessary, for the expected charset (encoding).
getReaderForText() - ?? ????javax.print.Doc
Obtains a reader for extracting character print data from this doc.
getReaderForText() - ? ????javax.print.SimpleDoc
Obtains a reader for extracting character print data from this doc.
getReaderMIMETypes() - ? ??????javax.imageio.ImageIO
Returns an array of Strings listing all of the MIME types understood by the current set of registered readers.
getReaderServiceProviderName() - ? ????javax.imageio.spi.ImageTranscoderSpi
Returns the fully qualified class name of an ImageReaderSpi class that generates IIOMetadata objects that may be used as input to this transcoder.
getReadHoldCount() - ? ????java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of reentrant read holds on this lock by the current thread.
getReadLockCount() - ? ????java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of read locks held for this lock.
getReadLockCount() - ? ????java.util.concurrent.locks.StampedLock
Queries the number of read locks held for this lock.
getReadMethod() - ? ????java.beans.PropertyDescriptor
Gets the method that should be used to read the property value.
getReadTimeout() - ? ????java.net.URLConnection
Returns setting for read timeout. 0 return implies that the option is disabled (i.e., timeout of infinity).
getRealm() - ? ????javax.security.auth.kerberos.KerberosPrincipal
Returns the realm component of this Kerberos principal.
getReason() - ???? ????java.net.HttpRetryException
Returns a string explaining why the http request could not be retried.
getReason() - ???? ????java.net.URISyntaxException
Returns a string explaining why the input string could not be parsed.
getReason() - ???? ????java.nio.file.FileSystemException
Returns the string explaining why the file system operation failed.
getReason() - ???? ????java.nio.file.InvalidPathException
Returns a string explaining why the input string was rejected.
getReason() - ???? ????java.security.cert.CertPathValidatorException
Returns the reason that the validation failed.
getReason() - ?? ????javax.print.URIException
Return the reason for the event.
getReceiveBufferSize() - ? ????java.net.DatagramSocket
Get value of the SO_RCVBUF option for this DatagramSocket, that is the buffer size used by the platform for input on this DatagramSocket.
getReceiveBufferSize() - ? ????java.net.ServerSocket
Gets the value of the SO_RCVBUF option for this ServerSocket, that is the proposed buffer size that will be used for Sockets accepted from this ServerSocket.
getReceiveBufferSize() - ? ????java.net.Socket
Gets the value of the SO_RCVBUF option for this Socket, that is the buffer size used by the platform for input on this Socket.
getReceiver() - ?? ????javax.sound.midi.MidiDevice
Obtains a MIDI IN receiver through which the MIDI device may receive MIDI data.
getReceiver() - ? ??????javax.sound.midi.MidiSystem
Obtains a MIDI receiver from an external MIDI port or other default device.
getReceiver() - ?? ????javax.sound.midi.Transmitter
Obtains the current receiver to which this transmitter will deliver MIDI messages.
getReceivers() - ?? ????javax.sound.midi.MidiDevice
Returns all currently active, non-closed receivers connected with this MidiDevice.
getReceiverType() - ?? ????javax.lang.model.element.ExecutableElement
Returns the receiver type of this executable, or NoType with kind NONE if the executable has no receiver type.
getReceiverType() - ?? ????javax.lang.model.type.ExecutableType
Returns the receiver type of this executable, or NoType with kind NONE if the executable has no receiver type.
getRecursionLimit() - ? ????java.awt.geom.FlatteningPathIterator
Returns the recursion limit of this iterator.
getRed() - ? ????java.awt.Color
Returns the red component in the range 0-255 in the default sRGB space.
getRed(int) - ? ????java.awt.image.ColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(Object) - ? ????java.awt.image.ColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(int) - ? ????java.awt.image.ComponentColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(Object) - ? ????java.awt.image.ComponentColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(int) - ? ????java.awt.image.DirectColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(Object) - ? ????java.awt.image.DirectColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(int) - ? ????java.awt.image.IndexColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRedMask() - ? ????java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the red color component.
getRedoPresentationName() - ? ????javax.swing.text.AbstractDocument.DefaultDocumentEvent
Provides a localized, human readable description of the redoable form of this edit, e.g. for use as a Redo menu item.
getRedoPresentationName() - ? ????javax.swing.undo.AbstractUndoableEdit
Retreives the value from the defaults table with key AbstractUndoableEdit.redoText and returns that value followed by a space, followed by getPresentationName.
getRedoPresentationName() - ? ????javax.swing.undo.CompoundEdit
Returns getRedoPresentationName from the last UndoableEdit added to edits.
getRedoPresentationName() - ?? ????javax.swing.undo.UndoableEdit
Returns a localized, human-readable description of the redoable form of this edit, suitable for use as a Redo menu item, for example.
getRedoPresentationName() - ? ????javax.swing.undo.UndoManager
Returns a description of the redoable form of this edit.
getReds(byte[]) - ? ????java.awt.image.IndexColorModel
Copies the array of red color components into the specified array.
getReductionPolynomial() - ? ????java.security.spec.ECFieldF2m
Returns a BigInteger whose i-th bit corresponds to the i-th coefficient of the reduction polynomial for polynomial basis or null for normal basis.
getRef() - ? ????java.net.URL
Gets the anchor (also known as the "reference") of this URL.
getRef() - ? ????java.rmi.server.RemoteObject
Returns the remote reference for the remote object.
getRef(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getRef(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getRefClass(ObjectOutput) - ?? ????java.rmi.server.RemoteRef
Returns the class name of the ref type to be serialized onto the stream 'out'.
getReference() - ? ????java.util.concurrent.atomic.AtomicMarkableReference
Returns the current value of the reference.
getReference() - ? ????java.util.concurrent.atomic.AtomicStampedReference
Returns the current value of the reference.
getReference() - ?? ????javax.naming.Referenceable
Retrieves the Reference of this object.
getReferencedMBeans() - ?? ????javax.management.relation.Relation
Retrieves MBeans referenced in the various roles of the relation.
getReferencedMBeans(String) - ? ????javax.management.relation.RelationService
Retrieves MBeans referenced in the various roles of the relation.
getReferencedMBeans(String) - ?? ????javax.management.relation.RelationServiceMBean
Retrieves MBeans referenced in the various roles of the relation.
getReferencedMBeans() - ? ????javax.management.relation.RelationSupport
Retrieves MBeans referenced in the various roles of the relation.
getReferenceKind() - ?? ????java.lang.invoke.MethodHandleInfo
Returns the reference kind of the cracked method handle, which in turn determines whether the method handle's underlying member was a constructor, method, or field.
getReferences() - ?? ????javax.xml.crypto.dsig.Manifest
Returns an unmodifiable list of one or more References that are contained in this Manifest.
getReferences() - ?? ????javax.xml.crypto.dsig.SignedInfo
Returns an unmodifiable list of one or more References.
getReferralContext() - ???? ????javax.naming.ldap.LdapReferralException
Retrieves the context at which to continue the method using the context's environment and no controls.
getReferralContext(Hashtable<?, ?>) - ???? ????javax.naming.ldap.LdapReferralException
Retrieves the context at which to continue the method using environment properties and no controls.
getReferralContext(Hashtable<?, ?>, Control[]) - ???? ????javax.naming.ldap.LdapReferralException
Retrieves the context at which to continue the method using request controls and environment properties.
getReferralContext() - ???? ????javax.naming.ReferralException
Retrieves the context at which to continue the method.
getReferralContext(Hashtable<?, ?>) - ???? ????javax.naming.ReferralException
Retrieves the context at which to continue the method using environment properties.
getReferralInfo() - ???? ????javax.naming.ReferralException
Retrieves information (such as URLs) related to this referral.
getReferrals() - ?? ????javax.naming.ldap.UnsolicitedNotification
Retrieves the referral(s) sent by the server.
getRefMBeanClassName() - ? ????javax.management.relation.RoleInfo
Returns name of type of MBean expected to be referenced in corresponding role.
getRefreshRate() - ? ????java.awt.DisplayMode
Returns the refresh rate of the display, in hertz.
getRegion() - ? ????javax.swing.plaf.synth.SynthContext
Returns the Region identifying this state.
getRegion(JComponent) - ? ??????javax.swing.plaf.synth.SynthLookAndFeel
Returns the Region for the JComponent c.
getRegisteredKeyStrokes() - ? ????javax.swing.JComponent
Returns the KeyStrokes that will initiate registered actions.
getRegisteredParties() - ? ????java.util.concurrent.Phaser
Returns the number of parties registered at this phaser.
getRegisteredProviders() - ? ??????javax.sql.rowset.spi.SyncFactory
Returns an Enumeration of currently registered synchronization providers.
getRegistry() - ? ??????java.rmi.registry.LocateRegistry
Returns a reference to the the remote object Registry for the local host on the default registry port of 1099.
getRegistry(int) - ? ??????java.rmi.registry.LocateRegistry
Returns a reference to the the remote object Registry for the local host on the specified port.
getRegistry(String) - ? ??????java.rmi.registry.LocateRegistry
Returns a reference to the remote object Registry on the specified host on the default registry port of 1099.
getRegistry(String, int) - ? ??????java.rmi.registry.LocateRegistry
Returns a reference to the remote object Registry on the specified host and port.
getRegistry(String, int, RMIClientSocketFactory) - ? ??????java.rmi.registry.LocateRegistry
Returns a locally created remote reference to the remote object Registry on the specified host and port.
getRejectedExecutionHandler() - ? ????java.util.concurrent.ThreadPoolExecutor
Returns the current handler for unexecutable tasks.
getRelatedData() - ?? ????org.w3c.dom.DOMError
The related DOMError.type dependent data if any.
getRelatedException() - ?? ????org.w3c.dom.DOMError
The related platform dependent exception if any.
getRelatedNode() - ?? ????org.w3c.dom.DOMLocator
The node this locator is pointing to, or null if no node is available.
getRelatedNode() - ?? ????org.w3c.dom.events.MutationEvent
relatedNode is used to identify a secondary node related to a mutation event.
getRelatedTarget() - ?? ????org.w3c.dom.events.MouseEvent
Used to identify a secondary EventTarget related to a UI event.
getRelationId() - ?? ????javax.management.relation.Relation
Returns relation identifier (used to uniquely identify the relation inside the Relation Service).
getRelationId() - ? ????javax.management.relation.RelationNotification
Returns the relation identifier of created/removed/updated relation.
getRelationId() - ? ????javax.management.relation.RelationSupport
Returns relation identifier (used to uniquely identify the relation inside the Relation Service).
getRelationServiceName() - ?? ????javax.management.relation.Relation
Returns ObjectName of the Relation Service handling the relation.
getRelationServiceName() - ? ????javax.management.relation.RelationSupport
Returns ObjectName of the Relation Service handling the relation.
getRelationTypeName() - ?? ????javax.management.relation.Relation
Returns name of associated relation type.
getRelationTypeName() - ? ????javax.management.relation.RelationNotification
Returns the relation type name of created/removed/updated relation.
getRelationTypeName(String) - ? ????javax.management.relation.RelationService
Returns name of associated relation type for given relation.
getRelationTypeName(String) - ?? ????javax.management.relation.RelationServiceMBean
Returns name of associated relation type for given relation.
getRelationTypeName() - ? ????javax.management.relation.RelationSupport
Returns name of associated relation type.
getRelationTypeName() - ?? ????javax.management.relation.RelationType
Returns the relation type name.
getRelationTypeName() - ? ????javax.management.relation.RelationTypeSupport
Returns the relation type name.
getRelay() - ?? ????javax.xml.soap.SOAPHeaderElement
Returns the boolean value of the relay attribute for this SOAPHeaderElement
getRemaining() - ? ????java.util.zip.Inflater
Returns the total number of bytes remaining in the input buffer.
getRemainingAcceptLifetime(Oid) - ?? ????org.ietf.jgss.GSSCredential
Returns the lifetime in seconds for the credential to remain capable of accepting security contexts using the specified mechanism.
getRemainingInitLifetime(Oid) - ?? ????org.ietf.jgss.GSSCredential
Returns the lifetime in seconds for the credential to remain capable of initiating security contexts using the specified mechanism.
getRemainingLifetime() - ?? ????org.ietf.jgss.GSSCredential
Returns the remaining lifetime in seconds for a credential.
getRemainingName() - ???? ????javax.naming.NamingException
Retrieves the remaining unresolved portion of the name.
getRemainingName() - ? ????javax.naming.spi.ResolveResult
Retrieves the remaining unresolved portion of the name.
getRemainingNewName() - ???? ????javax.naming.CannotProceedException
Retrieves the "remaining new name" field of this exception, which is used when this exception is thrown during a rename() operation.
getRemoteAddress() - ? ????java.nio.channels.AsynchronousSocketChannel
Returns the remote address to which this channel's socket is connected.
getRemoteAddress() - ? ????java.nio.channels.DatagramChannel
Returns the remote address to which this channel's socket is connected.
getRemoteAddress() - ? ????java.nio.channels.SocketChannel
Returns the remote address to which this channel's socket is connected.
getRemoteAddress() - ? ????javax.xml.ws.spi.http.HttpExchange
Returns the unresolved address of the remote entity invoking this request.
getRemoteSocketAddress() - ? ????java.net.DatagramSocket
Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
getRemoteSocketAddress() - ? ????java.net.Socket
Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
getRemoveListenerMethod() - ? ????java.beans.EventSetDescriptor
Gets the method used to remove event listeners.
getRemoveOnCancelPolicy() - ? ????java.util.concurrent.ScheduledThreadPoolExecutor
Gets the policy on whether cancelled tasks should be immediately removed from the work queue at time of cancellation.
getRenderableSource(int) - ? ????java.awt.image.renderable.ParameterBlock
Returns a source as a RenderableImage.
getRenderedImage() - ? ????javax.imageio.IIOImage
Returns the currently set RenderedImage, or null if only a Raster is available.
getRenderedSource(int) - ? ????java.awt.image.renderable.ParameterBlock
Returns a source as a RenderedImage.
getRenderer() - ? ????javax.swing.JComboBox
Returns the renderer used to display the selected item in the JComboBox field.
getRenderingHint(RenderingHints.Key) - ? ????java.awt.Graphics2D
Returns the value of a single preference for the rendering algorithms.
getRenderingHints() - ? ????java.awt.Graphics2D
Gets the preferences for the rendering algorithms.
getRenderingHints() - ? ????java.awt.image.AffineTransformOp
Returns the rendering hints used by this transform operation.
getRenderingHints() - ? ????java.awt.image.BandCombineOp
Returns the rendering hints for this operation.
getRenderingHints() - ?? ????java.awt.image.BufferedImageOp
Returns the rendering hints for this operation.
getRenderingHints() - ? ????java.awt.image.ColorConvertOp
Returns the rendering hints used by this op.
getRenderingHints() - ? ????java.awt.image.ConvolveOp
Returns the rendering hints for this op.
getRenderingHints() - ? ????java.awt.image.LookupOp
Returns the rendering hints for this op.
getRenderingHints() - ?? ????java.awt.image.RasterOp
Returns the rendering hints for this RasterOp.
getRenderingHints() - ? ????java.awt.image.renderable.RenderContext
Gets the rendering hints of this RenderContext.
getRenderingHints() - ? ????java.awt.image.RescaleOp
Returns the rendering hints for this op.
getRenewTill() - ? ????javax.security.auth.kerberos.KerberosTicket
Returns the latest expiration time for this ticket, including all renewals.
getReorderingAllowed() - ? ????javax.swing.table.JTableHeader
Returns true if the user is allowed to rearrange columns by dragging their headers, false otherwise.
getReplacementText() - ?? ????javax.xml.stream.events.EntityDeclaration
The replacement text of the entity.
getReplayDetState() - ?? ????org.ietf.jgss.GSSContext
Determines if replay detection is enabled for the per-message security services from this context.
getRepresentationClass() - ? ????java.awt.datatransfer.DataFlavor
Returns the Class which objects supporting this DataFlavor will return when this DataFlavor is requested.
getRepresentationClass() - ? ????javax.activation.ActivationDataFlavor
Return the representation class.
getRepresentationClassName() - ? ????javax.print.DocFlavor
Returns the name of this doc flavor object's representation class.
getRequestBody() - ? ????javax.xml.ws.spi.http.HttpExchange
Returns a stream from which the request body can be read.
getRequestContext() - ?? ????javax.xml.ws.BindingProvider
Get the context that is used to initialize the message context for request messages.
getRequestControls() - ? ????javax.naming.ldap.InitialLdapContext
 
getRequestControls() - ?? ????javax.naming.ldap.LdapContext
Retrieves the request controls in effect for this context.
getRequestedServerNames() - ? ????javax.net.ssl.ExtendedSSLSession
Obtains a List containing all SNIServerNames of the requested Server Name Indication (SNI) extension.
getRequestHeader(String) - ? ????javax.xml.ws.spi.http.HttpExchange
Returns the value of the specified request header.
getRequestHeaders() - ? ????javax.xml.ws.spi.http.HttpExchange
Returns an immutable Map containing the HTTP headers that were included with this request.
getRequestingHost() - ? ????java.net.Authenticator
Gets the hostname of the site or proxy requesting authentication, or null if not available.
getRequestingPort() - ? ????java.net.Authenticator
Gets the port number for the requested connection.
getRequestingPrompt() - ? ????java.net.Authenticator
Gets the prompt string given by the requestor.
getRequestingProtocol() - ? ????java.net.Authenticator
Give the protocol that's requesting the connection.
getRequestingScheme() - ? ????java.net.Authenticator
Gets the scheme of the requestor (the HTTP scheme for an HTTP firewall, for example).
getRequestingSite() - ? ????java.net.Authenticator
Gets the InetAddress of the site requesting authorization, or null if not available.
getRequestingURL() - ? ????java.net.Authenticator
Returns the URL that resulted in this request for authentication.
getRequestMethod() - ? ????java.net.HttpURLConnection
Get the request method.
getRequestMethod() - ? ????javax.xml.ws.spi.http.HttpExchange
Get the HTTP request method
getRequestorType() - ? ????java.net.Authenticator
Returns whether the requestor is a Proxy or a Server.
getRequestProperties() - ? ????java.net.URLConnection
Returns an unmodifiable Map of general request properties for this connection.
getRequestProperty(String) - ? ????java.net.URLConnection
Returns the value of the named general request property for this connection.
getRequestURI() - ? ????javax.xml.ws.spi.http.HttpExchange
Returns the part of the request's URI from the protocol name up to the query string in the first line of the HTTP request.
getReshowDelay() - ? ????javax.swing.ToolTipManager
Returns the reshow delay property.
getResizable() - ? ????javax.swing.table.TableColumn
Returns true if the user is allowed to resize the TableColumn's width, false otherwise.
getResizeWeight() - ? ????javax.swing.JSplitPane
Returns the number that determines how extra space is distributed.
getResizeWeight(int) - ? ????javax.swing.text.BoxView
Gets the resize weight.
getResizeWeight(int) - ? ????javax.swing.text.FieldView
Determines the resizability of the view along the given axis.
getResizeWeight(int) - ? ????javax.swing.text.html.BlockView
Gets the resize weight.
getResizeWeight(int) - ? ????javax.swing.text.TableView.TableRow
Determines the resizability of the view along the given axis.
getResizeWeight(int) - ? ????javax.swing.text.View
Determines the resizability of the view along the given axis.
getResizingAllowed() - ? ????javax.swing.table.JTableHeader
Returns true if the user is allowed to resize columns by dragging between their headers, false otherwise.
getResizingColumn() - ? ????javax.swing.table.JTableHeader
Returns the resizing column.
getResolution(int) - ? ????javax.print.attribute.ResolutionSyntax
Get this resolution attribute's resolution values in the given units.
getResolution() - ? ????javax.sound.midi.MidiFileFormat
Obtains the timing resolution for the MIDI file.
getResolution() - ? ????javax.sound.midi.Sequence
Obtains the timing resolution for this sequence.
getResolvedName() - ???? ????javax.naming.NamingException
Retrieves the leading portion of the name that was resolved successfully.
getResolvedObj() - ???? ????javax.naming.NamingException
Retrieves the object to which resolution was successful.
getResolvedObj() - ? ????javax.naming.spi.ResolveResult
Retrieves the Object to which resolution was successful.
getResolveParent() - ? ????javax.swing.text.AbstractDocument.AbstractElement
Gets the resolving parent.
getResolveParent() - ?? ????javax.swing.text.AttributeSet
Gets the resolving parent.
getResolveParent() - ? ????javax.swing.text.html.HTMLDocument.BlockElement
Gets the resolving parent.
getResolveParent() - ? ????javax.swing.text.html.HTMLDocument.RunElement
Gets the resolving parent.
getResolveParent() - ?? ????javax.swing.text.Keymap
Fetches the parent keymap used to resolve key-bindings.
getResolveParent() - ? ????javax.swing.text.SimpleAttributeSet
Gets the resolving parent.
getResolveParent() - ? ????javax.swing.text.StyleContext.NamedStyle
Gets attributes from the parent.
getResolveParent() - ? ????javax.swing.text.StyleContext.SmallAttributeSet
If not overriden, the resolving parent defaults to the parent element.
getResolverFields() - ? ????java.time.format.DateTimeFormatter
Gets the resolver fields to use during parsing.
getResolverStyle() - ? ????java.time.format.DateTimeFormatter
Gets the resolver style to use during parsing.
getResource(String, BeanContextChild) - ?? ????java.beans.beancontext.BeanContext
Analagous to java.lang.ClassLoader.getResource(), this method allows a BeanContext implementation to interpose behavior between the child Component and underlying ClassLoader.
getResource(String, BeanContextChild) - ? ????java.beans.beancontext.BeanContextSupport
 
getResource(String) - ? ????java.lang.Class
Finds a resource with a given name.
getResource(String) - ? ????java.lang.ClassLoader
Finds the resource with the given name.
getResource(JavaFileManager.Location, CharSequence, CharSequence) - ?? ????javax.annotation.processing.Filer
Returns an object for reading an existing resource.
getResource(String) - ?? ????javax.management.loading.MLetMBean
Finds the resource with the given name.
getResourceAsStream(String, BeanContextChild) - ?? ????java.beans.beancontext.BeanContext
Analagous to java.lang.ClassLoader.getResourceAsStream(), this method allows a BeanContext implementation to interpose behavior between the child Component and underlying ClassLoader.
getResourceAsStream(String, BeanContextChild) - ? ????java.beans.beancontext.BeanContextSupport
 
getResourceAsStream(String) - ? ????java.lang.Class
Finds a resource with a given name.
getResourceAsStream(String) - ? ????java.lang.ClassLoader
Returns an input stream for reading the specified resource.
getResourceAsStream(String) - ? ????java.net.URLClassLoader
Returns an input stream for reading the specified resource.
getResourceAsStream(String) - ?? ????javax.management.loading.MLetMBean
Returns an input stream for reading the specified resource.
getResourceBaseName() - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
Returns the currently set base name for locating ResourceBundles.
getResourceBundle() - ? ????java.util.logging.Logger
Retrieve the localization resource bundle for this logger.
getResourceBundle() - ? ????java.util.logging.LogRecord
Get the localization resource bundle This is the ResourceBundle that should be used to localize the message string before formatting it.
getResourceBundleName() - ? ????java.util.logging.Level
Return the level's localization resource bundle name, or null if no localization bundle is defined.
getResourceBundleName() - ? ????java.util.logging.Logger
Retrieve the localization resource bundle name for this logger.
getResourceBundleName() - ? ????java.util.logging.LogRecord
Get the localization resource bundle name This is the name for the ResourceBundle that should be used to localize the message string before formatting it.
getResourceResolver() - ? ????javax.xml.validation.SchemaFactory
Gets the current LSResourceResolver set to this SchemaFactory.
getResourceResolver() - ? ????javax.xml.validation.Validator
Gets the current LSResourceResolver set to this Validator.
getResourceResolver() - ? ????javax.xml.validation.ValidatorHandler
Gets the current LSResourceResolver set to this ValidatorHandler.
getResources(String) - ? ????java.lang.ClassLoader
Finds all the resources with the given name.
getResources(String) - ?? ????javax.management.loading.MLetMBean
Finds all the resources with the given name.
getResources() - ?? ????javax.sound.midi.Soundbank
Extracts a list of non-Instrument resources contained in the sound bank.
getResponseBody() - ? ????javax.xml.ws.spi.http.HttpExchange
Returns a stream to which the response body must be written.
getResponseCode() - ? ????java.net.HttpURLConnection
Gets the status code from an HTTP response message.
getResponseContext() - ?? ????javax.xml.ws.BindingProvider
Get the context that resulted from processing a response message.
getResponseControls() - ? ????javax.naming.ldap.InitialLdapContext
 
getResponseControls() - ?? ????javax.naming.ldap.LdapContext
Retrieves the response controls produced as a result of the last method invoked on this context.
getResponseHeaders() - ? ????javax.xml.ws.spi.http.HttpExchange
Returns a mutable Map into which the HTTP response headers can be stored and which will be transmitted as part of this response.
getResponseMessage() - ? ????java.net.HttpURLConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getResponses() - ? ????javax.xml.ws.soap.AddressingFeature
If addressing is enabled, this property determines whether endpoint requires the use of anonymous responses, or non-anonymous responses, or all responses.
getRestartMode() - ? ????java.rmi.activation.ActivationDesc
Returns the "restart" mode of the object associated with this activation descriptor.
getResult() - ?? ????javax.xml.bind.UnmarshallerHandler
Obtains the unmarshalled result.
getResult() - ? ????javax.xml.bind.util.JAXBResult
Gets the unmarshalled object created by the transformation.
getResult() - ? ????javax.xml.soap.SAAJResult
 
getResultCode() - ? ????javax.naming.ldap.SortResponseControl
Retrieves the LDAP result code of the sort operation.
getResultSet() - ?? ????java.sql.Array
Retrieves a result set that contains the elements of the SQL ARRAY value designated by this Array object.
getResultSet(Map<String, Class<?>>) - ?? ????java.sql.Array
Retrieves a result set that contains the elements of the SQL ARRAY value designated by this Array object.
getResultSet(long, int) - ?? ????java.sql.Array
Retrieves a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSet(long, int, Map<String, Class<?>>) - ?? ????java.sql.Array
Retrieves a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSet() - ?? ????java.sql.Statement
Retrieves the current result as a ResultSet object.
getResultSet(long, int) - ? ????javax.sql.rowset.serial.SerialArray
Retrieves a ResultSet object holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSet(Map<String, Class<?>>) - ? ????javax.sql.rowset.serial.SerialArray
Retrieves a ResultSet object that contains all of the elements of the SQL ARRAY value represented by this SerialArray object.
getResultSet() - ? ????javax.sql.rowset.serial.SerialArray
Retrieves a ResultSet object that contains all of the elements in the ARRAY value that this SerialArray object represents.
getResultSet(long, int, Map<String, Class<?>>) - ? ????javax.sql.rowset.serial.SerialArray
Retrieves a result set holding the elements of the subarray that starts at Retrieves a ResultSet object that contains a subarray of the elements in this SerialArray object, starting at index index and containing up to count successive elements.
getResultSetConcurrency() - ?? ????java.sql.Statement
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetHoldability() - ?? ????java.sql.DatabaseMetaData
Retrieves this database's default holdability for ResultSet objects.
getResultSetHoldability() - ?? ????java.sql.Statement
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetType() - ?? ????java.sql.Statement
Retrieves the result set type for ResultSet objects generated by this Statement object.
getResultSize() - ? ????javax.naming.ldap.PagedResultsResponseControl
Retrieves (an estimate of) the number of entries in the search result.
getResultStream(boolean) - ?? ????java.rmi.server.RemoteCall
????
no replacement
getReturningAttributes() - ? ????javax.naming.directory.SearchControls
Retrieves the attributes that will be returned as part of the search.
getReturningObjFlag() - ? ????javax.naming.directory.SearchControls
Determines whether objects will be returned as part of the result.
getReturnOpenType() - ?? ????javax.management.openmbean.OpenMBeanOperationInfo
Returns the open type of the values returned by the operation described by this OpenMBeanOperationInfo instance.
getReturnOpenType() - ? ????javax.management.openmbean.OpenMBeanOperationInfoSupport
Returns the open type of the values returned by the operation described by this OpenMBeanOperationInfo instance.
getReturnType() - ? ????java.lang.reflect.Method
Returns a Class object that represents the formal return type of the method represented by this Method object.
getReturnType() - ?? ????javax.lang.model.element.ExecutableElement
Returns the return type of this executable.
getReturnType() - ?? ????javax.lang.model.type.ExecutableType
Returns the return type of this executable.
getReturnType() - ? ????javax.management.MBeanOperationInfo
Returns the type of the method's return value.
getReturnType() - ?? ????javax.management.openmbean.OpenMBeanOperationInfo
Returns the fully qualified Java class name of the values returned by the operation described by this OpenMBeanOperationInfo instance.
getReuseAddress() - ? ????java.net.DatagramSocket
Tests if SO_REUSEADDR is enabled.
getReuseAddress() - ? ????java.net.ServerSocket
Tests if SO_REUSEADDR is enabled.
getReuseAddress() - ? ????java.net.Socket
Tests if SO_REUSEADDR is enabled.
getRevocationChecker() - ? ????java.security.cert.CertPathBuilder
Returns a CertPathChecker that the encapsulated CertPathBuilderSpi implementation uses to check the revocation status of certificates.
getRevocationChecker() - ? ????java.security.cert.CertPathValidator
Returns a CertPathChecker that the encapsulated CertPathValidatorSpi implementation uses to check the revocation status of certificates.
getRevocationDate() - ???? ????java.security.cert.CertificateRevokedException
Returns the date on which the certificate was revoked.
getRevocationDate() - ? ????java.security.cert.X509CRLEntry
Gets the revocation date from this X509CRLEntry, the revocationDate.
getRevocationReason() - ???? ????java.security.cert.CertificateRevokedException
Returns the reason the certificate was revoked.
getRevocationReason() - ? ????java.security.cert.X509CRLEntry
Returns the reason the certificate has been revoked, as specified in the Reason Code extension of this CRL entry.
getRevokedCertificate(BigInteger) - ? ????java.security.cert.X509CRL
Gets the CRL entry, if any, with the given certificate serialNumber.
getRevokedCertificate(X509Certificate) - ? ????java.security.cert.X509CRL
Get the CRL entry, if any, for the given certificate.
getRevokedCertificates() - ? ????java.security.cert.X509CRL
Gets all the entries from this CRL.
getRGB() - ? ????java.awt.Color
Returns the RGB value representing the color in the default sRGB ColorModel.
getRGB(int, int) - ? ????java.awt.image.BufferedImage
Returns an integer pixel in the default RGB color model (TYPE_INT_ARGB) and default sRGB colorspace.
getRGB(int, int, int, int, int[], int, int) - ? ????java.awt.image.BufferedImage
Returns an array of integer pixels in the default RGB color model (TYPE_INT_ARGB) and default sRGB color space, from a portion of the image data.
getRGB(int) - ? ????java.awt.image.ColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGB(Object) - ? ????java.awt.image.ColorModel
Returns the color/alpha components for the specified pixel in the default RGB color model format.
getRGB(int) - ? ????java.awt.image.ComponentColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGB(Object) - ? ????java.awt.image.ComponentColorModel
Returns the color/alpha components for the specified pixel in the default RGB color model format.
getRGB(int) - ? ????java.awt.image.DirectColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGB(Object) - ? ????java.awt.image.DirectColorModel
Returns the color/alpha components for the specified pixel in the default RGB color model format.
getRGB(int) - ? ????java.awt.image.IndexColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGBColorComponents(float[]) - ? ????java.awt.Color
Returns a float array containing only the color components of the Color, in the default sRGB color space.
getRGBComponents(float[]) - ? ????java.awt.Color
Returns a float array containing the color and alpha components of the Color, as represented in the default sRGB color space.
getRGBdefault() - ? ??????java.awt.image.ColorModel
Returns a DirectColorModel that describes the default format for integer RGB values used in many of the methods in the AWT image interfaces for the convenience of the programmer.
getRGBs(int[]) - ? ????java.awt.image.IndexColorModel
Converts data for each index from the color and alpha component arrays to an int in the default RGB ColorModel format and copies the resulting 32-bit ARGB values into the specified array.
getRightChildIndent() - ? ????javax.swing.plaf.basic.BasicTreeUI
 
getRightComponent() - ? ????javax.swing.JSplitPane
Returns the component to the right (or below) the divider.
getRightIndent(AttributeSet) - ? ??????javax.swing.text.StyleConstants
Gets the right indent setting.
getRightInset() - ? ????javax.swing.text.AsyncBoxView
Get the right part of the margin around the view.
getRightInset() - ? ????javax.swing.text.CompositeView
Gets the right inset.
getRMIRepositoryID(Class) - ?? ????javax.rmi.CORBA.ValueHandler
Returns the CORBA RepositoryId for the given Java class.
getRole(String) - ?? ????javax.management.relation.Relation
Retrieves role value for given role name.
getRole(String, String) - ? ????javax.management.relation.RelationService
Retrieves role value for given role name in given relation.
getRole(String, String) - ?? ????javax.management.relation.RelationServiceMBean
Retrieves role value for given role name in given relation.
getRole(String) - ? ????javax.management.relation.RelationSupport
Retrieves role value for given role name.
getRole() - ?? ????javax.xml.soap.SOAPHeaderElement
Returns the value of the Role attribute of this SOAPHeaderElement.
getRoleCardinality(String) - ?? ????javax.management.relation.Relation
Returns the number of MBeans currently referenced in the given role.
getRoleCardinality(String, String) - ? ????javax.management.relation.RelationService
Retrieves the number of MBeans currently referenced in the given role.
getRoleCardinality(String, String) - ?? ????javax.management.relation.RelationServiceMBean
Retrieves the number of MBeans currently referenced in the given role.
getRoleCardinality(String) - ? ????javax.management.relation.RelationSupport
Returns the number of MBeans currently referenced in the given role.
getRoleInfo(String, String) - ? ????javax.management.relation.RelationService
Retrieves role info for given role name of a given relation type.
getRoleInfo(String, String) - ?? ????javax.management.relation.RelationServiceMBean
Retrieves role info for given role of a given relation type.
getRoleInfo(String) - ?? ????javax.management.relation.RelationType
Returns the role info (RoleInfo object) for the given role info name (null if not found).
getRoleInfo(String) - ? ????javax.management.relation.RelationTypeSupport
Returns the role info (RoleInfo object) for the given role info name (null if not found).
getRoleInfos(String) - ? ????javax.management.relation.RelationService
Retrieves list of role infos (RoleInfo objects) of a given relation type.
getRoleInfos(String) - ?? ????javax.management.relation.RelationServiceMBean
Retrieves list of role infos (RoleInfo objects) of a given relation type.
getRoleInfos() - ?? ????javax.management.relation.RelationType
Returns the list of role definitions (ArrayList of RoleInfo objects).
getRoleInfos() - ? ????javax.management.relation.RelationTypeSupport
Returns the list of role definitions (ArrayList of RoleInfo objects).
getRoleName() - ? ????javax.management.relation.RelationNotification
Returns name of updated role of updated relation (only for role update).
getRoleName() - ? ????javax.management.relation.Role
Retrieves role name.
getRoleName() - ? ????javax.management.relation.RoleUnresolved
Retrieves role name.
getRoles(String[]) - ?? ????javax.management.relation.Relation
Retrieves values of roles with given names.
getRoles(String, String[]) - ? ????javax.management.relation.RelationService
Retrieves values of roles with given names in given relation.
getRoles(String, String[]) - ?? ????javax.management.relation.RelationServiceMBean
Retrieves values of roles with given names in given relation.
getRoles(String[]) - ? ????javax.management.relation.RelationSupport
Retrieves values of roles with given names.
getRoles() - ? ????javax.management.relation.RoleResult
Retrieves list of roles successfully accessed.
getRoles() - ?? ????javax.xml.ws.handler.soap.SOAPMessageContext
Gets the SOAP actor roles associated with an execution of the handler chain.
getRoles() - ?? ????javax.xml.ws.soap.SOAPBinding
Gets the roles played by the SOAP binding instance.
getRolesUnresolved() - ? ????javax.management.relation.RoleResult
Retrieves list of roles unsuccessfully accessed.
getRoleValue() - ? ????javax.management.relation.Role
Retrieves role value.
getRoleValue() - ? ????javax.management.relation.RoleUnresolved
Retrieves role value.
getRolloverBorder(AbstractButton) - ? ????javax.swing.plaf.basic.BasicToolBarUI
Returns a rollover border for the button.
getRolloverColumn() - ? ????javax.swing.plaf.basic.BasicTableHeaderUI
Returns the index of the column header over which the mouse currently is.
getRolloverIcon() - ? ????javax.swing.AbstractButton
Returns the rollover icon for the button.
getRolloverSelectedIcon() - ? ????javax.swing.AbstractButton
Returns the rollover selection icon for the button.
getRolloverTab() - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
Returns the tab the mouse is currently over, or -1 if the mouse is no longer over any tab.
getRoot() - ?? ????java.nio.file.Path
Returns the root component of this path as a Path object, or null if this path does not have a root component.
getRoot() - ? ????java.util.concurrent.CountedCompleter
Returns the root of the current computation; i.e., this task if it has no completer, else its completer's root.
getRoot() - ? ????java.util.concurrent.Phaser
Returns the root ancestor of this phaser, which is the same as this phaser if it has no parent.
getRoot(Component) - ? ??????javax.swing.SwingUtilities
Returns the root component for the current component tree.
getRoot() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the root of the tree that contains this node.
getRoot() - ? ????javax.swing.tree.DefaultTreeModel
Returns the root of the tree.
getRoot() - ?? ????javax.swing.tree.TreeModel
Returns the root of the tree.
getRootCause() - ???? ????javax.naming.NamingException
Retrieves the root cause of this NamingException, if any.
getRootDirectories() - ? ????java.nio.file.FileSystem
Returns an object to iterate over the paths of the root directories.
getRootElement() - ? ????javax.swing.text.DefaultStyledDocument.ElementBuffer
Gets the root element.
getRootElements() - ?? ????javax.annotation.processing.RoundEnvironment
Returns the root elements for annotation processing generated by the prior round.
getRootElements() - ? ????javax.swing.text.AbstractDocument
Gets all root elements defined.
getRootElements() - ?? ????javax.swing.text.Document
Returns all of the root elements that are defined.
getRootFrame() - ? ??????javax.swing.JOptionPane
Returns the Frame to use for the class methods in which a frame is not provided.
getRootName() - ?? ????javax.imageio.metadata.IIOMetadataFormat
Returns the name of the root element of the format.
getRootName() - ? ????javax.imageio.metadata.IIOMetadataFormatImpl
 
getRootPane() - ? ????javax.swing.JApplet
Returns the rootPane object for this applet.
getRootPane() - ? ????javax.swing.JComponent
Returns the JRootPane ancestor for this component.
getRootPane() - ? ????javax.swing.JDialog
Returns the rootPane object for this dialog.
getRootPane() - ? ????javax.swing.JFrame
Returns the rootPane object for this frame.
getRootPane() - ? ????javax.swing.JInternalFrame
Returns the rootPane object for this internal frame.
getRootPane() - ? ????javax.swing.JWindow
Returns the rootPane object for this window.
getRootPane() - ?? ????javax.swing.RootPaneContainer
Return this component's single JRootPane child.
getRootPane(Component) - ? ??????javax.swing.SwingUtilities
If c is a JRootPane descendant return its JRootPane ancestor.
getRoots() - ? ????javax.swing.filechooser.FileSystemView
Returns all root partitions on this system.
getRootView(JTextComponent) - ? ????javax.swing.plaf.basic.BasicTextUI
Fetches a View with the allocation of the associated text component (i.e. the root of the hierarchy) that can be traversed to determine how the model is being represented spatially.
getRootView(JTextComponent) - ? ????javax.swing.plaf.multi.MultiTextUI
Invokes the getRootView method on each UI handled by this object.
getRootView(JTextComponent) - ? ????javax.swing.plaf.TextUI
Fetches a View with the allocation of the associated text component (i.e. the root of the hierarchy) that can be traversed to determine how the model is being represented spatially.
getRotateInstance(double) - ? ??????java.awt.geom.AffineTransform
Returns a transform representing a rotation transformation.
getRotateInstance(double, double, double) - ? ??????java.awt.geom.AffineTransform
Returns a transform that rotates coordinates around an anchor point.
getRotateInstance(double, double) - ? ??????java.awt.geom.AffineTransform
Returns a transform that rotates coordinates according to a rotation vector.
getRotateInstance(double, double, double, double) - ? ??????java.awt.geom.AffineTransform
Returns a transform that rotates coordinates around an anchor point according to a rotation vector.
getRoundedCorners() - ? ????javax.swing.border.LineBorder
Returns whether this border will be drawn with rounded corners.
getRoundingMode() - ? ????java.math.MathContext
Returns the roundingMode setting.
getRoundingMode() - ? ????java.text.DecimalFormat
Gets the RoundingMode used in this DecimalFormat.
getRoundingMode() - ? ????java.text.NumberFormat
Gets the RoundingMode used in this NumberFormat.
getRounds() - ? ????javax.crypto.spec.RC5ParameterSpec
Returns the number of rounds.
getRow() - ?? ????java.sql.ResultSet
Retrieves the current row number.
getRow() - ? ????javax.swing.JTable.DropLocation
Returns the row index where a dropped item should be placed in the table.
getRowBounds(int) - ? ????javax.swing.JTree
Returns the Rectangle that the node at the specified row is drawn in.
getRowCount() - ? ????javax.swing.DefaultRowSorter.ModelWrapper
Returns the number of rows in the model.
getRowCount() - ? ????javax.swing.JTable
Returns the number of rows that can be shown in the JTable, given unlimited space.
getRowCount() - ? ????javax.swing.JTree
Returns the number of viewable nodes.
getRowCount(JTree) - ? ????javax.swing.plaf.basic.BasicTreeUI
Returns the number of rows that are being displayed.
getRowCount(JTree) - ? ????javax.swing.plaf.multi.MultiTreeUI
Invokes the getRowCount method on each UI handled by this object.
getRowCount(JTree) - ? ????javax.swing.plaf.TreeUI
Returns the number of rows that are being displayed.
getRowCount() - ? ????javax.swing.table.DefaultTableModel
Returns the number of rows in this data table.
getRowCount() - ?? ????javax.swing.table.TableModel
Returns the number of rows in the model.
getRowCount() - ? ????javax.swing.text.TableView.TableCell
????
Gets the number of rows this cell spans (that is, the grid height).
getRowCount() - ? ????javax.swing.tree.AbstractLayoutCache
Number of rows being displayed.
getRowCount() - ? ????javax.swing.tree.FixedHeightLayoutCache
Returns the number of visible rows.
getRowCount() - ? ????javax.swing.tree.VariableHeightLayoutCache
Returns the number of visible rows.
getRowEnd(JTextComponent, int) - ? ??????javax.swing.text.Utilities
Determines the ending row model position of the row that contains the specified model position.
getRowFilter() - ? ????javax.swing.DefaultRowSorter
Returns the filter that determines which rows, if any, should be hidden from view.
getRowForLocation(int, int) - ? ????javax.swing.JTree
Returns the row for the specified location.
getRowForPath(TreePath) - ? ????javax.swing.JTree
Returns the row that displays the node identified by the specified path.
getRowForPath(JTree, TreePath) - ? ????javax.swing.plaf.basic.BasicTreeUI
Returns the row that the last item identified in path is visible at.
getRowForPath(JTree, TreePath) - ? ????javax.swing.plaf.multi.MultiTreeUI
Invokes the getRowForPath method on each UI handled by this object.
getRowForPath(JTree, TreePath) - ? ????javax.swing.plaf.TreeUI
Returns the row that the last item identified in path is visible at.
getRowForPath(TreePath) - ? ????javax.swing.tree.AbstractLayoutCache
Returns the row that the last item identified in path is visible at.
getRowForPath(TreePath) - ? ????javax.swing.tree.FixedHeightLayoutCache
Returns the row that the last item identified in path is visible at.
getRowForPath(TreePath) - ? ????javax.swing.tree.VariableHeightLayoutCache
Returns the row where the last item identified in path is visible.
getRowHeader() - ? ????javax.swing.JScrollPane
Returns the row header.
getRowHeader() - ? ????javax.swing.ScrollPaneLayout
Returns the JViewport object that is the row header.
getRowHeight() - ? ????javax.swing.JTable
Returns the height of a table row, in pixels.
getRowHeight(int) - ? ????javax.swing.JTable
Returns the height, in pixels, of the cells in row.
getRowHeight() - ? ????javax.swing.JTextArea
Defines the meaning of the height of a row.
getRowHeight() - ? ????javax.swing.JTree
Returns the height of each row.
getRowHeight(int) - ? ????javax.swing.plaf.basic.BasicListUI
Returns the height of the specified row based on the current layout.
getRowHeight() - ? ????javax.swing.plaf.basic.BasicTreeUI
 
getRowHeight() - ? ????javax.swing.tree.AbstractLayoutCache
Returns the height of each row.
getRowId(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC ROWID parameter as a java.sql.RowId object.
getRowId(String) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC ROWID parameter as a java.sql.RowId object.
getRowId(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.RowId object in the Java programming language.
getRowId(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.RowId object in the Java programming language.
getRowIdLifetime() - ?? ????java.sql.DatabaseMetaData
Indicates whether or not this data source supports the SQL ROWID type, and if so the lifetime for which a RowId object remains valid.
getRowMapper() - ? ????javax.swing.tree.DefaultTreeSelectionModel
Returns the RowMapper instance that is able to map a TreePath to a row.
getRowMapper() - ?? ????javax.swing.tree.TreeSelectionModel
Returns the RowMapper instance that is able to map a TreePath to a row.
getRowMargin() - ? ????javax.swing.JTable
Gets the amount of empty space, in pixels, between cells.
getRows() - ? ????java.awt.GridLayout
Gets the number of rows in this layout.
getRows() - ? ????java.awt.List
Gets the number of visible lines in this list.
getRows() - ? ????java.awt.TextArea
Returns the number of rows in the text area.
getRows() - ? ????javax.swing.JTextArea
Returns the number of rows in the TextArea.
getRowSelectionAllowed() - ? ????javax.swing.JTable
Returns true if rows can be selected.
getRowSetNames() - ?? ????javax.sql.rowset.JoinRowSet
Returns a String array containing the names of the RowSet objects added to this JoinRowSet object.
getRowSetReader() - ? ????javax.sql.rowset.spi.SyncProvider
Returns a javax.sql.RowSetReader object, which can be used to populate a RowSet object with data.
getRowSets() - ?? ????javax.sql.rowset.JoinRowSet
Returns a Collection object containing the RowSet objects that have been added to this JoinRowSet object.
getRowSetWarnings() - ?? ????javax.sql.rowset.CachedRowSet
Retrieves the first warning reported by calls on this RowSet object.
getRowSetWarnings() - ?? ????javax.sql.rowset.JdbcRowSet
Retrieves the first warning reported by calls on this JdbcRowSet object.
getRowSetWriter() - ? ????javax.sql.rowset.spi.SyncProvider
Returns a javax.sql.RowSetWriter object, which can be used to write a RowSet object's data back to the underlying data source.
getRowsForPaths(TreePath[]) - ? ????javax.swing.tree.AbstractLayoutCache
Returns the rows that the TreePath instances in path are being displayed at.
getRowsForPaths(TreePath[]) - ?? ????javax.swing.tree.RowMapper
Returns the rows that the TreePath instances in path are being displayed at.
getRowSorter() - ? ????javax.swing.JTable
Returns the object responsible for sorting.
getRowStart(JTextComponent, int) - ? ??????javax.swing.text.Utilities
Determines the starting row model position of the row that contains the specified model position.
getRowType() - ? ????javax.management.openmbean.TabularType
Returns the type of the row elements of tabular data values described by this TabularType instance.
getRowX(int, int) - ? ????javax.swing.plaf.basic.BasicTreeUI
Returns the location, along the x-axis, to render a particular row at.
getRowX(int, int) - ? ????javax.swing.plaf.basic.BasicTreeUI.NodeDimensionsHandler
 
getRowX(int, int) - ? ????javax.swing.plaf.synth.SynthTreeUI
Returns the location, along the x-axis, to render a particular row at.
getRSB() - ? ????java.awt.font.GlyphMetrics
Returns the right (bottom) side bearing of the glyph.
getRule() - ? ????java.awt.AlphaComposite
Returns the compositing rule of this AlphaComposite.
getRule(HTML.Tag, Element) - ? ????javax.swing.text.html.StyleSheet
Fetches the style to use to render the given type of HTML tag.
getRule(String) - ? ????javax.swing.text.html.StyleSheet
Fetches the rule that best matches the selector given in string form.
getRules() - ? ????java.text.RuleBasedCollator
Gets the table-based rules for the collation object.
getRules(String, boolean) - ? ??????java.time.zone.ZoneRulesProvider
Gets the rules for the zone ID.
getRules() - ? ????java.time.ZoneId
Gets the time-zone rules for this ID allowing calculations to be performed.
getRules() - ? ????java.time.ZoneOffset
Gets the associated time-zone rules.
getRunCount() - ? ????java.text.Bidi
Return the number of level runs.
getRunForTab(int, int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getRunLevel(int) - ? ????java.text.Bidi
Return the level of the nth logical run in this line.
getRunLimit() - ?? ????java.text.AttributedCharacterIterator
Returns the index of the first character following the run with respect to all attributes containing the current character.
getRunLimit(AttributedCharacterIterator.Attribute) - ?? ????java.text.AttributedCharacterIterator
Returns the index of the first character following the run with respect to the given attribute containing the current character.
getRunLimit(Set<? extends AttributedCharacterIterator.Attribute>) - ?? ????java.text.AttributedCharacterIterator
Returns the index of the first character following the run with respect to the given attributes containing the current character.
getRunLimit(int) - ? ????java.text.Bidi
Return the index of the character past the end of the nth logical run in this line, as an offset from the start of the line.
getRunningThreadCount() - ? ????java.util.concurrent.ForkJoinPool
Returns an estimate of the number of worker threads that are not blocked waiting to join tasks or for other managed synchronization.
getRunStart() - ?? ????java.text.AttributedCharacterIterator
Returns the index of the first character of the run with respect to all attributes containing the current character.
getRunStart(AttributedCharacterIterator.Attribute) - ?? ????java.text.AttributedCharacterIterator
Returns the index of the first character of the run with respect to the given attribute containing the current character.
getRunStart(Set<? extends AttributedCharacterIterator.Attribute>) - ?? ????java.text.AttributedCharacterIterator
Returns the index of the first character of the run with respect to the given attributes containing the current character.
getRunStart(int) - ? ????java.text.Bidi
Return the index of the character at the start of the nth logical run in this line, as an offset from the start of the line.
getRuntime() - ? ??????java.lang.Runtime
Returns the runtime object associated with the current Java application.
getRunTimeCodeBase() - ?? ????javax.rmi.CORBA.ValueHandler
Returns the CodeBase for this ValueHandler.
getRuntimeMXBean() - ? ??????java.lang.management.ManagementFactory
Returns the managed bean for the runtime system of the Java virtual machine.
getS() - ?? ????java.security.interfaces.ECPrivateKey
Returns the private value S.
getS() - ? ????java.security.spec.ECPrivateKeySpec
Returns the private value S.
getSalt() - ?? ????javax.crypto.interfaces.PBEKey
Returns the salt or null if not specified.
getSalt() - ? ????javax.crypto.spec.PBEKeySpec
Returns a copy of the salt or null if not specified.
getSalt() - ? ????javax.crypto.spec.PBEParameterSpec
Returns the salt.
getSaltLength() - ? ????java.security.spec.PSSParameterSpec
Returns the salt length in bits.
getSample(int, int, int, DataBuffer) - ? ????java.awt.image.BandedSampleModel
Returns as int the sample in a specified band for the pixel located at (x,y).
getSample(int, int, int, DataBuffer) - ? ????java.awt.image.ComponentSampleModel
Returns as int the sample in a specified band for the pixel located at (x,y).
getSample(int, int, int, DataBuffer) - ? ????java.awt.image.MultiPixelPackedSampleModel
Returns as int the sample in a specified band for the pixel located at (x, y).
getSample(int, int, int) - ? ????java.awt.image.Raster
Returns the sample in a specified band for the pixel located at (x,y) as an int.
getSample(int, int, int, DataBuffer) - ? ????java.awt.image.SampleModel
Returns the sample in a specified band for the pixel located at (x,y) as an int.
getSample(int, int, int, DataBuffer) - ? ????java.awt.image.SinglePixelPackedSampleModel
Returns as int the sample in a specified band for the pixel located at (x,y).
getSampleDouble(int, int, int, DataBuffer) - ? ????java.awt.image.BandedSampleModel
Returns the sample in a specified band for a pixel located at (x,y) as a double.
getSampleDouble(int, int, int, DataBuffer) - ? ????java.awt.image.ComponentSampleModel
Returns the sample in a specified band for a pixel located at (x,y) as a double.
getSampleDouble(int, int, int) - ? ????java.awt.image.Raster
Returns the sample in a specified band for a pixel located at (x,y) as a double.
getSampleDouble(int, int, int, DataBuffer) - ? ????java.awt.image.SampleModel
Returns the sample in a specified band for a pixel located at (x,y) as a double.
getSampleFloat(int, int, int, DataBuffer) - ? ????java.awt.image.BandedSampleModel
Returns the sample in a specified band for the pixel located at (x,y) as a float.
getSampleFloat(int, int, int, DataBuffer) - ? ????java.awt.image.ComponentSampleModel
Returns the sample in a specified band for the pixel located at (x,y) as a float.
getSampleFloat(int, int, int) - ? ????java.awt.image.Raster
Returns the sample in a specified band for the pixel located at (x,y) as a float.
getSampleFloat(int, int, int, DataBuffer) - ? ????java.awt.image.SampleModel
Returns the sample in a specified band for the pixel located at (x,y) as a float.
getSampleModel() - ? ????java.awt.image.BufferedImage
Returns the SampleModel associated with this BufferedImage.
getSampleModel() - ? ????java.awt.image.Raster
Returns the SampleModel that describes the layout of the image data.
getSampleModel() - ?? ????java.awt.image.RenderedImage
Returns the SampleModel associated with this image.
getSampleModel() - ? ????javax.imageio.ImageTypeSpecifier
Returns a SampleModel based on the settings encapsulated within this object.
getSampleModel(int, int) - ? ????javax.imageio.ImageTypeSpecifier
Returns a SampleModel based on the settings encapsulated within this object.
getSampleModelTranslateX() - ? ????java.awt.image.Raster
Returns the X translation from the coordinate system of the SampleModel to that of the Raster.
getSampleModelTranslateY() - ? ????java.awt.image.Raster
Returns the Y translation from the coordinate system of the SampleModel to that of the Raster.
getSampleRate() - ? ????javax.sound.sampled.AudioFormat
Obtains the sample rate.
getSamples(int, int, int, int, int, int[], DataBuffer) - ? ????java.awt.image.BandedSampleModel
Returns the samples in a specified band for the specified rectangle of pixels in an int array, one sample per data array element.
getSamples(int, int, int, int, int, int[], DataBuffer) - ? ????java.awt.image.ComponentSampleModel
Returns the samples in a specified band for the specified rectangle of pixels in an int array, one sample per data array element.
getSamples(int, int, int, int, int, int[]) - ? ????java.awt.image.Raster
Returns the samples for a specified band for the specified rectangle of pixels in an int array, one sample per array element.
getSamples(int, int, int, int, int, float[]) - ? ????java.awt.image.Raster
Returns the samples for a specified band for the specified rectangle of pixels in a float array, one sample per array element.
getSamples(int, int, int, int, int, double[]) - ? ????java.awt.image.Raster
Returns the samples for a specified band for a specified rectangle of pixels in a double array, one sample per array element.
getSamples(int, int, int, int, int, int[], DataBuffer) - ? ????java.awt.image.SampleModel
Returns the samples for a specified band for the specified rectangle of pixels in an int array, one sample per array element.
getSamples(int, int, int, int, int, float[], DataBuffer) - ? ????java.awt.image.SampleModel
Returns the samples for a specified band for the specified rectangle of pixels in a float array, one sample per array element.
getSamples(int, int, int, int, int, double[], DataBuffer) - ? ????java.awt.image.SampleModel
Returns the samples for a specified band for a specified rectangle of pixels in a double array, one sample per array element.
getSamples(int, int, int, int, int, int[], DataBuffer) - ? ????java.awt.image.SinglePixelPackedSampleModel
Returns the samples for a specified band for the specified rectangle of pixels in an int array, one sample per array element.
getSampleSize() - ? ????java.awt.image.ComponentSampleModel
Returns the number of bits per sample for all bands.
getSampleSize(int) - ? ????java.awt.image.ComponentSampleModel
Returns the number of bits per sample for the specified band.
getSampleSize() - ? ????java.awt.image.MultiPixelPackedSampleModel
Returns the number of bits per sample for all bands.
getSampleSize(int) - ? ????java.awt.image.MultiPixelPackedSampleModel
Returns the number of bits per sample for the specified band.
getSampleSize() - ? ????java.awt.image.SampleModel
Returns the size in bits of samples for all bands.
getSampleSize(int) - ? ????java.awt.image.SampleModel
Returns the size in bits of samples for the specified band.
getSampleSize() - ? ????java.awt.image.SinglePixelPackedSampleModel
Returns the number of bits per sample for all bands.
getSampleSize(int) - ? ????java.awt.image.SinglePixelPackedSampleModel
Returns the number of bits per sample for the specified band.
getSampleSizeInBits() - ? ????javax.sound.sampled.AudioFormat
Obtains the size of a sample.
getSaslClientFactories() - ? ??????javax.security.sasl.Sasl
Gets an enumeration of known factories for producing SaslClient.
getSaslServerFactories() - ? ??????javax.security.sasl.Sasl
Gets an enumeration of known factories for producing SaslServer.
getSavepointId() - ?? ????java.sql.Savepoint
Retrieves the generated ID for the savepoint that this Savepoint object represents.
getSavepointName() - ?? ????java.sql.Savepoint
Retrieves the name of the savepoint that this Savepoint object represents.
getScale(int) - ?? ????java.sql.ParameterMetaData
Retrieves the designated parameter's number of digits to right of the decimal point. 0 is returned for data types where the scale is not applicable.
getScale(int) - ?? ????java.sql.ResultSetMetaData
Gets the designated column's number of digits to right of the decimal point. 0 is returned for data types where the scale is not applicable.
getScale(int) - ? ????javax.sql.rowset.RowSetMetaDataImpl
Retrieves the number of digits to the right of the decimal point for values stored in the designated column.
getScaledInstance(int, int, int) - ? ????java.awt.Image
Creates a scaled version of this image.
getScaledInstance(float, boolean) - ? ????javax.imageio.plugins.jpeg.JPEGQTable
Returns a new quantization table where the values are multiplied by scaleFactor and then clamped to the range 1..32767 (or to 1..255 if forceBaseline is true).
getScaleFactors(float[]) - ? ????java.awt.image.RescaleOp
Returns the scale factors in the given array.
getScaleInstance(double, double) - ? ??????java.awt.geom.AffineTransform
Returns a transform representing a scaling transformation.
getScaleX() - ? ????java.awt.geom.AffineTransform
Returns the X coordinate scaling element (m00) of the 3x3 affine transformation matrix.
getScaleY() - ? ????java.awt.geom.AffineTransform
Returns the Y coordinate scaling element (m11) of the 3x3 affine transformation matrix.
getScanlineStride() - ? ????java.awt.image.ComponentSampleModel
Returns the scanline stride of this ComponentSampleModel.
getScanlineStride() - ? ????java.awt.image.MultiPixelPackedSampleModel
Returns the scanline stride.
getScanlineStride() - ? ????java.awt.image.SinglePixelPackedSampleModel
Returns the scanline stride of this SinglePixelPackedSampleModel.
getSchema() - ?? ????java.sql.Connection
Retrieves this Connection object's current schema name.
getSchema(Name) - ?? ????javax.naming.directory.DirContext
Retrieves the schema associated with the named object.
getSchema(String) - ?? ????javax.naming.directory.DirContext
Retrieves the schema associated with the named object.
getSchema(String) - ? ????javax.naming.directory.InitialDirContext
 
getSchema(Name) - ? ????javax.naming.directory.InitialDirContext
 
getSchema() - ? ????javax.xml.bind.Binder
Gets the last Schema object (including null) set by the Binder.setSchema(Schema) method.
getSchema() - ? ????javax.xml.bind.helpers.AbstractMarshallerImpl
 
getSchema() - ? ????javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getSchema() - ?? ????javax.xml.bind.Marshaller
Get the JAXP 1.3 Schema object being used to perform marshal-time validation.
getSchema() - ?? ????javax.xml.bind.Unmarshaller
Get the JAXP 1.3 Schema object being used to perform unmarshal-time validation.
getSchema() - ? ????javax.xml.parsers.DocumentBuilder
Get a reference to the the Schema being used by the XML processor.
getSchema() - ? ????javax.xml.parsers.DocumentBuilderFactory
Gets the Schema object specified through the DocumentBuilderFactory.setSchema(Schema schema) method.
getSchema() - ? ????javax.xml.parsers.SAXParser
Get a reference to the the Schema being used by the XML processor.
getSchema() - ? ????javax.xml.parsers.SAXParserFactory
Gets the Schema object specified through the SAXParserFactory.setSchema(Schema schema) method.
getSchemaClassDefinition(Name) - ?? ????javax.naming.directory.DirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - ?? ????javax.naming.directory.DirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - ? ????javax.naming.directory.InitialDirContext
 
getSchemaClassDefinition(Name) - ? ????javax.naming.directory.InitialDirContext
 
getSchemaLocation() - ? ????javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the current schemaLocation.
getSchemaName(int) - ?? ????java.sql.ResultSetMetaData
Get the designated column's table's schema.
getSchemaName(int) - ? ????javax.sql.rowset.RowSetMetaDataImpl
Retrieves the schema name of the table from which the value in the designated column was derived.
getSchemas() - ?? ????java.sql.DatabaseMetaData
Retrieves the schema names available in this database.
getSchemas(String, String) - ?? ????java.sql.DatabaseMetaData
Retrieves the schema names available in this database.
getSchemaTerm() - ?? ????java.sql.DatabaseMetaData
Retrieves the database vendor's preferred term for "schema".
getSchemaType() - ?? ????javax.xml.stream.events.XMLEvent
This method is provided for implementations to provide optional type information about the associated event.
getSchemaTypeInfo() - ? ????javax.imageio.metadata.IIOMetadataNode
This DOM Level 3 method is not supported for IIOMetadataNode and will throw a DOMException.
getSchemaTypeInfo() - ?? ????org.w3c.dom.Attr
The type information associated with this attribute.
getSchemaTypeInfo() - ?? ????org.w3c.dom.Element
The type information associated with this element.
getScheme() - ? ????java.net.URI
Returns the scheme component of this URI.
getScheme() - ? ????java.nio.file.spi.FileSystemProvider
Returns the URI scheme that identifies this provider.
getScheme() - ? ????javax.xml.ws.spi.http.HttpExchange
Returns the name of the scheme used to make this request, for example: http, or https.
getSchemeSpecificPart() - ? ????java.net.URI
Returns the decoded scheme-specific part of this URI.
getScope() - ? ????java.security.Identity
????
Returns this identity's scope.
getScope() - ? ????javax.xml.bind.JAXBElement
Returns scope of xml element declaration.
getScope(String) - ?? ????javax.xml.ws.handler.MessageContext
Gets the scope of a property.
getScopedInterface() - ? ????java.net.Inet6Address
Returns the scoped interface, if this instance was created with with a scoped interface.
getScopeId() - ? ????java.net.Inet6Address
Returns the numeric scopeId, if this instance is associated with an interface.
getScopes() - ?? ????javax.script.ScriptContext
Returns immutable List of all the valid values for scope in the ScriptContext.
getScopes() - ? ????javax.script.SimpleScriptContext
Returns immutable List of all the valid values for scope in the ScriptContext.
getScreenDevices() - ? ????java.awt.GraphicsEnvironment
Returns an array of all of the screen GraphicsDevice objects.
getScreenInsets(GraphicsConfiguration) - ? ????java.awt.Toolkit
Gets the insets of the screen.
getScreenResolution() - ? ????java.awt.Toolkit
Returns the screen resolution in dots-per-inch.
getScreenSize() - ? ????java.awt.Toolkit
Gets the size of the screen.
getScreenX() - ?? ????org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScreenY() - ?? ????org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScript() - ? ????java.util.Locale
Returns the script for this locale, which should either be the empty string or an ISO 15924 4-letter script code.
getScriptContext(Bindings) - ? ????javax.script.AbstractScriptEngine
Returns a SimpleScriptContext.
getScriptEngine() - ?? ????javax.script.ScriptEngineFactory
Returns an instance of the ScriptEngine associated with this ScriptEngineFactory.
getScrollableBlockIncrement(Rectangle, int, int) - ? ????javax.swing.JLayer
Returns a scroll increment, which is required for components that display logical rows or columns in order to completely expose one block of rows or columns, depending on the value of orientation.
getScrollableBlockIncrement(Rectangle, int, int) - ? ????javax.swing.JList
Returns the distance to scroll to expose the next or previous block.
getScrollableBlockIncrement(Rectangle, int, int) - ? ????javax.swing.JTable
Returns visibleRect.height or visibleRect.width, depending on this table's orientation.
getScrollableBlockIncrement(Rectangle, int, int) - ? ????javax.swing.JTree
Returns the amount for a block increment, which is the height or width of visibleRect, based on orientation.
getScrollableBlockIncrement(Rectangle, int, int) - ?? ????javax.swing.Scrollable
Components that display logical rows or columns should compute the scroll increment that will completely expose one block of rows or columns, depending on the value of orientation.
getScrollableBlockIncrement(Rectangle, int, int) - ? ????javax.swing.text.JTextComponent
Components that display logical rows or columns should compute the scroll increment that will completely expose one block of rows or columns, depending on the value of orientation.
getScrollableTracksViewportHeight() - ? ????javax.swing.JEditorPane
Returns true if a viewport should always force the height of this Scrollable to match the height of the viewport.
getScrollableTracksViewportHeight() - ? ????javax.swing.JLayer
Returns false to indicate that the height of the viewport does not determine the height of the layer, unless the preferred height of the layer is smaller than the height of the viewport.
getScrollableTracksViewportHeight() - ? ????javax.swing.JList
Returns true if this JList is displayed in a JViewport and the viewport is taller than the list's preferred height, or if the layout orientation is VERTICAL_WRAP and visibleRowCount <= 0; otherwise returns false.
getScrollableTracksViewportHeight() - ? ????javax.swing.JTable
Returns false to indicate that the height of the viewport does not determine the height of the table, unless getFillsViewportHeight is true and the preferred height of the table is smaller than the viewport's height.
getScrollableTracksViewportHeight() - ? ????javax.swing.JTree
Returns false to indicate that the height of the viewport does not determine the height of the table, unless the preferred height of the tree is smaller than the viewports height.
getScrollableTracksViewportHeight() - ?? ????javax.swing.Scrollable
Return true if a viewport should always force the height of this Scrollable to match the height of the viewport.
getScrollableTracksViewportHeight() - ? ????javax.swing.text.JTextComponent
Returns true if a viewport should always force the height of this Scrollable to match the height of the viewport.
getScrollableTracksViewportWidth() - ? ????javax.swing.JEditorPane
Returns true if a viewport should always force the width of this Scrollable to match the width of the viewport.
getScrollableTracksViewportWidth() - ? ????javax.swing.JLayer
Returns false to indicate that the width of the viewport does not determine the width of the layer, unless the preferred width of the layer is smaller than the width of the viewport.
getScrollableTracksViewportWidth() - ? ????javax.swing.JList
Returns true if this JList is displayed in a JViewport and the viewport is wider than the list's preferred width, or if the layout orientation is HORIZONTAL_WRAP and visibleRowCount <= 0; otherwise returns false.
getScrollableTracksViewportWidth() - ? ????javax.swing.JTable
Returns false if autoResizeMode is set to AUTO_RESIZE_OFF, which indicates that the width of the viewport does not determine the width of the table.
getScrollableTracksViewportWidth() - ? ????javax.swing.JTextArea
Returns true if a viewport should always force the width of this Scrollable to match the width of the viewport.
getScrollableTracksViewportWidth() - ? ????javax.swing.JTree
Returns false to indicate that the width of the viewport does not determine the width of the table, unless the preferred width of the tree is smaller than the viewports width.
getScrollableTracksViewportWidth() - ?? ????javax.swing.Scrollable
Return true if a viewport should always force the width of this Scrollable to match the width of the viewport.
getScrollableTracksViewportWidth() - ? ????javax.swing.text.JTextComponent
Returns true if a viewport should always force the width of this Scrollable to match the width of the viewport.
getScrollableUnitIncrement(Rectangle, int, int) - ? ????javax.swing.JLayer
Returns a scroll increment, which is required for components that display logical rows or columns in order to completely expose one new row or column, depending on the value of orientation.
getScrollableUnitIncrement(Rectangle, int, int) - ? ????javax.swing.JList
Returns the distance to scroll to expose the next or previous row (for vertical scrolling) or column (for horizontal scrolling).
getScrollableUnitIncrement(Rectangle, int, int) - ? ????javax.swing.JTable
Returns the scroll increment (in pixels) that completely exposes one new row or column (depending on the orientation).
getScrollableUnitIncrement(Rectangle, int, int) - ? ????javax.swing.JTextArea
Components that display logical rows or columns should compute the scroll increment that will completely expose one new row or column, depending on the value of orientation.
getScrollableUnitIncrement(Rectangle, int, int) - ? ????javax.swing.JTree
Returns the amount to increment when scrolling.
getScrollableUnitIncrement(Rectangle, int, int) - ?? ????javax.swing.Scrollable
Components that display logical rows or columns should compute the scroll increment that will completely expose one new row or column, depending on the value of orientation.
getScrollableUnitIncrement(Rectangle, int, int) - ? ????javax.swing.text.JTextComponent
Components that display logical rows or columns should compute the scroll increment that will completely expose one new row or column, depending on the value of orientation.
getScrollAmount() - ? ????java.awt.event.MouseWheelEvent
Returns the number of units that should be scrolled per click of mouse wheel rotation.
getScrollbarDisplayPolicy() - ? ????java.awt.ScrollPane
Returns the display policy for the scrollbars.
getScrollbarVisibility() - ? ????java.awt.TextArea
Returns an enumerated value that indicates which scroll bars the text area uses.
getScrollMode() - ? ????javax.swing.JViewport
Returns the current scrolling mode.
getScrollOffset() - ? ????javax.swing.JTextField
Gets the scroll offset, in pixels.
getScrollPane() - ? ????javax.swing.plaf.basic.BasicTreeUI.ComponentHandler
Returns the JScrollPane housing the JTree, or null if one isn't found.
getScrollPosition() - ? ????java.awt.ScrollPane
Returns the current x,y position within the child which is displayed at the 0,0 location of the scrolled panel's view port.
getScrollsOnExpand() - ? ????javax.swing.JTree
Returns the value of the scrollsOnExpand property.
getScrollType() - ? ????java.awt.event.MouseWheelEvent
Returns the type of scrolling that should take place in response to this event.
getSearchScope() - ? ????javax.naming.directory.SearchControls
Retrieves the search scope of these SearchControls.
getSearchStringEscape() - ?? ????java.sql.DatabaseMetaData
Retrieves the string that can be used to escape wildcard characters.
getSecond() - ? ????java.time.LocalDateTime
Gets the second-of-minute field.
getSecond() - ? ????java.time.LocalTime
Gets the second-of-minute field.
getSecond() - ? ????java.time.OffsetDateTime
Gets the second-of-minute field.
getSecond() - ? ????java.time.OffsetTime
Gets the second-of-minute field.
getSecond() - ? ????java.time.ZonedDateTime
Gets the second-of-minute field.
getSecond() - ? ????javax.xml.datatype.XMLGregorianCalendar
getSecondary1() - ? ????javax.swing.plaf.metal.DefaultMetalTheme
Returns the secondary 1 color.
getSecondary1() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the secondary 1 color.
getSecondary1() - ? ????javax.swing.plaf.metal.OceanTheme
Returns the secondary 1 color.
getSecondary2() - ? ????javax.swing.plaf.metal.DefaultMetalTheme
Returns the secondary 2 color.
getSecondary2() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the secondary 2 color.
getSecondary2() - ? ????javax.swing.plaf.metal.OceanTheme
Returns the secondary 2 color.
getSecondary3() - ? ????javax.swing.plaf.metal.DefaultMetalTheme
Returns the secondary 3 color.
getSecondary3() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the secondary 3 color.
getSecondary3() - ? ????javax.swing.plaf.metal.OceanTheme
Returns the secondary 3 color.
getSeconds() - ? ????java.sql.Date
???? 
getSeconds() - ? ????java.time.Duration
Gets the number of seconds in this duration.
getSeconds() - ? ????java.util.Date
????
As of JDK version 1.1, replaced by Calendar.get(Calendar.SECOND).
getSeconds() - ? ????javax.xml.datatype.Duration
Obtains the value of the SECONDS field as an integer value, or 0 if not present.
getSecretKey() - ? ????java.security.KeyStore.SecretKeyEntry
Gets the SecretKey from this entry.
getSecure() - ? ????java.net.HttpCookie
Returns true if sending this cookie should be restricted to a secure protocol, or false if the it can be sent using any protocol.
getSecurityContext() - ? ????java.lang.SecurityManager
Creates an object that encapsulates the current execution environment.
getSecurityContext(ClassLoader) - ?? ????java.rmi.server.LoaderHandler
????
no replacement
getSecurityContext(ClassLoader) - ? ??????java.rmi.server.RMIClassLoader
????
no replacement. As of the Java 2 platform v1.2, RMI no longer uses this method to obtain a class loader's security context.
getSecurityManager() - ? ??????java.lang.System
Gets the system security interface.
getSeed(int) - ? ??????java.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
getSeed() - ? ????java.security.spec.EllipticCurve
Returns the seeding bytes seed used during curve generation.
getSeedLength() - ? ????java.security.spec.DSAGenParameterSpec
Returns the desired length of the domain parameter seed in bits.
getSelectColor() - ? ????javax.swing.plaf.metal.MetalButtonUI
 
getSelectColor() - ? ????javax.swing.plaf.metal.MetalRadioButtonUI
 
getSelectColor() - ? ????javax.swing.plaf.metal.MetalToggleButtonUI
 
getSelectedAccessibleColumns() - ?? ????javax.accessibility.AccessibleTable
Returns the selected columns in a table.
getSelectedAccessibleColumns() - ? ????javax.swing.JTable.AccessibleJTable
Returns the selected columns in a table.
getSelectedAccessibleRows() - ?? ????javax.accessibility.AccessibleTable
Returns the selected rows in a table.
getSelectedAccessibleRows() - ? ????javax.swing.JTable.AccessibleJTable
Returns the selected rows in a table.
getSelectedCheckbox() - ? ????java.awt.CheckboxGroup
Gets the current choice from this check box group.
getSelectedColor() - ?? ????javax.swing.colorchooser.ColorSelectionModel
Returns the selected Color which should be non-null.
getSelectedColor() - ? ????javax.swing.colorchooser.DefaultColorSelectionModel
Returns the selected Color which should be non-null.
getSelectedColumn() - ? ????javax.swing.JTable
Returns the index of the first selected column, -1 if no column is selected.
getSelectedColumnCount() - ? ????javax.swing.JTable
Returns the number of selected columns.
getSelectedColumnCount() - ? ????javax.swing.table.DefaultTableColumnModel
Returns the number of columns selected.
getSelectedColumnCount() - ?? ????javax.swing.table.TableColumnModel
Returns the number of selected columns.
getSelectedColumns() - ? ????javax.swing.JTable
Returns the indices of all selected columns.
getSelectedColumns() - ? ????javax.swing.table.DefaultTableColumnModel
Returns an array of selected columns.
getSelectedColumns() - ?? ????javax.swing.table.TableColumnModel
Returns an array of indicies of all selected columns.
getSelectedComponent() - ? ????javax.swing.JTabbedPane
Returns the currently selected component for this tabbedpane.
getSelectedFile() - ? ????javax.swing.JFileChooser
Returns the selected file.
getSelectedFiles() - ? ????javax.swing.JFileChooser
Returns a list of selected files if the file chooser is set to allow multiple selection.
getSelectedFrame() - ? ????javax.swing.JDesktopPane
Returns the currently active JInternalFrame in this JDesktopPane, or null if no JInternalFrame is currently active.
getSelectedIcon() - ? ????javax.swing.AbstractButton
Returns the selected icon for the button.
getSelectedIndex() - ? ????java.awt.Choice
Returns the index of the currently selected item.
getSelectedIndex() - ? ????java.awt.List
Gets the index of the selected item on the list,
getSelectedIndex() - ? ????javax.security.auth.callback.ConfirmationCallback
Get the selected confirmation option.
getSelectedIndex() - ? ????javax.swing.DefaultSingleSelectionModel
 
getSelectedIndex() - ? ????javax.swing.JComboBox
Returns the first item in the list that matches the given item.
getSelectedIndex() - ? ????javax.swing.JList
Returns the smallest selected cell index; the selection when only a single item is selected in the list.
getSelectedIndex() - ? ????javax.swing.JTabbedPane
Returns the currently selected index for this tabbedpane.
getSelectedIndex() - ?? ????javax.swing.SingleSelectionModel
Returns the model's selection.
getSelectedIndexes() - ? ????java.awt.List
Gets the selected indexes on the list.
getSelectedIndexes() - ? ????javax.security.auth.callback.ChoiceCallback
Get the selected choices.
getSelectedIndices() - ? ????javax.swing.JList
Returns an array of all of the selected indices, in increasing order.
getSelectedItem() - ? ????java.awt.Choice
Gets a representation of the current choice as a string.
getSelectedItem() - ? ????java.awt.List
Gets the selected item on this scrolling list.
getSelectedItem() - ?? ????javax.swing.ComboBoxModel
Returns the selected item
getSelectedItem() - ? ????javax.swing.DefaultComboBoxModel
 
getSelectedItem() - ? ????javax.swing.JComboBox
Returns the current selected item.
getSelectedItem() - ? ????javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
 
getSelectedItem() - ? ????javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
 
getSelectedItems() - ? ????java.awt.List
Gets the selected items on this scrolling list.
getSelectedObjects() - ? ????java.awt.Checkbox
Returns an array (length 1) containing the checkbox label or null if the checkbox is not selected.
getSelectedObjects() - ? ????java.awt.CheckboxMenuItem
Returns the an array (length 1) containing the checkbox menu item label or null if the checkbox is not selected.
getSelectedObjects() - ? ????java.awt.Choice
Returns an array (length 1) containing the currently selected item.
getSelectedObjects() - ?? ????java.awt.ItemSelectable
Returns the selected items or null if no items are selected.
getSelectedObjects() - ? ????java.awt.List
Gets the selected items on this scrolling list in an array of Objects.
getSelectedObjects() - ? ????javax.swing.AbstractButton
Returns an array (length 1) containing the label or null if the button is not selected.
getSelectedObjects() - ? ????javax.swing.DefaultButtonModel
Overridden to return null.
getSelectedObjects() - ? ????javax.swing.JCheckBoxMenuItem
Returns an array (length 1) containing the check box menu item label or null if the check box is not selected.
getSelectedObjects() - ? ????javax.swing.JComboBox
Returns an array containing the selected item.
getSelectedPath() - ? ????javax.swing.MenuSelectionManager
Returns the path to the currently selected menu item
getSelectedRow() - ? ????javax.swing.JTable
Returns the index of the first selected row, -1 if no row is selected.
getSelectedRowCount() - ? ????javax.swing.JTable
Returns the number of selected rows.
getSelectedRows() - ? ????javax.swing.JTable
Returns the indices of all selected rows.
getSelectedTabPadInsets(int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getSelectedText(AttributedCharacterIterator.Attribute[]) - ?? ????java.awt.im.InputMethodRequests
Gets the currently selected text from the text editing component.
getSelectedText() - ? ????java.awt.TextComponent.AccessibleAWTTextComponent
Returns the portion of the text that is selected.
getSelectedText() - ? ????java.awt.TextComponent
Returns the selected text from the text that is presented by this text component.
getSelectedText() - ?? ????javax.accessibility.AccessibleText
Returns the portion of the text that is selected.
getSelectedText() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Returns the portion of the text that is selected.
getSelectedText() - ? ????javax.swing.JLabel.AccessibleJLabel
Returns the portion of the text that is selected.
getSelectedText() - ? ????javax.swing.JSpinner.AccessibleJSpinner
Returns the portion of the text that is selected.
getSelectedText() - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Returns the portion of the text that is selected.
getSelectedText() - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the portion of the text that is selected.
getSelectedText() - ? ????javax.swing.text.JTextComponent
Returns the selected text contained in this TextComponent.
getSelectedTextColor() - ? ????javax.swing.text.JTextComponent
Fetches the current color used to render the selected text.
getSelectedValue() - ? ????javax.swing.JList
Returns the value for the smallest selected cell index; the selected value when only a single item is selected in the list.
getSelectedValues() - ? ????javax.swing.JList
????
As of JDK 1.7, replaced by JList.getSelectedValuesList()
getSelectedValuesList() - ? ????javax.swing.JList
Returns a list of all the selected items, in increasing order based on their indices in the list.
getSelection() - ? ????javax.swing.ButtonGroup
Returns the model of the selected button.
getSelectionBackground() - ? ????javax.swing.JList
Returns the color used to draw the background of selected items.
getSelectionBackground() - ? ????javax.swing.JTable
Returns the background color for selected cells.
getSelectionBackground() - ? ????javax.swing.plaf.basic.BasicProgressBarUI
The "selectionBackground" is the color of the text when it is painted over an unfilled area of the progress bar.
getSelectionColor() - ? ????javax.swing.text.JTextComponent
Fetches the current color used to render the selection.
getSelectionCount() - ? ????javax.swing.JTree
Returns the number of nodes selected.
getSelectionCount() - ? ????javax.swing.tree.DefaultTreeSelectionModel
Returns the number of paths that are selected.
getSelectionCount() - ?? ????javax.swing.tree.TreeSelectionModel
Returns the number of paths that are selected.
getSelectionEnd() - ? ????java.awt.TextComponent.AccessibleAWTTextComponent
Returns the end offset within the selected text.
getSelectionEnd() - ? ????java.awt.TextComponent
Gets the end position of the selected text in this text component.
getSelectionEnd() - ?? ????javax.accessibility.AccessibleText
Returns the end offset within the selected text.
getSelectionEnd() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Returns the end offset within the selected text.
getSelectionEnd() - ? ????javax.swing.JLabel.AccessibleJLabel
Returns the end offset within the selected text.
getSelectionEnd() - ? ????javax.swing.JSpinner.AccessibleJSpinner
Returns the end offset within the selected text.
getSelectionEnd() - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Returns the end offset within the selected text.
getSelectionEnd() - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the end offset within the selected text.
getSelectionEnd() - ? ????javax.swing.text.JTextComponent
Returns the selected text's end position.
getSelectionForeground() - ? ????javax.swing.JList
Returns the color used to draw the foreground of selected items.
getSelectionForeground() - ? ????javax.swing.JTable
Returns the foreground color for selected cells.
getSelectionForeground() - ? ????javax.swing.plaf.basic.BasicProgressBarUI
The "selectionForeground" is the color of the text when it is painted over a filled area of the progress bar.
getSelectionMode() - ? ????javax.swing.DefaultListSelectionModel
Returns the current selection mode.
getSelectionMode() - ? ????javax.swing.JList
Returns the current selection mode for the list.
getSelectionMode() - ?? ????javax.swing.ListSelectionModel
Returns the current selection mode.
getSelectionMode() - ? ????javax.swing.tree.DefaultTreeSelectionModel
Returns the selection mode, one of SINGLE_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION or CONTIGUOUS_TREE_SELECTION.
getSelectionMode() - ?? ????javax.swing.tree.TreeSelectionModel
Returns the current selection mode, one of SINGLE_TREE_SELECTION, CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
getSelectionModel() - ? ????javax.swing.JColorChooser
Returns the data model that handles color selections.
getSelectionModel() - ? ????javax.swing.JList
Returns the current selection model.
getSelectionModel() - ? ????javax.swing.JMenuBar
Returns the model object that handles single selections.
getSelectionModel() - ? ????javax.swing.JPopupMenu
Returns the model object that handles single selections.
getSelectionModel() - ? ????javax.swing.JTable
Returns the ListSelectionModel that is used to maintain row selection state.
getSelectionModel() - ? ????javax.swing.JTree
Returns the model for selections.
getSelectionModel() - ? ????javax.swing.plaf.basic.BasicTreeUI
 
getSelectionModel() - ? ????javax.swing.table.DefaultTableColumnModel
Returns the ListSelectionModel that is used to maintain column selection state.
getSelectionModel() - ?? ????javax.swing.table.TableColumnModel
Returns the current selection model.
getSelectionModel() - ? ????javax.swing.tree.AbstractLayoutCache
Returns the model used to maintain the selection.
getSelectionPainter() - ? ????javax.swing.text.DefaultCaret
Gets the painter for the Highlighter.
getSelectionPath() - ? ????javax.swing.JTree
Returns the path to the first selected node.
getSelectionPath() - ? ????javax.swing.tree.DefaultTreeSelectionModel
Returns the first path in the selection.
getSelectionPath() - ?? ????javax.swing.tree.TreeSelectionModel
Returns the first path in the selection.
getSelectionPaths() - ? ????javax.swing.JTree
Returns the paths of all selected values.
getSelectionPaths() - ? ????javax.swing.tree.DefaultTreeSelectionModel
Returns the selection.
getSelectionPaths() - ?? ????javax.swing.tree.TreeSelectionModel
Returns the paths in the selection.
getSelectionRows() - ? ????javax.swing.JTree
Returns all of the currently selected rows.
getSelectionRows() - ? ????javax.swing.tree.DefaultTreeSelectionModel
Returns the selection in terms of rows.
getSelectionRows() - ?? ????javax.swing.tree.TreeSelectionModel
Returns all of the currently selected rows.
getSelectionStart() - ? ????java.awt.TextComponent.AccessibleAWTTextComponent
Returns the start offset within the selected text.
getSelectionStart() - ? ????java.awt.TextComponent
Gets the start position of the selected text in this text component.
getSelectionStart() - ?? ????javax.accessibility.AccessibleText
Returns the start offset within the selected text.
getSelectionStart() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Returns the start offset within the selected text.
getSelectionStart() - ? ????javax.swing.JLabel.AccessibleJLabel
Returns the start offset within the selected text.
getSelectionStart() - ? ????javax.swing.JSpinner.AccessibleJSpinner
Returns the start offset within the selected text.
getSelectionStart() - ? ????javax.swing.ProgressMonitor.AccessibleProgressMonitor
Returns the start offset within the selected text.
getSelectionStart() - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the start offset within the selected text.
getSelectionStart() - ? ????javax.swing.text.JTextComponent
Returns the selected text's start position.
getSelectionValues() - ? ????javax.swing.JOptionPane
Returns the input selection values.
getSendBufferSize() - ? ????java.net.DatagramSocket
Get value of the SO_SNDBUF option for this DatagramSocket, that is the buffer size used by the platform for output on this DatagramSocket.
getSendBufferSize() - ? ????java.net.Socket
Get value of the SO_SNDBUF option for this Socket, that is the buffer size used by the platform for output on this Socket.
getSendPastNotifications() - ? ????javax.management.timer.Timer
Gets the flag indicating whether or not the timer sends past notifications.
getSendPastNotifications() - ?? ????javax.management.timer.TimerMBean
Gets the flag indicating whether or not the timer sends past notifications.
getSentenceInstance() - ? ??????java.text.BreakIterator
Returns a new BreakIterator instance for sentence breaks for the default locale.
getSentenceInstance(Locale) - ? ??????java.text.BreakIterator
Returns a new BreakIterator instance for sentence breaks for the given locale.
getSentenceInstance(Locale) - ? ????java.text.spi.BreakIteratorProvider
Returns a new BreakIterator instance for getSeparator() - ? ????java.nio.file.FileSystem
Returns the name separator, represented as a string.
getSeparatorBackground() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the separator background color of the current theme.
getSeparatorBackground() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the separator background color.
getSeparatorForeground() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the separator foreground color of the current theme.
getSeparatorForeground() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the separator foreground color.
getSeparatorSize() - ? ????javax.swing.JToolBar.Separator
Returns the size of the separator
getSequence(InputStream) - ? ??????javax.sound.midi.MidiSystem
Obtains a MIDI sequence from the specified input stream.
getSequence(URL) - ? ??????javax.sound.midi.MidiSystem
Obtains a MIDI sequence from the specified URL.
getSequence(File) - ? ??????javax.sound.midi.MidiSystem
Obtains a MIDI sequence from the specified File.
getSequence() - ?? ????javax.sound.midi.Sequencer
Obtains the sequence on which the Sequencer is currently operating.
getSequence(InputStream) - ? ????javax.sound.midi.spi.MidiFileReader
Obtains a MIDI sequence from the input stream provided.
getSequence(URL) - ? ????javax.sound.midi.spi.MidiFileReader
Obtains a MIDI sequence from the URL provided.
getSequence(File) - ? ????javax.sound.midi.spi.MidiFileReader
Obtains a MIDI sequence from the File provided.
getSequenceDetState() - ?? ????org.ietf.jgss.GSSContext
Determines if sequence checking is enabled for the per-message security services from this context.
getSequenceNumber() - ? ????java.util.logging.LogRecord
Get the sequence number.
getSequenceNumber() - ? ????javax.management.Notification
Get the notification sequence number.
getSequencer() - ? ??????javax.sound.midi.MidiSystem
Obtains the default Sequencer, connected to a default device.
getSequencer(boolean) - ? ??????javax.sound.midi.MidiSystem
Obtains the default Sequencer, optionally connected to a default device.
getSerializedObject() - ? ????javax.management.loading.MLetContent
Gets the value of the OBJECT attribute of the MLET tag.
getSerialNumber() - ? ????java.security.cert.X509Certificate
Gets the serialNumber value from the certificate.
getSerialNumber() - ? ????java.security.cert.X509CertSelector
Returns the serialNumber criterion.
getSerialNumber() - ? ????java.security.cert.X509CRLEntry
Gets the serial number from this X509CRLEntry, the userCertificate.
getSerialNumber() - ? ????javax.security.cert.X509Certificate
Gets the serialNumber value from the certificate.
getSerialNumber() - ?? ????javax.xml.crypto.dsig.keyinfo.X509IssuerSerial
Returns the serial number of this X509IssuerSerial.
getSerialVersionUID() - ? ????java.io.ObjectStreamClass
Return the serialVersionUID for this class.
getServer() - ? ????javax.security.auth.kerberos.KerberosTicket
Returns the service principal associated with this ticket.
getServerAliases(String, Principal[]) - ?? ????javax.net.ssl.X509KeyManager
Get the matching aliases for authenticating the server side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
getServerCertificateChain() - ? ????java.net.SecureCacheResponse
Returns the server's certificate chain, which was established as part of defining the session in the original connection that retrieved the network resource, from cache.
getServerCertificates() - ? ????javax.net.ssl.HttpsURLConnection
Returns the server's certificate chain which was established as part of defining the session.
getServerName() - ? ????java.security.cert.LDAPCertStoreParameters
Returns the DNS name of the LDAP server.
getServerNames() - ? ????javax.net.ssl.SSLParameters
Returns a List containing all SNIServerNames of the Server Name Indication (SNI) parameter, or null if none has been set.
getServerSessionContext() - ? ????javax.net.ssl.SSLContext
Returns the server session context, which represents the set of SSL sessions available for use during the handshake phase of server-side SSL sockets.
getServerSocketFactory() - ? ????javax.net.ssl.SSLContext
Returns a ServerSocketFactory object for this context.
getService(BeanContextServices, Object, Class, Object) - ?? ????java.beans.beancontext.BeanContextServiceProvider
Invoked by BeanContextServices, this method requests an instance of a service from this BeanContextServiceProvider.
getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) - ?? ????java.beans.beancontext.BeanContextServices
A BeanContextChild, or any arbitrary object associated with a BeanContextChild, may obtain a reference to a currently registered service from its nesting BeanContextServices via invocation of this method.
getService(BeanContextServices, Object, Class, Object) - ? ????java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
 
getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) - ? ????java.beans.beancontext.BeanContextServicesSupport
obtain a service which may be delegated
getService(String, String) - ? ????java.security.Provider
Get the service describing this Provider's implementation of the specified type of this algorithm or alias.
getServiceClass() - ? ????java.beans.beancontext.BeanContextServiceAvailableEvent
Gets the service class that is the subject of this notification.
getServiceClass() - ? ????java.beans.beancontext.BeanContextServiceRevokedEvent
Gets the service class that is the subject of this notification
getServiceName() - ?? ????javax.xml.ws.handler.PortInfo
Gets the qualified name of the WSDL service name containing the port being accessed.
getServiceName() - ? ????javax.xml.ws.Service
Gets the name of this service.
getServiceName() - ? ????javax.xml.ws.spi.ServiceDelegate
Gets the name of this service.
getServiceProvider() - ? ????java.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
Returns the service provider.
getServiceProviderByClass(Class<T>) - ? ????javax.imageio.spi.ServiceRegistry
Returns the currently registered service provider object that is of the given class type.
getServiceProviders(Class<T>, boolean) - ? ????javax.imageio.spi.ServiceRegistry
Returns an Iterator containing all registered service providers in the given category.
getServiceProviders(Class<T>, ServiceRegistry.Filter, boolean) - ? ????javax.imageio.spi.ServiceRegistry
Returns an Iterator containing service provider objects within a given category that satisfy a criterion imposed by the supplied ServiceRegistry.Filter object's filter method.
getServices() - ? ????java.security.Provider
Get an unmodifiable Set of all services supported by this Provider.
getServicesBeanInfo() - ?? ????java.beans.beancontext.BeanContextServiceProviderBeanInfo
Gets a BeanInfo array, one for each service class or interface statically available from this ServiceProvider.
getServiceUIFactory() - ?? ????javax.print.PrintService
Returns a factory for UI components which allow users to interact with the service in various roles.
getSession() - ? ????javax.net.ssl.HandshakeCompletedEvent
Returns the session that triggered this event.
getSession() - ? ????javax.net.ssl.SSLEngine
Returns the SSLSession in use in this SSLEngine.
getSession() - ? ????javax.net.ssl.SSLSessionBindingEvent
Returns the SSLSession into which the listener is being bound or from which the listener is being unbound.
getSession(byte[]) - ?? ????javax.net.ssl.SSLSessionContext
Returns the SSLSession bound to the specified session id.
getSession() - ? ????javax.net.ssl.SSLSocket
Returns the SSL Session in use by this connection.
getSessionCacheSize() - ?? ????javax.net.ssl.SSLSessionContext
Returns the size of the cache used for storing SSLSession objects grouped under this SSLSessionContext.
getSessionContext() - ?? ????javax.net.ssl.SSLSession
Returns the context in which this session is bound.
getSessionKey() - ? ????javax.security.auth.kerberos.KerberosTicket
Returns the session key associated with this ticket.
getSessionKeyType() - ? ????javax.security.auth.kerberos.KerberosTicket
Returns the key type of the session key associated with this ticket as defined by the Kerberos Protocol Specification.
getSessionTimeout() - ?? ????javax.net.ssl.SSLSessionContext
Returns the timeout limit of SSLSession objects grouped under this SSLSessionContext.
getSeverity() - ? ????javax.xml.bind.helpers.ValidationEventImpl
 
getSeverity() - ?? ????javax.xml.bind.ValidationEvent
Retrieve the severity code for this warning/error.
getSeverity() - ?? ????org.w3c.dom.DOMError
The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
getShadowColor(Component) - ? ????javax.swing.border.EtchedBorder
Returns the shadow color of the etched border when rendered on the specified component.
getShadowColor() - ? ????javax.swing.border.EtchedBorder
Returns the shadow color of the etched border.
getShadowColor() - ? ????javax.swing.plaf.basic.BasicSliderUI
 
getShadowInnerColor(Component) - ? ????javax.swing.border.BevelBorder
Returns the inner shadow color of the bevel border when rendered on the specified component.
getShadowInnerColor() - ? ????javax.swing.border.BevelBorder
Returns the inner shadow color of the bevel border.
getShadowOuterColor(Component) - ? ????javax.swing.border.BevelBorder
Returns the outer shadow color of the bevel border when rendered on the specified component.
getShadowOuterColor() - ? ????javax.swing.border.BevelBorder
Returns the outer shadow color of the bevel border.
getShape() - ? ????java.awt.Window
Returns the shape of the window.
getShaper(int) - ? ??????java.awt.font.NumericShaper
Returns a shaper for the provided unicode range.
getShaper(NumericShaper.Range) - ? ??????java.awt.font.NumericShaper
Returns a shaper for the provided Unicode range.
getSharedAncestor(DefaultMutableTreeNode) - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the nearest common ancestor to this node and aNode.
getSharedInstance() - ? ??????javax.swing.PopupFactory
Returns the shared PopupFactory which can be used to obtain Popups.
getSharedQueuedThreads() - ? ????java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a collection containing threads that may be waiting to acquire in shared mode.
getSharedQueuedThreads() - ? ????java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a collection containing threads that may be waiting to acquire in shared mode.
getShearInstance(double, double) - ? ??????java.awt.geom.AffineTransform
Returns a transform representing a shearing transformation.
getShearX() - ? ????java.awt.geom.AffineTransform
Returns the X coordinate shearing element (m01) of the 3x3 affine transformation matrix.
getShearY() - ? ????java.awt.geom.AffineTransform
Returns the Y coordinate shearing element (m10) of the 3x3 affine transformation matrix.
getShift() - ? ????javax.swing.plaf.metal.MetalIconFactory.FileIcon16
 
getShift() - ? ????javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
 
getShift() - ? ????javax.swing.plaf.metal.MetalIconFactory.TreeFolderIcon
 
getShift() - ? ????javax.swing.plaf.metal.MetalIconFactory.TreeLeafIcon
 
getShiftKey() - ?? ????org.w3c.dom.events.MouseEvent
Used to indicate whether the 'shift' key was depressed during the firing of the event.
getShort(Object, int) - ? ??????java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a short.
getShort(Object) - ? ????java.lang.reflect.Field
Gets the value of a static or instance field of type short or of another primitive type convertible to type short via a widening conversion.
getShort() - ? ????java.nio.ByteBuffer
Relative get method for reading a short value.
getShort(int) - ? ????java.nio.ByteBuffer
Absolute get method for reading a short value.
getShort(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC SMALLINT parameter as a short in the Java programming language.
getShort(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC SMALLINT parameter as a short in the Java programming language.
getShort(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShort(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShortcut() - ? ????java.awt.MenuItem
Get the MenuShortcut object associated with this menu item,
getShortcutMenuItem(MenuShortcut) - ? ????java.awt.MenuBar
Gets the instance of MenuItem associated with the specified MenuShortcut object, or null if none of the menu items being managed by this menu bar is associated with the specified menu shortcut.
getShortDescription() - ? ????java.beans.FeatureDescriptor
Gets the short description of this feature.
getShortMonths() - ? ????java.text.DateFormatSymbols
Gets short month strings.
getShortParameter(int) - ? ????java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a short.
getShortWeekdays() - ? ????java.text.DateFormatSymbols
Gets short weekday strings.
getShowDeleted() - ? ????javax.sql.rowset.BaseRowSet
Retrieves a boolean indicating whether rows marked for deletion appear in the set of current rows.
getShowDeleted() - ?? ????javax.sql.rowset.CachedRowSet
Retrieves a boolean indicating whether rows marked for deletion appear in the set of current rows.
getShowDeleted() - ?? ????javax.sql.rowset.JdbcRowSet
Retrieves a boolean indicating whether rows marked for deletion appear in the set of current rows.
getShowHorizontalLines() - ? ????javax.swing.JTable
Returns true if the table draws horizontal lines between cells, false if it doesn't.
getShowsRootHandles() - ? ????javax.swing.JTree
Returns the value of the showsRootHandles property.
getShowsRootHandles() - ? ????javax.swing.plaf.basic.BasicTreeUI
 
getShowVerticalLines() - ? ????javax.swing.JTable
Returns true if the table draws vertical lines between cells, false if it doesn't.
getSiblingCount() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the number of siblings of this node.
getSides() - ? ????java.awt.JobAttributes
Returns how consecutive pages should be imposed upon the sides of the print medium for jobs using these attributes.
getSigAlgName() - ? ????java.security.cert.X509Certificate
Gets the signature algorithm name for the certificate signature algorithm.
getSigAlgName() - ? ????java.security.cert.X509CRL
Gets the signature algorithm name for the CRL signature algorithm.
getSigAlgName() - ? ????javax.security.cert.X509Certificate
Gets the signature algorithm name for the certificate signature algorithm.
getSigAlgOID() - ? ????java.security.cert.X509Certificate
Gets the signature algorithm OID string from the certificate.
getSigAlgOID() - ? ????java.security.cert.X509CRL
Gets the signature algorithm OID string from the CRL.
getSigAlgOID() - ? ????javax.security.cert.X509Certificate
Gets the signature algorithm OID string from the certificate.
getSigAlgParams() - ? ????java.security.cert.X509Certificate
Gets the DER-encoded signature algorithm parameters from this certificate's signature algorithm.
getSigAlgParams() - ? ????java.security.cert.X509CRL
Gets the DER-encoded signature algorithm parameters from this CRL's signature algorithm.
getSigAlgParams() - ? ????javax.security.cert.X509Certificate
Gets the DER-encoded signature algorithm parameters from this certificate's signature algorithm.
getSign() - ? ????javax.xml.datatype.Duration
Returns the sign of this duration in -1,0, or 1.
getSignature() - ? ????java.security.cert.X509Certificate
Gets the signature value (the raw signature bits) from the certificate.
getSignature() - ? ????java.security.cert.X509CRL
Gets the signature value (the raw signature bits) from the CRL.
getSignature() - ? ????java.security.SignedObject
Retrieves the signature on the signed object, in the form of a byte array.
getSignature() - ? ????javax.management.MBeanConstructorInfo
Returns the list of parameters for this constructor.
getSignature() - ? ????javax.management.MBeanOperationInfo
Returns the list of parameters for this operation.
getSignature() - ?? ????javax.management.openmbean.OpenMBeanConstructorInfo
Returns an array of OpenMBeanParameterInfo instances describing each parameter in the signature of the constructor described by this OpenMBeanConstructorInfo instance.
getSignature() - ?? ????javax.management.openmbean.OpenMBeanOperationInfo
Returns an array of OpenMBeanParameterInfo instances describing each parameter in the signature of the operation described by this OpenMBeanOperationInfo instance.
getSignatureMethod() - ?? ????javax.xml.crypto.dsig.SignedInfo
Returns the signature method of this SignedInfo.
getSignatureValue() - ?? ????javax.xml.crypto.dsig.XMLSignature
Returns the signature value of this XMLSignature.
getSignedInfo() - ?? ????javax.xml.crypto.dsig.XMLSignature
Returns the signed info of this XMLSignature.
getSignerCertPath() - ? ????java.security.CodeSigner
Returns the signer's certificate path.
getSignerCertPath() - ? ????java.security.Timestamp
Returns the certificate path for the Timestamping Authority.
getSigners() - ? ????java.lang.Class
Gets the signers of this class.
getSigProvider() - ? ????java.security.cert.PKIXParameters
Returns the signature provider's name, or null if not set.
getSimpleName() - ? ????java.lang.Class
Returns the simple name of the underlying class as given in the source code.
getSimpleName() - ?? ????javax.lang.model.element.Element
Returns the simple (unqualified) name of this element.
getSimpleName() - ?? ????javax.lang.model.element.ExecutableElement
Returns the simple name of a constructor, method, or initializer.
getSimpleName() - ?? ????javax.lang.model.element.PackageElement
Returns the simple name of this package.
getSimpleName() - ?? ????javax.lang.model.element.TypeElement
Returns the simple name of this type element.
getSimpleName() - ?? ????javax.lang.model.element.VariableElement
Returns the simple name of this variable element.
getSize() - ? ????java.awt.Component.AccessibleAWTComponent
Returns the size of this object in the form of a Dimension object.
getSize() - ? ????java.awt.Component
Returns the size of this component in the form of a Dimension object.
getSize(Dimension) - ? ????java.awt.Component
Stores the width/height of this component into "return value" rv and return rv.
getSize() - ? ????java.awt.Dimension
Gets the size of this Dimension object.
getSize() - ? ????java.awt.Font
Returns the point size of this Font, rounded to an integer.
getSize() - ? ????java.awt.image.DataBuffer
Returns the size (in array elements) of all banks.
getSize() - ? ????java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Returns the size of this object in the form of a Dimension object.
getSize() - ? ????java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the size of this object in the form of a Dimension object.
getSize() - ? ????java.awt.Rectangle
Gets the size of this Rectangle, represented by the returned Dimension.
getSize() - ? ????java.awt.SplashScreen
Returns the size of the splash screen window as a Dimension.
getSize() - ? ????java.awt.TrayIcon
Returns the size, in pixels, of the space that the tray icon occupies in the system tray.
getSize() - ? ????java.util.zip.ZipEntry
Returns the uncompressed size of the entry data.
getSize() - ?? ????javax.accessibility.AccessibleComponent
Returns the size of this object in the form of a Dimension object.
getSize(int) - ? ????javax.print.attribute.Size2DSyntax
Get this two-dimensional size attribute's dimensions in the given units as floating-point values.
getSize() - ? ????javax.swing.DefaultComboBoxModel
 
getSize() - ? ????javax.swing.DefaultListModel
Returns the number of components in this list.
getSize(Dimension) - ? ????javax.swing.JComponent
Stores the width/height of this component into "return value" rv and returns rv.
getSize() - ? ????javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getSize() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
 
getSize() - ? ????javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
getSize() - ?? ????javax.swing.ListModel
Returns the length of the list.
getSize() - ? ????javax.swing.plaf.basic.BasicDirectoryModel
 
getSize() - ? ????javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
 
getSize() - ? ????javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
 
getSize(int) - ? ????javax.swing.SizeSequence
Returns the size of the specified entry.
getSize() - ? ????javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getSize() - ? ????javax.xml.soap.AttachmentPart
Returns the number of bytes in this AttachmentPart object.
getSize2D() - ? ????java.awt.Font
Returns the point size of this Font in float value.
getSizeButtonsToSameWidth() - ? ????javax.swing.plaf.basic.BasicOptionPaneUI
Returns true, basic L&F wants all the buttons to have the same width.
getSizeButtonsToSameWidth() - ? ????javax.swing.plaf.synth.SynthOptionPaneUI
Returns true, basic L&F wants all the buttons to have the same width.
getSizeForComponent(Component) - ? ????javax.swing.plaf.basic.BasicComboBoxUI
Returns the size a component would have if used as a cell renderer.
getSizeOfComponent(Component) - ? ????javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Returns the width of the passed in component.
getSizes() - ? ????javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Returns the sizes of the components.
getSizes() - ? ????javax.swing.SizeSequence
Returns the size of all entries.
getSizingIcon(AbstractButton) - ? ????javax.swing.plaf.synth.SynthButtonUI
Returns the Icon used in calculating the preferred/minimum/maximum size.
getSizingIcon(AbstractButton) - ? ????javax.swing.plaf.synth.SynthRadioButtonUI
Returns the Icon used in calculating the preferred/minimum/maximum size.
getSlaveSyncMode() - ?? ????javax.sound.midi.Sequencer
Obtains the current slave synchronization mode for this sequencer.
getSlaveSyncModes() - ?? ????javax.sound.midi.Sequencer
Obtains the set of slave synchronization modes supported by the sequencer.
getSmallDisplayIcon() - ? ????javax.swing.colorchooser.AbstractColorChooserPanel
Returns the small display icon for the panel.
getSmallestMaximum() - ? ????java.time.temporal.ValueRange
Gets the smallest possible maximum value that the field can take.
getSnapshot() - ? ????java.awt.image.VolatileImage
Returns a static snapshot image of this object.
getSnapToTicks() - ? ????javax.swing.JSlider
Returns true if the knob (and the data value it represents) resolve to the closest tick mark next to where the user positioned the knob.
getSNIMatchers() - ? ????javax.net.ssl.SSLParameters
Returns a Collection containing all SNIMatchers of the Server Name Indication (SNI) parameter, or null if none has been set.
getSOAPBody() - ? ????javax.xml.soap.SOAPMessage
Gets the SOAP Body contained in this SOAPMessage object.
getSOAPFactory() - ?? ????javax.xml.ws.soap.SOAPBinding
Gets the SAAJ SOAPFactory instance used by this SOAP binding.
getSOAPHeader() - ? ????javax.xml.soap.SOAPMessage
Gets the SOAP Header contained in this SOAPMessage object.
getSOAPPart() - ? ????javax.xml.soap.SOAPMessage
Gets the SOAP part of this SOAPMessage object.
getSocket() - ? ????javax.net.ssl.HandshakeCompletedEvent
Returns the socket which is the source of this event.
getSocketAddress() - ? ????java.net.DatagramPacket
Gets the SocketAddress (usually IP address + port number) of the remote host that this packet is being sent to or is coming from.
getSocketFactory() - ? ??????java.rmi.server.RMISocketFactory
Returns the socket factory set by the setSocketFactory method.
getSocketFactory() - ? ????javax.net.ssl.SSLContext
Returns a SocketFactory object for this context.
getSoftFailExceptions() - ? ????java.security.cert.PKIXRevocationChecker
Returns a list containing the exceptions that are ignored by the revocation checker when the SOFT_FAIL option is set.
getSoLinger() - ? ????java.net.Socket
Returns setting for SO_LINGER
getSolo() - ?? ????javax.sound.midi.MidiChannel
Obtains the current solo state for this channel.
getSortKeys() - ? ????javax.swing.DefaultRowSorter
Returns the current sort keys.
getSortKeys() - ? ????javax.swing.RowSorter
Returns the current sort keys.
getSortOrder() - ? ????javax.swing.RowSorter.SortKey
Returns the sort order of the column.
getSortsOnUpdates() - ? ????javax.swing.DefaultRowSorter
Returns true if a sort should happen when the underlying model is updated; otherwise, returns false.
getSoTimeout() - ? ????java.net.DatagramSocket
Retrieve setting for SO_TIMEOUT. 0 returns implies that the option is disabled (i.e., timeout of infinity).
getSoTimeout() - ? ????java.net.ServerSocket
Retrieve setting for SO_TIMEOUT. 0 returns implies that the option is disabled (i.e., timeout of infinity).
getSoTimeout() - ? ????java.net.Socket
Returns setting for SO_TIMEOUT. 0 returns implies that the option is disabled (i.e., timeout of infinity).
getSoundbank(InputStream) - ? ??????javax.sound.midi.MidiSystem
Constructs a MIDI sound bank by reading it from the specified stream.
getSoundbank(URL) - ? ??????javax.sound.midi.MidiSystem
Constructs a Soundbank by reading it from the specified URL.
getSoundbank(File) - ? ??????javax.sound.midi.MidiSystem
Constructs a Soundbank by reading it from the specified File.
getSoundbank() - ? ????javax.sound.midi.SoundbankResource
Obtains the sound bank that contains this SoundbankResource.
getSoundbank(URL) - ? ????javax.sound.midi.spi.SoundbankReader
Obtains a soundbank object from the URL provided.
getSoundbank(InputStream) - ? ????javax.sound.midi.spi.SoundbankReader
Obtains a soundbank object from the InputStream provided.
getSoundbank(File) - ? ????javax.sound.midi.spi.SoundbankReader
Obtains a soundbank object from the File provided.
getSource() - ? ????java.awt.image.BufferedImage
Returns the object that produces the pixels for the image.
getSource() - ? ????java.awt.Image
Gets the object that produces the pixels for the image.
getSource(int) - ? ????java.awt.image.renderable.ParameterBlock
Returns a source as a general Object.
getSource() - ? ????java.awt.image.VolatileImage
This returns an ImageProducer for this VolatileImage.
getSource() - ? ????java.beans.PropertyEditorSupport
Returns the bean that is used as the source of events.
getSource(Class<T>) - ?? ????java.sql.SQLXML
Returns a Source for reading the XML value designated by this SQLXML instance.
getSource() - ? ????java.util.EventObject
The object on which the Event initially occurred.
getSource() - ? ????javax.swing.event.RowSorterEvent
Returns the source of the event as a RowSorter.
getSource() - ?? ????javax.tools.Diagnostic
Gets the source object associated with this diagnostic.
getSourceActions() - ? ????java.awt.dnd.DragGestureRecognizer
This method returns an int representing the type of action(s) this Drag and Drop operation will support.
getSourceActions() - ? ????java.awt.dnd.DragSourceContext
Returns a bitwise mask of DnDConstants that represent the set of drop actions supported by the drag source for the drag operation associated with this DragSourceContext.
getSourceActions() - ? ????java.awt.dnd.DropTargetDragEvent
This method returns the source drop actions.
getSourceActions() - ? ????java.awt.dnd.DropTargetDropEvent
This method returns the source drop actions.
getSourceActions(JComponent) - ? ????javax.swing.TransferHandler
Returns the type of transfer actions supported by the source; any bitwise-OR combination of COPY, MOVE and LINK.
getSourceAsBeanContextServices() - ? ????java.beans.beancontext.BeanContextServiceAvailableEvent
Gets the source as a reference of type BeanContextServices.
getSourceAsBeanContextServices() - ? ????java.beans.beancontext.BeanContextServiceRevokedEvent
Gets the source as a reference of type BeanContextServices
getSourceAsDragGestureRecognizer() - ? ????java.awt.dnd.DragGestureEvent
Returns the source as a DragGestureRecognizer.
getSourceBands() - ? ????javax.imageio.IIOParam
Returns the set of of source bands to be used.
getSourceClassName() - ? ????java.util.logging.LogRecord
Get the name of the class that (allegedly) issued the logging request.
getSourceDataLine(AudioFormat) - ? ??????javax.sound.sampled.AudioSystem
Obtains a source data line that can be used for playing back audio data in the format specified by the AudioFormat object.
getSourceDataLine(AudioFormat, Mixer.Info) - ? ??????javax.sound.sampled.AudioSystem
Obtains a source data line that can be used for playing back audio data in the format specified by the AudioFormat object, provided by the mixer specified by the Mixer.Info object.
getSourceDropActions() - ? ????javax.swing.TransferHandler.TransferSupport
Returns the drag source's supported drop actions, when this TransferSupport represents a drop.
getSourceElement() - ? ????javax.swing.event.HyperlinkEvent
Returns the Element that corresponds to the source of the event.
getSourceEncodings() - ? ????javax.sound.sampled.spi.FormatConversionProvider
Obtains the set of source format encodings from which format conversion services are provided by this provider.
getSourceLineInfo(Line.Info) - ? ??????javax.sound.sampled.AudioSystem
Obtains information about all source lines of a particular type that are supported by the installed mixers.
getSourceLineInfo() - ?? ????javax.sound.sampled.Mixer
Obtains information about the set of source lines supported by this mixer.
getSourceLineInfo(Line.Info) - ?? ????javax.sound.sampled.Mixer
Obtains information about source lines of a particular type supported by the mixer.
getSourceLines() - ?? ????javax.sound.sampled.Mixer
Obtains the set of all source lines currently open to this mixer.
getSourceMaxProgressivePass() - ? ????javax.imageio.ImageReadParam
If getSourceNumProgressivePasses is equal to Integer.MAX_VALUE, returns Integer.MAX_VALUE.
getSourceMethodName() - ? ????java.util.logging.LogRecord
Get the name of the method that (allegedly) issued the logging request.
getSourceMinProgressivePass() - ? ????javax.imageio.ImageReadParam
Returns the index of the first progressive pass that will be decoded.
getSourceNumProgressivePasses() - ? ????javax.imageio.ImageReadParam
Returns the number of the progressive passes that will be decoded.
getSourceRegion() - ? ????javax.imageio.IIOParam
Returns the source region to be used.
getSourceRegion(ImageReadParam, int, int) - ? ??????javax.imageio.ImageReader
A utility method that may be used by readers to compute the region of the source image that should be read, taking into account any source region and subsampling offset settings in the supplied ImageReadParam.
getSourceRenderSize() - ? ????javax.imageio.ImageReadParam
Returns the width and height of the source image as it will be rendered during decoding, if they have been set via the setSourceRenderSize method.
getSources() - ? ????java.awt.image.BufferedImage
Returns a Vector of RenderedImage objects that are the immediate sources, not the sources of these immediate sources, of image data for this BufferedImage.
getSources() - ? ????java.awt.image.renderable.ParameterBlock
Returns the entire Vector of sources.
getSources() - ?? ????java.awt.image.renderable.RenderableImage
Returns a vector of RenderableImages that are the sources of image data for this RenderableImage.
getSources() - ? ????java.awt.image.renderable.RenderableImageOp
Returns a vector of RenderableImages that are the sources of image data for this RenderableImage.
getSources() - ?? ????java.awt.image.RenderedImage
Returns a vector of RenderedImages that are the immediate sources of image data for this RenderedImage.
getSourceString() - ? ????java.text.CollationKey
Returns the String that this CollationKey represents.
getSourceVersion() - ?? ????javax.annotation.processing.ProcessingEnvironment
Returns the source version that any generated source and class files should conform to.
getSourceVersions() - ?? ????javax.tools.Tool
Gets the source versions of the Java™ programming language supported by this tool.
getSourceXSubsampling() - ? ????javax.imageio.IIOParam
Returns the number of source columns to advance for each pixel.
getSourceYSubsampling() - ? ????javax.imageio.IIOParam
Returns the number of rows to advance for each pixel.
getSouthPane() - ? ????javax.swing.plaf.basic.BasicInternalFrameUI
 
getSpaceAbove(AttributeSet) - ? ??????javax.swing.text.StyleConstants
Gets the space above setting.
getSpaceBelow(AttributeSet) - ? ??????javax.swing.text.StyleConstants
Gets the space below setting.
getSpan(int, int) - ? ????javax.swing.text.BoxView
Fetches the span of a particular child's current layout.
getSpan(GlyphView, int, int, TabExpander, float) - ? ????javax.swing.text.GlyphView.GlyphPainter
Determine the span the glyphs given a start location (for tab expansion).
getSpecificationName() - ? ????javax.management.MBeanServerDelegate
Returns the full name of the JMX specification implemented by this product.
getSpecificationName() - ?? ????javax.management.MBeanServerDelegateMBean
Returns the full name of the JMX specification implemented by this product.
getSpecificationTitle() - ? ????java.lang.Package
Return the title of the specification that this package implements.
getSpecificationVendor() - ? ????java.lang.Package
Return the name of the organization, vendor, or company that owns and maintains the specification of the classes that implement this package.
getSpecificationVendor() - ? ????javax.management.MBeanServerDelegate
Returns the vendor of the JMX specification implemented by this product.
getSpecificationVendor() - ?? ????javax.management.MBeanServerDelegateMBean
Returns the vendor of the JMX specification implemented by this product.
getSpecificationVersion() - ? ????java.lang.Package
Returns the version number of the specification that this package implements.
getSpecificationVersion() - ? ????javax.management.MBeanServerDelegate
Returns the version of the JMX specification implemented by this product.
getSpecificationVersion() - ?? ????javax.management.MBeanServerDelegateMBean
Returns the version of the JMX specification implemented by this product.
getSpecified() - ?? ????org.w3c.dom.Attr
True if this attribute was explicitly given a value in the instance document, false otherwise.
getSpecName() - ?? ????java.lang.management.RuntimeMXBean
Returns the Java virtual machine specification name.
getSpecVendor() - ?? ????java.lang.management.RuntimeMXBean
Returns the Java virtual machine specification vendor.
getSpecVersion() - ?? ????java.lang.management.RuntimeMXBean
Returns the Java virtual machine specification version.
getSpi(String) - ? ????java.util.prefs.AbstractPreferences
Return the value associated with the specified key at this preference node, or null if there is no association for this key, or the association cannot be determined at this time.
getSpinner() - ? ????javax.swing.JSpinner.DefaultEditor
Returns the JSpinner ancestor of this editor or null if none of the ancestors are a JSpinner.
getSplashScreen() - ? ??????java.awt.SplashScreen
Returns the SplashScreen object used for Java startup splash screen control on systems that support display.
getSplitPane() - ? ????javax.swing.plaf.basic.BasicSplitPaneUI
Returns the splitpane this instance is currently contained in.
getSplitPaneBorder() - ? ??????javax.swing.plaf.basic.BasicBorders
 
getSplitPaneDividerBorder() - ? ??????javax.swing.plaf.basic.BasicBorders
Returns a border instance for a JSplitPane divider
getSQLException() - ? ????javax.sql.ConnectionEvent
Retrieves the SQLException for this ConnectionEvent object.
getSQLException() - ? ????javax.sql.StatementEvent
Returns the SQLException the driver is about to throw
getSQLKeywords() - ?? ????java.sql.DatabaseMetaData
Retrieves a comma-separated list of all of this database's SQL keywords that are NOT also SQL:2003 keywords.
getSQLState() - ???? ????java.sql.SQLException
Retrieves the SQLState for this SQLException object.
getSQLStateType() - ?? ????java.sql.DatabaseMetaData
Indicates whether the SQLSTATE returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL:2003.
getSQLTypeName() - ?? ????java.sql.SQLData
Returns the fully-qualified name of the SQL user-defined type that this object represents.
getSQLTypeName() - ?? ????java.sql.Struct
Retrieves the SQL type name of the SQL structured type that this Struct object represents.
getSQLTypeName() - ? ????javax.sql.rowset.serial.SerialStruct
Retrieves the SQL type name for this SerialStruct object.
getSQLXML(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated SQL XML parameter as a java.sql.SQLXML object in the Java programming language.
getSQLXML(String) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated SQL XML parameter as a java.sql.SQLXML object in the Java programming language.
getSQLXML(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet as a java.sql.SQLXML object in the Java programming language.
getSQLXML(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet as a java.sql.SQLXML object in the Java programming language.
getSrcName() - ?? ????org.ietf.jgss.GSSContext
Returns the name of the context initiator.
getSSLParameters() - ? ????javax.net.ssl.SSLEngine
Returns the SSLParameters in effect for this SSLEngine.
getSSLParameters() - ? ????javax.net.ssl.SSLServerSocket
Returns the SSLParameters in effect for newly accepted connections.
getSSLParameters() - ? ????javax.net.ssl.SSLSocket
Returns the SSLParameters in effect for this SSLSocket.
getSSLSocketFactory() - ? ????javax.net.ssl.HttpsURLConnection
Gets the SSL socket factory to be used when creating sockets for secure https URL connections.
getStackTrace() - ? ????java.lang.management.ThreadInfo
Returns the stack trace of the thread associated with this ThreadInfo.
getStackTrace() - ? ????java.lang.Thread
Returns an array of stack trace elements representing the stack dump of this thread.
getStackTrace() - ? ????java.lang.Throwable
Provides programmatic access to the stack trace information printed by Throwable.printStackTrace().
getStamp() - ? ????java.util.concurrent.atomic.AtomicStampedReference
Returns the current value of the stamp.
getStandardChromaNode() - ? ????javax.imageio.metadata.IIOMetadata
Returns an IIOMetadataNode representing the chroma information of the standard javax_imageio_1.0 metadata format, or null if no such information is available.
getStandardCompressionNode() - ? ????javax.imageio.metadata.IIOMetadata
Returns an IIOMetadataNode representing the compression information of the standard javax_imageio_1.0 metadata format, or null if no such information is available.
getStandardDataNode() - ? ????javax.imageio.metadata.IIOMetadata
Returns an IIOMetadataNode representing the data format information of the standard javax_imageio_1.0 metadata format, or null if no such information is available.
getStandardDimensionNode() - ? ????javax.imageio.metadata.IIOMetadata
Returns an IIOMetadataNode representing the dimension information of the standard javax_imageio_1.0 metadata format, or null if no such information is available.
getStandardDocumentNode() - ? ????javax.imageio.metadata.IIOMetadata
Returns an IIOMetadataNode representing the document information of the standard javax_imageio_1.0 metadata format, or null if no such information is available.
getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) - ?? ????javax.tools.DocumentationTool
Gets a new instance of the standard file manager implementation for this tool.
getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) - ?? ????javax.tools.JavaCompiler
Gets a new instance of the standard file manager implementation for this tool.
getStandardFormatInstance() - ? ??????javax.imageio.metadata.IIOMetadataFormatImpl
Returns an IIOMetadataFormat object describing the standard, plug-in neutral javax.imageio_1.0 metadata document format described in the comment of the javax.imageio.metadata package.
getStandardOffset() - ? ????java.time.zone.ZoneOffsetTransitionRule
Gets the standard offset in force at the transition.
getStandardOffset(Instant) - ? ????java.time.zone.ZoneRules
Gets the standard offset for the specified instant in this zone.
getStandardTextNode() - ? ????javax.imageio.metadata.IIOMetadata
Returns an IIOMetadataNode representing the textual information of the standard javax_imageio_1.0 metadata format, or null if no such information is available.
getStandardTileNode() - ? ????javax.imageio.metadata.IIOMetadata
Returns an IIOMetadataNode representing the tiling information of the standard javax_imageio_1.0 metadata format, or null if no such information is available.
getStandardTransparencyNode() - ? ????javax.imageio.metadata.IIOMetadata
Returns an IIOMetadataNode representing the transparency information of the standard javax_imageio_1.0 metadata format, or null if no such information is available.
getStandardTree() - ? ????javax.imageio.metadata.IIOMetadata
A utility method to return a tree of IIOMetadataNodes representing the metadata contained within this object according to the conventions of the standard javax_imageio_1.0 metadata format.
getStart() - ? ????javax.swing.SpinnerDateModel
Returns the first Date in the sequence.
getStartIndex() - ? ????javax.accessibility.AccessibleHyperlink
Gets the index with the hypertext document at which this link begins
getStartIndex() - ? ????javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Get the index with the hypertext document at which this link begins
getStartOffset() - ? ????javax.swing.text.AbstractDocument.AbstractElement
Gets the starting offset in the model for the element.
getStartOffset() - ? ????javax.swing.text.AbstractDocument.BranchElement
Gets the starting offset in the model for the element.
getStartOffset() - ? ????javax.swing.text.AbstractDocument.LeafElement
Gets the starting offset in the model for the element.
getStartOffset() - ? ????javax.swing.text.AbstractWriter
Returns the first offset to be output.
getStartOffset() - ?? ????javax.swing.text.Element
Fetches the offset from the beginning of the document that this element begins at.
getStartOffset() - ? ????javax.swing.text.GlyphView
Fetches the portion of the model that this view is responsible for.
getStartOffset() - ?? ????javax.swing.text.Highlighter.Highlight
Gets the starting model offset for the highlight.
getStartOffset() - ? ????javax.swing.text.html.HTMLDocument.Iterator
Returns the start of the range for which the current occurrence of the tag is defined and has the same attributes.
getStartOffset() - ? ????javax.swing.text.View
Fetches the portion of the model for which this view is responsible.
getStartPoint() - ? ????java.awt.geom.Arc2D
Returns the starting point of the arc.
getStartPoint() - ? ????java.awt.LinearGradientPaint
Returns a copy of the start point of the gradient axis.
getStartPosition() - ? ????javax.swing.text.AbstractDocument
Returns a position that represents the start of the document.
getStartPosition() - ?? ????javax.swing.text.Document
Returns a position that represents the start of the document.
getStartPosition() - ?? ????javax.tools.Diagnostic
Gets the character offset from the beginning of the file associated with this diagnostic that indicates the start of the problem.
getStartTime() - ?? ????java.lang.management.RuntimeMXBean
Returns the start time of the Java virtual machine in milliseconds.
getStartTime() - ? ????javax.security.auth.kerberos.KerberosTicket
Returns the start time for this ticket's validity period.
getState() - ? ????java.awt.Checkbox
Determines whether this check box is in the "on" or "off" state.
getState() - ? ????java.awt.CheckboxMenuItem
Determines whether the state of this check box menu item is "on" or "off."
getState() - ? ????java.awt.Frame
Gets the state of this frame (obsolete).
getState() - ? ????java.awt.im.InputMethodHighlight
Returns the conversion state of the text range.
getState() - ? ????java.lang.Thread
Returns the state of this thread.
getState() - ? ????java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns the current value of synchronization state.
getState() - ? ????java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns the current value of synchronization state.
getState() - ? ????javax.swing.JCheckBoxMenuItem
Returns the selected-state of the item.
getState() - ? ????javax.swing.SwingWorker
Returns the SwingWorker state bound property.
getStateChange() - ? ????java.awt.event.ItemEvent
Returns the type of state change (selected or deselected).
getStateLabel(boolean) - ? ????javax.sound.sampled.BooleanControl
Obtains the label for the specified state.
getStatement() - ?? ????java.sql.ResultSet
Retrieves the Statement object that produced this ResultSet object.
getStatement() - ? ????javax.sql.StatementEvent
Returns the PreparedStatement that is being closed or is invalid
getStateToBind(Object, Name, Context, Hashtable<?, ?>, Attributes) - ? ??????javax.naming.spi.DirectoryManager
Retrieves the state of an object for binding when given the original object and its attributes.
getStateToBind(Object, Name, Context, Hashtable<?, ?>, Attributes) - ?? ????javax.naming.spi.DirStateFactory
Retrieves the state of an object for binding given the object and attributes to be transformed.
getStateToBind(Object, Name, Context, Hashtable<?, ?>) - ? ??????javax.naming.spi.NamingManager
Retrieves the state of an object for binding.
getStateToBind(Object, Name, Context, Hashtable<?, ?>) - ?? ????javax.naming.spi.StateFactory
Retrieves the state of an object for binding.
getStaticAttribute(Object) - ? ??????javax.swing.text.StyleContext
Returns the object previously registered with registerStaticAttributeKey.
getStaticAttributeKey(Object) - ? ??????javax.swing.text.StyleContext
Returns the String that key will be registered with
getStatus() - ? ????java.awt.image.PixelGrabber
Return the status of the pixels.
getStatus() - ? ????javax.net.ssl.SSLEngineResult
Gets the return value of this SSLEngine operation.
getStatus() - ? ????javax.sound.midi.MidiMessage
Obtains the status byte for the MIDI message.
getStatus() - ?? ????javax.sql.rowset.spi.SyncResolver
Retrieves the conflict status of the current row of this SyncResolver, which indicates the operation the RowSet object was attempting when the conflict occurred.
getStatusCode() - ???? ????javax.xml.ws.http.HTTPException
Gets the HTTP status code.
getStealCount() - ? ????java.util.concurrent.ForkJoinPool
Returns an estimate of the total number of tasks stolen from one thread's work queue by another.
getStepSize() - ? ????javax.swing.SpinnerNumberModel
Returns the size of the value change computed by the getNextValue and getPreviousValue methods.
getStream(String) - ?? ????java.applet.AppletContext
Returns the stream to which specified key is associated within this applet context.
getStream(DataFlavor) - ?? ????javax.accessibility.AccessibleStreamable
Returns an InputStream for a DataFlavor
getStream(URL) - ? ????javax.swing.JEditorPane
Fetches a stream for the given URL, which is about to be loaded by the setPage method.
getStreamForBytes() - ?? ????javax.print.Doc
Obtains an input stream for extracting byte print data from this doc.
getStreamForBytes() - ? ????javax.print.SimpleDoc
Obtains an input stream for extracting byte print data from this doc.
getStreamKeys() - ?? ????java.applet.AppletContext
Finds all the keys of the streams in this applet context.
getStreamMetadata() - ? ????javax.imageio.ImageReader
Returns an IIOMetadata object representing the metadata associated with the input source as a whole (i.e., not associated with any particular image), or null if the reader does not support reading metadata, is set to ignore metadata, or if no metadata is available.
getStreamMetadata(String, Set<String>) - ? ????javax.imageio.ImageReader
Returns an IIOMetadata object representing the metadata associated with the input source as a whole (i.e., not associated with any particular image).
getStreamMetadataFormat(String) - ? ????javax.imageio.spi.ImageReaderWriterSpi
Returns an IIOMetadataFormat object describing the given stream metadata format, or null if no description is available.
getStreamPosition() - ?? ????javax.imageio.stream.ImageInputStream
Returns the current byte position of the stream.
getStreamPosition() - ? ????javax.imageio.stream.ImageInputStreamImpl
 
getStrength() - ? ????java.text.Collator
Returns this Collator's strength property.
getStrictErrorChecking() - ?? ????org.w3c.dom.Document
An attribute specifying whether error checking is enforced or not.
getStrikethroughOffset() - ? ????java.awt.font.LineMetrics
Returns the position of the strike-through line relative to the baseline.
getStrikethroughThickness() - ? ????java.awt.font.LineMetrics
Returns the thickness of the strike-through line.
getString(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString() - ?? ????java.sql.SQLXML
Returns a string representation of the XML value designated by this SQLXML instance.
getString(String) - ? ????java.util.ResourceBundle
Gets a string for the given key from this resource bundle or one of its parents.
getString() - ? ????javax.swing.JProgressBar
Returns a String representation of the current progress.
getString(SynthContext, Object, String) - ? ????javax.swing.plaf.synth.SynthStyle
Convenience method to get a specific style property whose value is a String.
getString(int, int) - ?? ????javax.swing.text.AbstractDocument.Content
Fetches a string of characters contained in the sequence.
getString(int, int) - ? ????javax.swing.text.GapContent
Retrieves a portion of the content.
getString() - ? ????javax.swing.text.html.parser.Entity
Returns the data as a String.
getString(int, int) - ? ????javax.swing.text.StringContent
Retrieves a portion of the content.
getString(Object) - ? ????javax.swing.UIDefaults
If the value of key is a String return it, otherwise return null.
getString(Object, Locale) - ? ????javax.swing.UIDefaults
If the value of key for the given Locale is a String return it, otherwise return null.
getString(Object) - ? ??????javax.swing.UIManager
Returns a string from the defaults.
getString(Object, Locale) - ? ??????javax.swing.UIManager
Returns a string from the defaults that is appropriate for the given locale.
getStringArray(String) - ? ????java.util.ResourceBundle
Gets a string array for the given key from this resource bundle or one of its parents.
getStringBounds(String, FontRenderContext) - ? ????java.awt.Font
Returns the logical bounds of the specified String in the specified FontRenderContext.
getStringBounds(String, int, int, FontRenderContext) - ? ????java.awt.Font
Returns the logical bounds of the specified String in the specified FontRenderContext.
getStringBounds(char[], int, int, FontRenderContext) - ? ????java.awt.Font
Returns the logical bounds of the specified array of characters in the specified FontRenderContext.
getStringBounds(CharacterIterator, int, int, FontRenderContext) - ? ????java.awt.Font
Returns the logical bounds of the characters indexed in the specified CharacterIterator in the specified FontRenderContext.
getStringBounds(String, Graphics) - ? ????java.awt.FontMetrics
Returns the bounds of the specified String in the specified Graphics context.
getStringBounds(String, int, int, Graphics) - ? ????java.awt.FontMetrics
Returns the bounds of the specified String in the specified Graphics context.
getStringBounds(char[], int, int, Graphics) - ? ????java.awt.FontMetrics
Returns the bounds of the specified array of characters in the specified Graphics context.
getStringBounds(CharacterIterator, int, int, Graphics) - ? ????java.awt.FontMetrics
Returns the bounds of the characters indexed in the specified CharacterIterator in the specified Graphics context.
getStringConverter() - ? ????javax.swing.table.TableRowSorter
Returns the object responsible for converting values from the model to strings.
getStringData() - ?? ????org.w3c.dom.ls.LSInput
String data to parse.
getStringFunctions() - ?? ????java.sql.DatabaseMetaData
Retrieves a comma-separated list of string functions available with this database.
getStringNameType() - ?? ????org.ietf.jgss.GSSName
Returns the name type of the printable representation of this name that can be obtained from the toString method.
getStringPlacement(Graphics, String, int, int, int, int) - ? ????javax.swing.plaf.basic.BasicProgressBarUI
Designate the place where the progress string will be painted.
getStringTable() - ? ????javax.print.attribute.EnumSyntax
Returns the string table for this enumeration value's enumeration class.
getStringTable() - ? ????javax.print.attribute.standard.Chromaticity
Returns the string table for class Chromaticity.
getStringTable() - ? ????javax.print.attribute.standard.ColorSupported
Returns the string table for class ColorSupported.
getStringTable() - ? ????javax.print.attribute.standard.Compression
Returns the string table for class Compression.
getStringTable() - ? ????javax.print.attribute.standard.DialogTypeSelection
Returns the string table for class DialogTypeSelection.
getStringTable() - ? ????javax.print.attribute.standard.Fidelity
Returns the string table for class Fidelity.
getStringTable() - ? ????javax.print.attribute.standard.Finishings
Returns the string table for class Finishings.
getStringTable() - ? ????javax.print.attribute.standard.JobSheets
Returns the string table for class JobSheets.
getStringTable() - ? ????javax.print.attribute.standard.JobState
Returns the string table for class JobState.
getStringTable() - ? ????javax.print.attribute.standard.JobStateReason
Returns the string table for class JobStateReason.
getStringTable() - ? ????javax.print.attribute.standard.MediaName
Returns the string table for class MediaTray.
getStringTable() - ? ????javax.print.attribute.standard.MediaSizeName
Returns the string table for class MediaSizeName.
getStringTable() - ? ????javax.print.attribute.standard.MediaTray
Returns the string table for class MediaTray.
getStringTable() - ? ????javax.print.attribute.standard.MultipleDocumentHandling
Returns the string table for class MultipleDocumentHandling.
getStringTable() - ? ????javax.print.attribute.standard.OrientationRequested
Returns the string table for class OrientationRequested.
getStringTable() - ? ????javax.print.attribute.standard.PDLOverrideSupported
Returns the string table for class PDLOverrideSupported.
getStringTable() - ? ????javax.print.attribute.standard.PresentationDirection
Returns the string table for class PresentationDirection.
getStringTable() - ? ????javax.print.attribute.standard.PrinterIsAcceptingJobs
Returns the string table for class PrinterIsAcceptingJobs.
getStringTable() - ? ????javax.print.attribute.standard.PrinterState
Returns the string table for class PrinterState.
getStringTable() - ? ????javax.print.attribute.standard.PrinterStateReason
Returns the string table for class PrinterStateReason.
getStringTable() - ? ????javax.print.attribute.standard.PrintQuality
Returns the string table for class PrintQuality.
getStringTable() - ? ????javax.print.attribute.standard.ReferenceUriSchemesSupported
Returns the string table for class ReferenceUriSchemesSupported.
getStringTable() - ? ????javax.print.attribute.standard.Severity
Returns the string table for class Severity.
getStringTable() - ? ????javax.print.attribute.standard.SheetCollate
Returns the string table for class SheetCollate.
getStringTable() - ? ????javax.print.attribute.standard.Sides
Returns the string table for class Sides.
getStringToCompare() - ? ????javax.management.monitor.StringMonitor
Gets the string to compare with the observed attribute common to all observed MBeans.
getStringToCompare() - ?? ????javax.management.monitor.StringMonitorMBean
Gets the string to compare with the observed attribute.
getStringValue(int) - ? ????javax.swing.RowFilter.Entry
Returns the string value at the specified index.
getStringValueAt(int, int) - ? ????javax.swing.DefaultRowSorter.ModelWrapper
Returns the value as a String at the specified index.
getStroke() - ? ????java.awt.Graphics2D
Returns the current Stroke in the Graphics2D context.
getStroke() - ? ????javax.swing.border.StrokeBorder
Returns the BasicStroke object used to stroke a shape during the border rendering.
getStrongCaret(TextHitInfo, TextHitInfo, TextLayout) - ? ????java.awt.font.TextLayout.CaretPolicy
Chooses one of the specified TextHitInfo instances as a strong caret in the specified TextLayout.
getStyle() - ? ????java.awt.Font
Returns the style of this Font.
getStyle() - ? ????java.awt.im.InputMethodHighlight
Returns the rendering style attributes for the text range, or null.
getStyle(String) - ? ????javax.swing.JTextPane
Fetches a named non-null style previously added.
getStyle(JComponent, Region) - ? ??????javax.swing.plaf.nimbus.NimbusLookAndFeel
Gets the style associated with the given component and region.
getStyle() - ? ????javax.swing.plaf.synth.SynthContext
Returns the style associated with this Region.
getStyle(JComponent, Region) - ? ??????javax.swing.plaf.synth.SynthLookAndFeel
Gets a SynthStyle for the specified region of the specified component.
getStyle(JComponent, Region) - ? ????javax.swing.plaf.synth.SynthStyleFactory
Returns the style for the specified Component.
getStyle(String) - ? ????javax.swing.text.DefaultStyledDocument
Fetches a named style previously added.
getStyle(String) - ? ????javax.swing.text.StyleContext
Fetches a named style previously added to the document
getStyle(String) - ?? ????javax.swing.text.StyledDocument
Fetches a named style previously added.
getStyledDocument() - ? ????javax.swing.JTextPane
Fetches the model associated with the editor.
getStyledDocument(JEditorPane) - ? ????javax.swing.text.StyledEditorKit.StyledTextAction
Gets the document associated with an editor pane.
getStyledEditorKit() - ? ????javax.swing.JTextPane
Gets the editor kit.
getStyledEditorKit(JEditorPane) - ? ????javax.swing.text.StyledEditorKit.StyledTextAction
Gets the editor kit associated with an editor pane.
getStyleFactory() - ? ??????javax.swing.plaf.synth.SynthLookAndFeel
Returns the current SynthStyleFactory.
getStyleNames() - ? ????javax.swing.text.DefaultStyledDocument
Fetches the list of of style names.
getStyleNames() - ? ????javax.swing.text.StyleContext
Fetches the names of the styles defined.
getStyleSheet() - ? ????javax.swing.text.html.BlockView
 
getStyleSheet() - ? ????javax.swing.text.html.HTMLDocument
Fetches the StyleSheet with the document-specific display rules (CSS) that were specified in the HTML document itself.
getStyleSheet() - ? ????javax.swing.text.html.HTMLEditorKit
Get the set of styles currently being used to render the HTML elements.
getStyleSheet() - ? ????javax.swing.text.html.ImageView
Convenience method to get the StyleSheet.
getStyleSheet() - ? ????javax.swing.text.html.InlineView
 
getStyleSheet() - ? ????javax.swing.text.html.ParagraphView
 
getStylesheet() - ? ????javax.xml.crypto.dsig.spec.XSLTTransformParameterSpec
Returns the stylesheet.
getStyleSheets() - ? ????javax.swing.text.html.StyleSheet
Returns an array of the linked StyleSheets.
getSubElements() - ? ????javax.swing.JMenu
Returns an array of MenuElements containing the submenu for this menu component.
getSubElements() - ? ????javax.swing.JMenuBar
Implemented to be a MenuElement -- returns the menus in this menu bar.
getSubElements() - ? ????javax.swing.JMenuItem
This method returns an array containing the sub-menu components for this menu component.
getSubElements() - ? ????javax.swing.JPopupMenu
Returns an array of MenuElements containing the submenu for this menu component.
getSubElements() - ?? ????javax.swing.MenuElement
This method should return an array containing the sub-elements for the receiving menu element
getSubimage(int, int, int, int) - ? ????java.awt.image.BufferedImage
Returns a subimage defined by a specified rectangular region.
getSubInterfaces() - ? ????java.net.NetworkInterface
Get an Enumeration with all the subinterfaces (also known as virtual interfaces) attached to this network interface.
getSubject() - ? ????java.security.cert.X509CertSelector
Returns the subject criterion as an X500Principal.
getSubject() - ? ????javax.security.auth.login.LoginContext
Return the authenticated Subject.
getSubject(AccessControlContext) - ? ??????javax.security.auth.Subject
Get the Subject associated with the provided AccessControlContext.
getSubject() - ? ????javax.security.auth.SubjectDomainCombiner
Get the Subject associated with this SubjectDomainCombiner.
getSubjectAlternativeNames() - ? ????java.security.cert.X509Certificate
Gets an immutable collection of subject alternative names from the SubjectAltName extension, (OID = 2.5.29.17).
getSubjectAlternativeNames() - ? ????java.security.cert.X509CertSelector
Returns a copy of the subjectAlternativeNames criterion.
getSubjectAsBytes() - ? ????java.security.cert.X509CertSelector
Returns the subject criterion as a byte array.
getSubjectAsString() - ? ????java.security.cert.X509CertSelector
getSubjectDN() - ? ????java.security.cert.X509Certificate
getSubjectDN() - ? ????javax.security.cert.X509Certificate
Gets the subject (subject distinguished name) value from the certificate.
getSubjectKeyIdentifier() - ? ????java.security.cert.X509CertSelector
Returns the subjectKeyIdentifier criterion.
getSubjectPublicKey() - ? ????java.security.cert.X509CertSelector
Returns the subjectPublicKey criterion.
getSubjectPublicKeyAlgID() - ? ????java.security.cert.X509CertSelector
Returns the subjectPublicKeyAlgID criterion.
getSubjectUniqueID() - ? ????java.security.cert.X509Certificate
Gets the subjectUniqueID value from the certificate.
getSubjectX500Principal() - ? ????java.security.cert.X509Certificate
Returns the subject (subject distinguished name) value from the certificate as an X500Principal.
getSubprimeQLength() - ? ????java.security.spec.DSAGenParameterSpec
Returns the desired length of the sub-prime Q of the to-be-generated DSA domain parameters in bits.
getSubsamplingXOffset() - ? ????javax.imageio.IIOParam
Returns the horizontal offset of the subsampling grid.
getSubsamplingYOffset() - ? ????javax.imageio.IIOParam
Returns the vertical offset of the subsampling grid.
getSubString(long, int) - ?? ????java.sql.Clob
Retrieves a copy of the specified substring in the CLOB value designated by this Clob object.
getSubString(long, int) - ? ????javax.sql.rowset.serial.SerialClob
Returns a copy of the substring contained in this SerialClob object, starting at the given position and continuing for the specified number or characters.
getSubTextFont() - ? ????javax.swing.plaf.metal.DefaultMetalTheme
Returns the sub-text font.
getSubTextFont() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the sub-text font of the current theme.
getSubTextFont() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the sub-text font.
getSubType() - ? ????java.awt.datatransfer.DataFlavor
Returns the sub MIME type of this DataFlavor.
getSubType() - ? ????javax.activation.MimeType
Retrieve the subtype of this object.
getSuffix(int) - ? ????javax.naming.CompositeName
Creates a composite name whose components consist of a suffix of the components in this composite name.
getSuffix(int) - ? ????javax.naming.CompoundName
Creates a compound name whose components consist of a suffix of the components in this compound name.
getSuffix(int) - ? ????javax.naming.ldap.LdapName
Creates a name whose components consist of a suffix of the components in this LDAP name.
getSuffix(int) - ?? ????javax.naming.Name
Creates a name whose components consist of a suffix of the components in this name.
getSum() - ? ????java.util.DoubleSummaryStatistics
Returns the sum of values recorded, or zero if no values have been recorded.
getSum() - ? ????java.util.IntSummaryStatistics
Returns the sum of values recorded, or zero if no values have been recorded.
getSum() - ? ????java.util.LongSummaryStatistics
Returns the sum of values recorded, or zero if no values have been recorded.
getSuperBound() - ?? ????javax.lang.model.type.WildcardType
Returns the lower bound of this wildcard.
getSuperclass() - ? ????java.lang.Class
Returns the Class representing the superclass of the entity (class, interface, primitive type or void) represented by this Class.
getSuperclass() - ?? ????javax.lang.model.element.TypeElement
Returns the direct superclass of this type element.
getSuperTables(String, String, String) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of the table hierarchies defined in a particular schema in this database.
getSuperTypes(String, String, String) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSupportedAnnotationTypes() - ? ????javax.annotation.processing.AbstractProcessor
If the processor class is annotated with SupportedAnnotationTypes, return an unmodifiable set with the same set of strings as the annotation.
getSupportedAnnotationTypes() - ?? ????javax.annotation.processing.Processor
Returns the names of the annotation types supported by this processor.
getSupportedAttributeCategories() - ?? ????javax.print.PrintService
Determines the printing attribute categories a client can specify when setting up a job for this print service.
getSupportedAttributeValues(Class<? extends Attribute>, DocFlavor, AttributeSet) - ?? ????javax.print.PrintService
Determines the printing attribute values a client can specify in the given category when setting up a job for this print service.
getSupportedCipherSuites() - ? ????javax.net.ssl.SSLEngine
Returns the names of the cipher suites which could be enabled for use on this engine.
getSupportedCipherSuites() - ? ????javax.net.ssl.SSLServerSocket
Returns the names of the cipher suites which could be enabled for use on an SSL connection.
getSupportedCipherSuites() - ? ????javax.net.ssl.SSLServerSocketFactory
Returns the names of the cipher suites which could be enabled for use on an SSL connection created by this factory.
getSupportedCipherSuites() - ? ????javax.net.ssl.SSLSocket
Returns the names of the cipher suites which could be enabled for use on this connection.
getSupportedCipherSuites() - ? ????javax.net.ssl.SSLSocketFactory
Returns the names of the cipher suites which could be enabled for use on an SSL connection.
getSupportedDocFlavors() - ?? ????javax.print.PrintService
Determines the print data formats a client can specify when setting up a job for this PrintService.
getSupportedDocFlavors() - ? ????javax.print.StreamPrintServiceFactory
Queries the factory for the document flavors that can be accepted by printers obtained from this factory.
getSupportedExtensions() - ? ????java.security.cert.PKIXCertPathChecker
Returns an immutable Set of X.509 certificate extensions that this PKIXCertPathChecker supports (i.e. recognizes, is able to process), or null if no extensions are supported.
getSupportedOptions() - ? ????javax.annotation.processing.AbstractProcessor
If the processor class is annotated with SupportedOptions, return an unmodifiable set with the same set of strings as the annotation.
getSupportedOptions() - ?? ????javax.annotation.processing.Processor
Returns the options recognized by this processor.
getSupportedProtocols() - ? ????javax.net.ssl.SSLEngine
Returns the names of the protocols which could be enabled for use with this SSLEngine.
getSupportedProtocols() - ? ????javax.net.ssl.SSLServerSocket
Returns the names of the protocols which could be enabled for use.
getSupportedProtocols() - ? ????javax.net.ssl.SSLSocket
Returns the names of the protocols which could be enabled for use on an SSL connection.
getSupportedSourceVersion() - ? ????javax.annotation.processing.AbstractProcessor
If the processor class is annotated with SupportedSourceVersion, return the source version in the annotation.
getSupportedSourceVersion() - ?? ????javax.annotation.processing.Processor
Returns the latest source version supported by this annotation processor.
getSupportedSSLParameters() - ? ????javax.net.ssl.SSLContext
Returns a copy of the SSLParameters indicating the supported settings for this SSL context.
getSupportsAbsolutePositioning() - ? ????javax.swing.plaf.basic.BasicScrollBarUI
Indicates whether the user can absolutely position the thumb with a mouse gesture (usually the middle mouse button).
getSupportsAbsolutePositioning() - ? ????javax.swing.plaf.synth.SynthScrollBarUI
Indicates whether the user can absolutely position the thumb with a mouse gesture (usually the middle mouse button).
getSupportsWindowDecorations() - ? ????javax.swing.LookAndFeel
Returns true if the LookAndFeel returned RootPaneUI instances support providing Window decorations in a JRootPane.
getSupportsWindowDecorations() - ? ????javax.swing.plaf.metal.MetalLookAndFeel
Returns true; metal can provide Window decorations.
getSuppressed() - ? ????java.lang.Throwable
Returns an array containing all of the exceptions that were suppressed, typically by the try-with-resources statement, in order to deliver this exception.
getSurplusQueuedTaskCount() - ? ??????java.util.concurrent.ForkJoinTask
Returns an estimate of how many more locally queued tasks are held by the current worker thread than there are other worker threads that might steal them, or zero if this thread is not operating in a ForkJoinPool.
getSurrendersFocusOnKeystroke() - ? ????javax.swing.JTable
Returns true if the editor should get the focus when keystrokes cause the editor to be activated
getSymbol() - ? ????java.util.Currency
Gets the symbol of this currency for the default DISPLAY locale.
getSymbol(Locale) - ? ????java.util.Currency
Gets the symbol of this currency for the specified locale.
getSymbol(String, Locale) - ? ????java.util.spi.CurrencyNameProvider
Gets the symbol of the given currency code for the specified locale.
getSyncAllWidths() - ? ????javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
 
getSyncFactory() - ? ??????javax.sql.rowset.spi.SyncFactory
Returns the SyncFactory singleton.
getSyncProvider() - ?? ????javax.sql.rowset.CachedRowSet
Retrieves the SyncProvider implementation for this CachedRowSet object.
getSyncResolver() - ???? ????javax.sql.rowset.spi.SyncProviderException
Retrieves the SyncResolver object that has been set for this SyncProviderException object, or if none has been set, an instance of the default SyncResolver implementation included in the reference implementation.
getSynthesizer() - ? ??????javax.sound.midi.MidiSystem
Obtains the default synthesizer.
getSystem() - ? ??????java.rmi.activation.ActivationGroup
Returns the activation system for the VM.
getSystem() - ? ????java.rmi.activation.ActivationGroupID
Returns the group's activation system.
getSystemClassLoader() - ? ??????java.lang.ClassLoader
Returns the system class loader for delegation.
getSystemClipboard() - ? ????java.awt.Toolkit
Gets the singleton instance of the system Clipboard which interfaces with clipboard facilities provided by the native platform.
getSystemCustomCursor(String) - ? ??????java.awt.Cursor
Returns a system-specific custom cursor object matching the specified name.
getSystemDisplayName(File) - ? ????javax.swing.filechooser.FileSystemView
Name of a file, directory, or folder as it would be displayed in a system file browser.
getSystemDocumentationTool() - ? ??????javax.tools.ToolProvider
Gets the Java™ programming language documentation tool provided with this platform.
getSystemEventQueue() - ? ????java.awt.Toolkit
Get the application's or applet's EventQueue instance.
getSystemEventQueueImpl() - ? ????java.awt.Toolkit
Gets the application's or applet's EventQueue instance, without checking access.
getSystemFunctions() - ?? ????java.sql.DatabaseMetaData
Retrieves a comma-separated list of system functions available with this database.
getSystemIcon(File) - ? ????javax.swing.filechooser.FileSystemView
Icon for a file, directory, or folder as it would be displayed in a system file browser.
getSystemId() - ?? ????javax.xml.stream.events.EntityDeclaration
The entity's system identifier.
getSystemId() - ?? ????javax.xml.stream.events.NotationDeclaration
The notation's system identifier, or null if none was given.
getSystemId() - ?? ????javax.xml.stream.events.StartDocument
Returns the system ID of the XML data
getSystemId() - ?? ????javax.xml.stream.Location
Returns the system ID of the XML
getSystemId() - ? ????javax.xml.transform.dom.DOMResult
Get the System Identifier.
getSystemId() - ? ????javax.xml.transform.dom.DOMSource
Get the base ID (URL or system ID) from where URLs will be resolved.
getSystemId() - ?? ????javax.xml.transform.Result
Get the system identifier that was set with setSystemId.
getSystemId() - ? ????javax.xml.transform.sax.SAXResult
Get the system identifier that was set with setSystemId.
getSystemId() - ? ????javax.xml.transform.sax.SAXSource
Get the base ID (URI or system ID) from where URIs will be resolved.
getSystemId() - ?? ????javax.xml.transform.sax.TemplatesHandler
Get the base ID (URI or system ID) from where relative URLs will be resolved.
getSystemId() - ?? ????javax.xml.transform.sax.TransformerHandler
Get the base ID (URI or system ID) from where relative URLs will be resolved.
getSystemId() - ?? ????javax.xml.transform.Source
Get the system identifier that was set with setSystemId.
getSystemId() - ?? ????javax.xml.transform.SourceLocator
Return the system identifier for the current document event.
getSystemId() - ? ????javax.xml.transform.stax.StAXResult
The returned system identifier is always null.
getSystemId() - ? ????javax.xml.transform.stax.StAXSource
Get the system identifier used by this StAXSource.
getSystemId() - ? ????javax.xml.transform.stream.StreamResult
Get the system identifier that was set with setSystemId.
getSystemId() - ? ????javax.xml.transform.stream.StreamSource
Get the system identifier that was set with setSystemId.
getSystemId() - ?? ????org.w3c.dom.DocumentType
The system identifier of the external subset.
getSystemId() - ?? ????org.w3c.dom.Entity
The system identifier associated with the entity if specified, and null otherwise.
getSystemId() - ?? ????org.w3c.dom.ls.LSInput
The system identifier, a URI reference [IETF RFC 2396], for this input source.
getSystemId() - ?? ????org.w3c.dom.ls.LSOutput
The system identifier, a URI reference [IETF RFC 2396], for this output destination.
getSystemId() - ?? ????org.w3c.dom.Notation
The system identifier of this notation.
getSystemId() - ? ????org.xml.sax.helpers.LocatorImpl
Return the saved system identifier.
getSystemId() - ? ????org.xml.sax.InputSource
Get the system identifier for this input source.
getSystemId() - ?? ????org.xml.sax.Locator
Return the system identifier for the current document event.
getSystemId() - ???? ????org.xml.sax.SAXParseException
Get the system identifier of the entity where the exception occurred.
getSystemJavaCompiler() - ? ??????javax.tools.ToolProvider
Gets the Java™ programming language compiler provided with this platform.
getSystemLoadAverage() - ?? ????java.lang.management.OperatingSystemMXBean
Returns the system load average for the last minute.
getSystemLookAndFeelClassName() - ? ??????javax.swing.UIManager
Returns the name of the LookAndFeel class that implements the native system look and feel if there is one, otherwise the name of the default cross platform LookAndFeel class.
getSystemProperties() - ?? ????java.lang.management.RuntimeMXBean
Returns a map of names and values of all system properties.
getSystemResource(String) - ? ??????java.lang.ClassLoader
Find a resource of the specified name from the search path used to load classes.
getSystemResourceAsStream(String) - ? ??????java.lang.ClassLoader
Open for reading, a resource of the specified name from the search path used to load classes.
getSystemResources(String) - ? ??????java.lang.ClassLoader
Finds all resources of the specified name from the search path used to load classes.
getSystemScope() - ? ??????java.security.IdentityScope
????
Returns the system's identity scope.
getSystemSelection() - ? ????java.awt.Toolkit
Gets the singleton instance of the system selection as a Clipboard object.
getSystemTextColor() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the system text color of the current theme.
getSystemTextColor() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the system text color.
getSystemTextFont() - ? ????javax.swing.plaf.metal.DefaultMetalTheme
Returns the system text font.
getSystemTextFont() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the system text font of the current theme.
getSystemTextFont() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the system text font.
getSystemToolClassLoader() - ? ??????javax.tools.ToolProvider
Returns the class loader for tools provided with this platform.
getSystemTray() - ? ??????java.awt.SystemTray
Gets the SystemTray instance that represents the desktop's tray area.
getSystemTypeDescription(File) - ? ????javax.swing.filechooser.FileSystemView
Type description for a file, directory, or folder as it would be displayed in a system file browser.
getTab(int) - ? ????javax.swing.text.TabSet
Returns the TabStop at index index.
getTabAfter(float) - ? ????javax.swing.text.TabSet
Returns the Tab instance after location.
getTabAreaInsets(int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getTabBase() - ? ????javax.swing.text.ParagraphView
Returns where the tabs are calculated from.
getTabbedSpan(float, TabExpander) - ? ????javax.swing.text.GlyphView
Determines the desired span when using the given tab expansion implementation.
getTabbedSpan(float, TabExpander) - ?? ????javax.swing.text.TabableView
Determines the desired span when using the given tab expansion implementation.
getTabbedTextOffset(Segment, FontMetrics, int, int, TabExpander, int) - ? ??????javax.swing.text.Utilities
Determines the relative offset into the given text that best represents the given span in the view coordinate system.
getTabbedTextOffset(Segment, FontMetrics, int, int, TabExpander, int, boolean) - ? ??????javax.swing.text.Utilities
 
getTabbedTextWidth(Segment, FontMetrics, int, TabExpander, int) - ? ??????javax.swing.text.Utilities
Determines the width of the given segment of text taking tabs into consideration.
getTabBounds(JTabbedPane, int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
Returns the bounds of the specified tab index.
getTabBounds(int, Rectangle) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
Returns the bounds of the specified tab in the coordinate space of the JTabbedPane component.
getTabBounds(JTabbedPane, int) - ? ????javax.swing.plaf.multi.MultiTabbedPaneUI
Invokes the getTabBounds method on each UI handled by this object.
getTabBounds(JTabbedPane, int) - ? ????javax.swing.plaf.TabbedPaneUI
 
getTabComponentAt(int) - ? ????javax.swing.JTabbedPane
Returns the tab component at index.
getTabCount() - ? ????javax.swing.JTabbedPane
Returns the number of tabs in this tabbedpane.
getTabCount() - ? ????javax.swing.text.TabSet
Returns the number of Tab instances the receiver contains.
getTabExpander() - ? ????javax.swing.text.GlyphView
Fetch the TabExpander to use if tabs are present in this view.
getTabIndex(TabStop) - ? ????javax.swing.text.TabSet
 
getTabIndexAfter(float) - ? ????javax.swing.text.TabSet
Returns the index of the Tab to be used after location.
getTabInsets(int, int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getTabInsets(int, int) - ? ????javax.swing.plaf.synth.SynthTabbedPaneUI
getTabLabelShiftX(int, int, boolean) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getTabLabelShiftX(int, int, boolean) - ? ????javax.swing.plaf.metal.MetalTabbedPaneUI
Overridden to do nothing for the Java L&F.
getTabLabelShiftX(int, int, boolean) - ? ????javax.swing.plaf.synth.SynthTabbedPaneUI
getTabLabelShiftY(int, int, boolean) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getTabLabelShiftY(int, int, boolean) - ? ????javax.swing.plaf.metal.MetalTabbedPaneUI
Overridden to do nothing for the Java L&F.
getTabLabelShiftY(int, int, boolean) - ? ????javax.swing.plaf.synth.SynthTabbedPaneUI
getTabLayoutPolicy() - ? ????javax.swing.JTabbedPane
Returns the policy used by the tabbedpane to layout the tabs when all the tabs will not fit within a single run.
getTable() - ? ????java.awt.image.ByteLookupTable
Returns the lookup table data by reference.
getTable() - ? ????java.awt.image.LookupOp
Returns the LookupTable.
getTable() - ? ????java.awt.image.ShortLookupTable
Returns the lookup table data by reference.
getTable() - ? ????javax.imageio.plugins.jpeg.JPEGQTable
Returns a copy of the current quantization table as an array of ints in natural (not zig-zag) order.
getTable() - ? ????javax.swing.table.JTableHeader
Returns the table associated with this header.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - ? ????javax.swing.DefaultCellEditor
Implements the TableCellEditor interface.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - ?? ????javax.swing.table.TableCellEditor
Sets an initial value for the editor.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - ? ????javax.swing.table.DefaultTableCellRenderer
Returns the default table cell renderer.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - ?? ????javax.swing.table.TableCellRenderer
Returns the component used for drawing the cell.
getTableHeader() - ? ????javax.swing.JTable
Returns the tableHeader used by this JTable.
getTableModelListeners() - ? ????javax.swing.table.AbstractTableModel
Returns an array of all the table model listeners registered on this model.
getTableName(int) - ?? ????java.sql.ResultSetMetaData
Gets the designated column's table name.
getTableName() - ?? ????javax.sql.rowset.CachedRowSet
Returns an identifier for the object (table) that was used to create this CachedRowSet object.
getTableName(int) - ? ????javax.sql.rowset.RowSetMetaDataImpl
Retrieves the name of the table from which the value in the designated column was derived.
getTablePrivileges(String, String, String) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of the access rights for each table available in a catalog.
getTables(String, String, String, String[]) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of the tables available in the given catalog.
getTableTypes() - ?? ????java.sql.DatabaseMetaData
Retrieves the table types available in this database.
getTabPlacement() - ? ????javax.swing.JTabbedPane
Returns the placement of the tabs for this tabbedpane.
getTabRunCount() - ? ????javax.swing.JTabbedPane
Returns the number of tab runs currently used to display the tabs.
getTabRunCount(JTabbedPane) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getTabRunCount(JTabbedPane) - ? ????javax.swing.plaf.multi.MultiTabbedPaneUI
Invokes the getTabRunCount method on each UI handled by this object.
getTabRunCount(JTabbedPane) - ? ????javax.swing.plaf.TabbedPaneUI
 
getTabRunIndent(int, int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getTabRunOffset(int, int, int, boolean) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getTabRunOverlay(int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getTabRunOverlay(int) - ? ????javax.swing.plaf.metal.MetalTabbedPaneUI
 
getTabSet() - ? ????javax.swing.text.ParagraphView
Gets the Tabset to be used in calculating tabs.
getTabSet(AttributeSet) - ? ??????javax.swing.text.StyleConstants
Gets the TabSet.
getTabSize() - ? ????javax.swing.JTextArea
Gets the number of characters used to expand tabs.
getTabSize() - ? ????javax.swing.text.PlainView
Returns the tab size set for the document, defaulting to 8.
getTabSize() - ? ????javax.swing.text.WrappedPlainView
Returns the tab size set for the document, defaulting to 8.
getTabularType() - ?? ????javax.management.openmbean.TabularData
Returns the tabular type describing this TabularData instance.
getTabularType() - ? ????javax.management.openmbean.TabularDataSupport
Returns the tabular type describing this TabularData instance.
getTag(String) - ? ??????javax.swing.text.html.HTML
Fetches a tag constant for a well-known tag name (i.e. one of the tags in the set {A, ADDRESS, APPLET, AREA, B, BASE, BASEFONT, BIG, BLOCKQUOTE, BODY, BR, CAPTION, CENTER, CITE, CODE, DD, DFN, DIR, DIV, DL, DT, EM, FONT, FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, HEAD, HR, HTML, I, IMG, INPUT, ISINDEX, KBD, LI, LINK, MAP, MENU, META, NOBR, NOFRAMES, OBJECT, OL, OPTION, P, PARAM, PRE, SAMP, SCRIPT, SELECT, SMALL, SPAN, STRIKE, S, STRONG, STYLE, SUB, SUP, TABLE, TD, TEXTAREA, TH, TITLE, TR, TT, U, UL, VAR}.
getTag() - ? ????javax.swing.text.html.HTMLDocument.Iterator
Type of tag this iterator represents.
getTagName() - ? ????javax.imageio.metadata.IIOMetadataNode
Equivalent to getNodeName.
getTagName() - ?? ????org.w3c.dom.Element
The name of the element.
getTags() - ?? ????java.beans.PropertyEditor
If the property value must be one of a set of known tagged values, then this method should return an array of the tags.
getTags() - ? ????java.beans.PropertyEditorSupport
If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.
getTail(Handler) - ? ????java.util.logging.Formatter
Return the tail string for a set of formatted records.
getTail(Handler) - ? ????java.util.logging.XMLFormatter
Return the tail string for a set of XML formatted records.
getTarget() - ? ????java.beans.EventHandler
Returns the object to which this event handler will send a message.
getTarget() - ? ????java.beans.Statement
Returns the target object of this statement.
getTarget() - ? ????java.lang.invoke.CallSite
Returns the target method of the call site, according to the behavior defined by this call site's specific class.
getTarget() - ? ????java.lang.invoke.ConstantCallSite
Returns the target method of the call site, which behaves like a final field of the ConstantCallSite.
getTarget() - ? ????java.lang.invoke.MutableCallSite
Returns the target method of the call site, which behaves like a normal field of the MutableCallSite.
getTarget() - ? ????java.lang.invoke.VolatileCallSite
Returns the target method of the call site, which behaves like a volatile field of the VolatileCallSite.
getTarget() - ? ????javax.accessibility.AccessibleRelation
Returns the target objects for this relation
getTarget() - ?? ????javax.rmi.CORBA.Tie
Returns the target for this tie.
getTarget() - ? ????javax.swing.BoxLayout
Returns the container that uses this layout manager.
getTarget() - ? ????javax.swing.OverlayLayout
Returns the container that uses this layout manager.
getTarget() - ? ????javax.swing.text.html.HTMLFrameHyperlinkEvent
returns the target for the link.
getTarget() - ?? ????javax.xml.crypto.dsig.SignatureProperty
Returns the target URI of this SignatureProperty.
getTarget() - ?? ????javax.xml.stream.events.ProcessingInstruction
The target section of the processing instruction
getTarget() - ?? ????org.w3c.dom.events.Event
Used to indicate the EventTarget to which the event was originally dispatched.
getTarget() - ?? ????org.w3c.dom.ProcessingInstruction
The target of this processing instruction.
getTargetActions() - ? ????java.awt.dnd.DragSourceDragEvent
This method returns the target drop action.
getTargetActions() - ? ????java.awt.dnd.DropTargetContext
This method returns an int representing the current actions this DropTarget will accept.
getTargetCertConstraints() - ? ????java.security.cert.PKIXParameters
Returns the required constraints on the target certificate.
getTargetDataLine(AudioFormat) - ? ??????javax.sound.sampled.AudioSystem
Obtains a target data line that can be used for recording audio data in the format specified by the AudioFormat object.
getTargetDataLine(AudioFormat, Mixer.Info) - ? ??????javax.sound.sampled.AudioSystem
Obtains a target data line that can be used for recording audio data in the format specified by the AudioFormat object, provided by the mixer specified by the Mixer.Info object.
getTargetedNotifications() - ? ????javax.management.remote.NotificationResult
Returns the notifications resulting from the query, and the listeners they correspond to.
getTargetEncodings(AudioFormat.Encoding) - ? ??????javax.sound.sampled.AudioSystem
Obtains the encodings that the system can obtain from an audio input stream with the specified encoding using the set of installed format converters.
getTargetEncodings(AudioFormat) - ? ??????javax.sound.sampled.AudioSystem
Obtains the encodings that the system can obtain from an audio input stream with the specified format using the set of installed format converters.
getTargetEncodings() - ? ????javax.sound.sampled.spi.FormatConversionProvider
Obtains the set of target format encodings to which format conversion services are provided by this provider.
getTargetEncodings(AudioFormat) - ? ????javax.sound.sampled.spi.FormatConversionProvider
Obtains the set of target format encodings supported by the format converter given a particular source format.
getTargetError() - ???? ????javax.management.RuntimeErrorException
Returns the actual Error thrown.
getTargetException() - ???? ????java.lang.reflect.InvocationTargetException
Get the thrown target exception.
getTargetException() - ???? ????javax.management.MBeanException
Return the actual Exception thrown.
getTargetException() - ???? ????javax.management.ReflectionException
Returns the actual Exception thrown.
getTargetException() - ???? ????javax.management.RuntimeMBeanException
Returns the actual RuntimeException thrown.
getTargetException() - ???? ????javax.management.RuntimeOperationsException
Returns the actual RuntimeException thrown.
getTargetFormats(AudioFormat.Encoding, AudioFormat) - ? ??????javax.sound.sampled.AudioSystem
Obtains the formats that have a particular encoding and that the system can obtain from a stream of the specified format using the set of installed format converters.
getTargetFormats(AudioFormat.Encoding, AudioFormat) - ? ????javax.sound.sampled.spi.FormatConversionProvider
Obtains the set of target formats with the encoding specified supported by the format converter If no target formats with the specified encoding are supported for this source format, an array of length 0 is returned.
getTargetLineInfo(Line.Info) - ? ??????javax.sound.sampled.AudioSystem
Obtains information about all target lines of a particular type that are supported by the installed mixers.
getTargetLineInfo() - ?? ????javax.sound.sampled.Mixer
Obtains information about the set of target lines supported by this mixer.
getTargetLineInfo(Line.Info) - ?? ????javax.sound.sampled.Mixer
Obtains information about target lines of a particular type supported by the mixer.
getTargetLines() - ?? ????javax.sound.sampled.Mixer
Obtains the set of all target lines currently open from this mixer.
getTargName() - ?? ????org.ietf.jgss.GSSContext
Returns the name of the context acceptor.
getTask(Writer, JavaFileManager, DiagnosticListener<? super JavaFileObject>, Class<?>, Iterable<String>, Iterable<? extends JavaFileObject>) - ?? ????javax.tools.DocumentationTool
Creates a future for a documentation task with the given components and arguments.
getTask(Writer, JavaFileManager, DiagnosticListener<? super JavaFileObject>, Iterable<String>, Iterable<String>, Iterable<? extends JavaFileObject>) - ?? ????javax.tools.JavaCompiler
Creates a future for a compilation task with the given components and arguments.
getTaskCount() - ? ????java.util.concurrent.ThreadPoolExecutor
Returns the approximate total number of tasks that have ever been scheduled for execution.
getTBSCertificate() - ? ????java.security.cert.X509Certificate
Gets the DER-encoded certificate information, the tbsCertificate from this certificate.
getTBSCertList() - ? ????java.security.cert.X509CRL
Gets the DER-encoded CRL information, the tbsCertList from this CRL.
getTcpNoDelay() - ? ????java.net.Socket
Tests if TCP_NODELAY is enabled.
getTemplates() - ?? ????javax.xml.transform.sax.TemplatesHandler
When a TemplatesHandler object is used as a ContentHandler for the parsing of transformation instructions, it creates a Templates object, which the caller can get once the SAX events have been completed.
getTempoFactor() - ?? ????javax.sound.midi.Sequencer
Returns the current tempo factor for the sequencer.
getTempoInBPM() - ?? ????javax.sound.midi.Sequencer
Obtains the current tempo, expressed in beats per minute.
getTempoInMPQ() - ?? ????javax.sound.midi.Sequencer
Obtains the current tempo, expressed in microseconds per quarter note.
getText() - ? ????java.awt.event.InputMethodEvent
Gets the combined committed and composed text.
getText() - ? ????java.awt.Label
Gets the text of this label.
getText() - ? ????java.awt.TextComponent
Returns the text that is presented by this text component.
getText() - ? ????java.text.BreakIterator
Get the text being scanned
getText() - ? ????javax.security.auth.callback.TextInputCallback
Get the retrieved text.
getText() - ? ????javax.swing.AbstractButton
Returns the button's text.
getText() - ? ????javax.swing.JEditorPane
Returns the text contained in this TextComponent in terms of the content type of this editor.
getText() - ? ????javax.swing.JLabel
Returns the text string that the label displays.
getText() - ? ????javax.swing.JPasswordField
????
As of Java 2 platform v1.2, replaced by getPassword.
getText(int, int) - ? ????javax.swing.JPasswordField
????
As of Java 2 platform v1.2, replaced by getPassword.
getText(int, int) - ? ????javax.swing.text.AbstractDocument
Gets a sequence of text from the document.
getText(int, int, Segment) - ? ????javax.swing.text.AbstractDocument
Fetches the text contained within the given portion of the document.
getText(Element) - ? ????javax.swing.text.AbstractWriter
Returns the text associated with the element.
getText(int, int) - ?? ????javax.swing.text.Document
Fetches the text contained within the given portion of the document.
getText(int, int, Segment) - ?? ????javax.swing.text.Document
Fetches the text contained within the given portion of the document.
getText(int, int) - ? ????javax.swing.text.GlyphView
Fetch a reference to the text that occupies the given range.
getText(int, int) - ? ????javax.swing.text.JTextComponent
Fetches a portion of the text represented by the component.
getText() - ? ????javax.swing.text.JTextComponent
Returns the text contained in this TextComponent.
getText() - ?? ????javax.xml.stream.events.Comment
Return the string data of the comment, returns empty string if it does not exist
getText() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getText() - ?? ????javax.xml.stream.XMLStreamReader
Returns the current value of the parse event as a string, this returns the string value of a CHARACTERS event, returns the value of a COMMENT, the replacement value for an ENTITY_REFERENCE, the string value of a CDATA section, the string value for a SPACE event, or the String value of the internal subset of the DTD.
getTextBorder() - ? ??????javax.swing.plaf.metal.MetalBorders
Returns a border instance for a text component
getTextBounds(int, int) - ?? ????javax.accessibility.AccessibleExtendedText
Returns the bounding rectangle of the text between two indices.
getTextBounds(int, int) - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the Rectangle enclosing the text between two indicies.
getTextCharacters(int, char[], int, int) - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getTextCharacters() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getTextCharacters() - ?? ????javax.xml.stream.XMLStreamReader
Returns an array which contains the characters from this event.
getTextCharacters(int, char[], int, int) - ?? ????javax.xml.stream.XMLStreamReader
Gets the the text associated with a CHARACTERS, SPACE or CDATA event.
getTextComponent(ActionEvent) - ? ????javax.swing.text.TextAction
Determines the component to use for the action.
getTextContent() - ? ????javax.imageio.metadata.IIOMetadataNode
This DOM Level 3 method is not supported for IIOMetadataNode and will throw a DOMException.
getTextContent() - ?? ????org.w3c.dom.Node
This attribute returns the text content of this node and its descendants.
getTextField() - ? ????javax.swing.JSpinner.DefaultEditor
Returns the JFormattedTextField child of this editor.
getTextFieldBorder() - ? ??????javax.swing.plaf.basic.BasicBorders
 
getTextFieldBorder() - ? ??????javax.swing.plaf.metal.MetalBorders
Returns a border instance for a JTextField
getTextHighlightColor() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the text highlight color of the current theme.
getTextHighlightColor() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the text highlight color.
getTextLength() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getTextLength() - ?? ????javax.xml.stream.XMLStreamReader
Returns the length of the sequence of characters for this Text event within the text character array.
getTextListeners() - ? ????java.awt.TextComponent
Returns an array of all the text listeners registered on this text component.
getTextLocation(TextHitInfo) - ?? ????java.awt.im.InputMethodRequests
Gets the location of a specified offset in the current composed text, or of the selection in committed text.
getTextNonSelectionColor() - ? ????javax.swing.tree.DefaultTreeCellRenderer
Returns the color the text is drawn with when the node isn't selected.
getTextPlainUnicodeFlavor() - ? ??????java.awt.datatransfer.DataFlavor
Returns a DataFlavor representing plain text with Unicode encoding, where: representationClass = java.io.InputStream mimeType = "text/plain; charset=<platform default Unicode encoding>" Sun's implementation for Microsoft Windows uses the encoding utf-16le.
getTextRange(int, int) - ?? ????javax.accessibility.AccessibleEditableText
Returns the text string between two indices.
getTextRange(int, int) - ?? ????javax.accessibility.AccessibleExtendedText
Returns the text between two indices
getTextRange(int, int) - ? ????javax.swing.JPasswordField.AccessibleJPasswordField
Returns the text between two indices.
getTextRange(int, int) - ? ????javax.swing.JSpinner.AccessibleJSpinner
Returns the text string between two indices.
getTextRange(int, int) - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the text string between two indices.
getTextSelectionColor() - ? ????javax.swing.tree.DefaultTreeCellRenderer
Returns the color the text is drawn with when the node is selected.
getTextSequenceAfter(int, int) - ?? ????javax.accessibility.AccessibleExtendedText
Returns the AccessibleTextSequence after a given index.
getTextSequenceAfter(int, int) - ? ????javax.swing.JPasswordField.AccessibleJPasswordField
Returns the AccessibleTextSequence after a given index.
getTextSequenceAfter(int, int) - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the AccessibleTextSequence after a given index.
getTextSequenceAt(int, int) - ?? ????javax.accessibility.AccessibleExtendedText
Returns the AccessibleTextSequence at a given index.
getTextSequenceAt(int, int) - ? ????javax.swing.JPasswordField.AccessibleJPasswordField
Returns the AccessibleTextSequence at a given index.
getTextSequenceAt(int, int) - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the AccessibleTextSequence at a given index.
getTextSequenceBefore(int, int) - ?? ????javax.accessibility.AccessibleExtendedText
Returns the AccessibleTextSequence before a given index.
getTextSequenceBefore(int, int) - ? ????javax.swing.JPasswordField.AccessibleJPasswordField
Returns the AccessibleTextSequence before a given index.
getTextSequenceBefore(int, int) - ? ????javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the AccessibleTextSequence before a given index.
getTextShiftOffset() - ? ????javax.swing.plaf.basic.BasicButtonUI
 
getTextShiftOffset() - ? ????javax.swing.plaf.basic.BasicToggleButtonUI
Overriden so that the text will not be rendered as shifted for Toggle buttons and subclasses.
getTextStart() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getTextStart() - ?? ????javax.xml.stream.XMLStreamReader
Returns the offset into the text character array where the first character (of this text event) is stored.
getTextViewForTab(int) - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
Returns the text View object required to render stylized text (HTML) for the specified tab or null if no specialized text rendering is needed for this tab.
getThenReset() - ? ????java.util.concurrent.atomic.DoubleAccumulator
Equivalent in effect to DoubleAccumulator.get() followed by DoubleAccumulator.reset().
getThenReset() - ? ????java.util.concurrent.atomic.LongAccumulator
Equivalent in effect to LongAccumulator.get() followed by LongAccumulator.reset().
getThickness() - ? ????javax.swing.border.LineBorder
Returns the thickness of the border.
getThisUpdate() - ? ????java.security.cert.X509CRL
Gets the thisUpdate date from the CRL.
getThreadCount() - ?? ????java.lang.management.ThreadMXBean
Returns the current number of live threads including both daemon and non-daemon threads.
getThreadCpuTime(long) - ?? ????java.lang.management.ThreadMXBean
Returns the total CPU time for a thread of the specified ID in nanoseconds.
getThreadFactory() - ? ????java.util.concurrent.ThreadPoolExecutor
Returns the thread factory used to create new threads.
getThreadGroup() - ? ????java.lang.SecurityManager
Returns the thread group into which to instantiate any new thread being created at the time this is being called.
getThreadGroup() - ? ????java.lang.Thread
Returns the thread group to which this thread belongs.
getThreadId() - ? ????java.lang.management.ThreadInfo
Returns the ID of the thread associated with this ThreadInfo.
getThreadID() - ? ????java.util.logging.LogRecord
Get an identifier for the thread where the message originated.
getThreadInfo(long) - ?? ????java.lang.management.ThreadMXBean
Returns the thread info for a thread of the specified id with no stack trace.
getThreadInfo(long[]) - ?? ????java.lang.management.ThreadMXBean
Returns the thread info for each thread whose ID is in the input array ids with no stack trace.
getThreadInfo(long, int) - ?? ????java.lang.management.ThreadMXBean
Returns a thread info for a thread of the specified id, with stack trace of a specified number of stack trace elements.
getThreadInfo(long[], int) - ?? ????java.lang.management.ThreadMXBean
Returns the thread info for each thread whose ID is in the input array ids, with stack trace of a specified number of stack trace elements.
getThreadInfo(long[], boolean, boolean) - ?? ????java.lang.management.ThreadMXBean
Returns the thread info for each thread whose ID is in the input array ids, with stack trace and synchronization information.
getThreadMXBean() - ? ??????java.lang.management.ManagementFactory
Returns the managed bean for the thread system of the Java virtual machine.
getThreadName() - ? ????java.lang.management.ThreadInfo
Returns the name of the thread associated with this ThreadInfo.
getThreadState() - ? ????java.lang.management.ThreadInfo
Returns the state of the thread associated with this ThreadInfo.
getThreadUserTime(long) - ?? ????java.lang.management.ThreadMXBean
Returns the CPU time that a thread of the specified ID has executed in user mode in nanoseconds.
getThreshold(ObjectName) - ? ????javax.management.monitor.CounterMonitor
Gets the current threshold value of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
getThreshold() - ? ????javax.management.monitor.CounterMonitor
????
As of JMX 1.2, replaced by CounterMonitor.getThreshold(ObjectName)
getThreshold() - ?? ????javax.management.monitor.CounterMonitorMBean
????
getThreshold(ObjectName) - ?? ????javax.management.monitor.CounterMonitorMBean
Gets the threshold value for the specified MBean.
getThreshold() - ? ????javax.xml.ws.soap.MTOMFeature
Gets the threshold value used to determine when binary data should be sent as an attachment.
getThrowable() - ? ????java.awt.event.InvocationEvent
Returns any Throwable caught while executing the Runnable's run() method.
getThrown() - ? ????java.util.logging.LogRecord
Get any throwable associated with the log record.
getThrownTypes() - ?? ????javax.lang.model.element.ExecutableElement
Returns the exceptions and other throwables listed in this method or constructor's throws clause in declaration order.
getThrownTypes() - ?? ????javax.lang.model.type.ExecutableType
Returns the exceptions and other throwables listed in this executable's throws clause.
getThumbBounds() - ? ????javax.swing.plaf.basic.BasicScrollBarUI
Return the current size/location of the thumb.
getThumbnail(int) - ? ????javax.imageio.IIOImage
Returns a thumbnail associated with the main image.
getThumbnailHeight(int, int) - ? ????javax.imageio.ImageReader
Returns the height of the thumbnail preview image indexed by thumbnailIndex, associated with the image indexed by ImageIndex.
getThumbnails() - ? ????javax.imageio.IIOImage
Returns the current List of thumbnail BufferedImages, or null if none is set.
getThumbnailWidth(int, int) - ? ????javax.imageio.ImageReader
Returns the width of the thumbnail preview image indexed by thumbnailIndex, associated with the image indexed by ImageIndex.
getThumbOverhang() - ? ????javax.swing.plaf.metal.MetalSliderUI
Returns the amount that the thumb goes past the slide bar.
getThumbSize() - ? ????javax.swing.plaf.basic.BasicSliderUI
 
getThumbSize() - ? ????javax.swing.plaf.metal.MetalSliderUI
 
getThumbSize() - ? ????javax.swing.plaf.synth.SynthSliderUI
getTick() - ? ????javax.sound.midi.MidiEvent
Obtains the time-stamp for the event, in MIDI ticks
getTickLength() - ? ????javax.sound.midi.Sequence
Obtains the duration of this sequence, expressed in MIDI ticks.
getTickLength() - ?? ????javax.sound.midi.Sequencer
Obtains the length of the current sequence, expressed in MIDI ticks, or 0 if no sequence is set.
getTickLength() - ? ????javax.swing.plaf.basic.BasicSliderUI
Gets the height of the tick area for horizontal sliders and the width of the tick area for vertical sliders.
getTickLength() - ? ????javax.swing.plaf.metal.MetalSliderUI
Gets the height of the tick area for horizontal sliders and the width of the tick area for vertical sliders.
getTickPosition() - ?? ????javax.sound.midi.Sequencer
Obtains the current position in the sequence, expressed in MIDI ticks.
getTie(Remote) - ? ??????javax.rmi.CORBA.Util
Returns the tie (if any) for a given target object.
getTie(Remote) - ?? ????javax.rmi.CORBA.UtilDelegate
Delegation call for Util.getTie(java.rmi.Remote).
getTile(int, int) - ? ????java.awt.image.BufferedImage
Returns tile (tileXtileY).
getTile(int, int) - ?? ????java.awt.image.RenderedImage
Returns tile (tileX, tileY).
getTiledSizeRequirements(SizeRequirements[]) - ? ??????javax.swing.SizeRequirements
Determines the total space necessary to place a set of components end-to-end.
getTileGridXOffset() - ? ????java.awt.image.BufferedImage
Returns the x offset of the tile grid relative to the origin, For example, the x coordinate of the location of tile (0, 0).
getTileGridXOffset() - ?? ????java.awt.image.RenderedImage
Returns the X offset of the tile grid relative to the origin, i.e., the X coordinate of the upper-left pixel of tile (0, 0).
getTileGridXOffset(int) - ? ????javax.imageio.ImageReader
Returns the X coordinate of the upper-left corner of tile (0, 0) in the given image.
getTileGridXOffset() - ? ????javax.imageio.ImageWriteParam
Returns the horizontal tile grid offset of an image as it will be written to the output stream.
getTileGridYOffset() - ? ????java.awt.image.BufferedImage
Returns the y offset of the tile grid relative to the origin, For example, the y coordinate of the location of tile (0, 0).
getTileGridYOffset() - ?? ????java.awt.image.RenderedImage
Returns the Y offset of the tile grid relative to the origin, i.e., the Y coordinate of the upper-left pixel of tile (0, 0).
getTileGridYOffset(int) - ? ????javax.imageio.ImageReader
Returns the Y coordinate of the upper-left corner of tile (0, 0) in the given image.
getTileGridYOffset() - ? ????javax.imageio.ImageWriteParam
Returns the vertical tile grid offset of an image as it will be written to the output stream.
getTileHeight() - ? ????java.awt.image.BufferedImage
Returns the tile height in pixels.
getTileHeight() - ?? ????java.awt.image.RenderedImage
Returns the tile height in pixels.
getTileHeight(int) - ? ????javax.imageio.ImageReader
Returns the height of a tile in the given image.
getTileHeight() - ? ????javax.imageio.ImageWriteParam
Returns the height of each tile in an image as it will be written to the output stream.
getTileIcon() - ? ????javax.swing.border.MatteBorder
Returns the icon used for tiling the border or null if a solid color is being used.
getTileWidth() - ? ????java.awt.image.BufferedImage
Returns the tile width in pixels.
getTileWidth() - ?? ????java.awt.image.RenderedImage
Returns the tile width in pixels.
getTileWidth(int) - ? ????javax.imageio.ImageReader
Returns the width of a tile in the given image.
getTileWidth() - ? ????javax.imageio.ImageWriteParam
Returns the width of each tile in an image as it will be written to the output stream.
getTilingMode() - ? ????javax.imageio.ImageWriteParam
Returns the current tiling mode, if tiling is supported.
getTime(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object.
getTime(int, Calendar) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object.
getTime(String, Calendar) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(int, Calendar) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String, Calendar) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime() - ? ????java.sql.Timestamp
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Timestamp object.
getTime() - ? ????java.util.Calendar
Returns a Date object representing this Calendar's time value (millisecond offset from the Epoch").
getTime() - ? ????java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTime() - ? ????java.util.zip.ZipEntry
Returns the last modification time of the entry.
getTimeDateFunctions() - ?? ????java.sql.DatabaseMetaData
Retrieves a comma-separated list of the time and date functions available with this database.
getTimeDefinition() - ? ????java.time.zone.ZoneOffsetTransitionRule
Gets the time definition, specifying how to convert the time to an instant.
getTimeInMillis() - ? ????java.util.Calendar
Returns this Calendar's time value in milliseconds.
getTimeInMillis(Calendar) - ? ????javax.xml.datatype.Duration
Returns the length of the duration in milli-seconds.
getTimeInMillis(Date) - ? ????javax.xml.datatype.Duration
Returns the length of the duration in milli-seconds.
getTimeInstance() - ? ??????java.text.DateFormat
Gets the time formatter with the default formatting style for the default FORMAT locale.
getTimeInstance(int) - ? ??????java.text.DateFormat
Gets the time formatter with the given formatting style for the default FORMAT locale.
getTimeInstance(int, Locale) - ? ??????java.text.DateFormat
Gets the time formatter with the given formatting style for the given locale.
getTimeInstance(int, Locale) - ? ????java.text.spi.DateFormatProvider
Returns a new DateFormat instance which formats time with the given formatting style for the specified locale.
getTimeLimit() - ? ????javax.naming.directory.SearchControls
Retrieves the time limit of these SearchControls in milliseconds.
getTimestamp() - ? ????java.security.CodeSigner
Returns the signature timestamp.
getTimestamp() - ? ????java.security.Timestamp
Returns the date and time when the timestamp was generated.
getTimestamp(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(int, Calendar) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(String, Calendar) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimeStamp() - ? ????javax.management.Notification
Get the notification timestamp.
getTimeStamp() - ?? ????org.w3c.dom.events.Event
Used to specify the time (in milliseconds relative to the epoch) at which the event was created.
getTimeToLive() - ? ????java.net.DatagramSocketImpl
Retrieve the TTL (time-to-live) option.
getTimeToLive() - ? ????java.net.MulticastSocket
Get the default time-to-live for multicast packets sent out on the socket.
getTimeToLive(String, Locale) - ? ????java.util.ResourceBundle.Control
Returns the time-to-live (TTL) value for resource bundles that are loaded under this ResourceBundle.Control.
getTimeZone() - ? ????java.text.DateFormat
Gets the time zone.
getTimeZone() - ? ????java.util.Calendar
Gets the time zone.
getTimeZone() - ? ????java.util.GregorianCalendar
 
getTimeZone(String) - ? ??????java.util.TimeZone
Gets the TimeZone for the given ID.
getTimeZone(ZoneId) - ? ??????java.util.TimeZone
Gets the TimeZone for the given zoneId.
getTimezone() - ? ????javax.xml.datatype.XMLGregorianCalendar
Return timezone offset in minutes or DatatypeConstants.FIELD_UNDEFINED if this optional field is not defined.
getTimeZone(int) - ? ????javax.xml.datatype.XMLGregorianCalendar
Returns a java.util.TimeZone for this class.
getTimezoneOffset() - ? ????java.util.Date
????
As of JDK version 1.1, replaced by -(Calendar.get(Calendar.ZONE_OFFSET) + Calendar.get(Calendar.DST_OFFSET)) / (60 * 1000).
getTipText() - ? ????javax.swing.JToolTip
Returns the text that is shown when the tool tip is displayed.
getTitle() - ? ????java.awt.Dialog
Gets the title of the dialog.
getTitle() - ? ????java.awt.Frame
Gets the title of the frame.
getTitle() - ? ????javax.swing.border.TitledBorder
Returns the title of the titled border.
getTitle() - ? ????javax.swing.JInternalFrame
Returns the title of the JInternalFrame.
getTitle(String, FontMetrics, int) - ? ????javax.swing.plaf.basic.BasicInternalFrameTitlePane
 
getTitleAt(int) - ? ????javax.swing.JTabbedPane
Returns the tab title at index.
getTitleColor() - ? ????javax.swing.border.TitledBorder
Returns the title-color of the titled border.
getTitledBorderText() - ?? ????javax.accessibility.AccessibleExtendedComponent
Returns the titled border text
getTitledBorderText() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Returns the titled border text
getTitledBorderText() - ? ????javax.swing.JComponent.AccessibleJComponent
Returns the titled border text
getTitledBorderText() - ? ????javax.swing.JLabel.AccessibleJLabel
Returns the titled border text
getTitleFont() - ? ????javax.swing.border.TitledBorder
Returns the title-font of the titled border.
getTitleJustification() - ? ????javax.swing.border.TitledBorder
Returns the title-justification of the titled border.
getTitlePosition() - ? ????javax.swing.border.TitledBorder
Returns the title-position of the titled border.
getTLen() - ? ????javax.crypto.spec.GCMParameterSpec
Returns the authentication tag length.
getToggleButtonBorder() - ? ??????javax.swing.plaf.basic.BasicBorders
 
getToggleButtonBorder() - ? ??????javax.swing.plaf.metal.MetalBorders
Returns a border instance for a JToggleButton
getToggleClickCount() - ? ????javax.swing.JTree
Returns the number of mouse clicks needed to expand or close a node.
getToIndex() - ? ????javax.swing.event.TableColumnModelEvent
Returns the toIndex.
getTokenThreshold() - ? ????javax.swing.text.html.HTMLDocument
Gets the number of tokens to buffer before trying to update the documents element structure.
getToolkit() - ? ????java.awt.Component
Gets the toolkit of this component.
getToolkit() - ? ????java.awt.Window
Returns the toolkit of this frame.
getToolTip() - ? ????java.awt.TrayIcon
Returns the tooltip string associated with this TrayIcon.
getToolTipLocation(MouseEvent) - ? ????javax.swing.JComponent
Returns the tooltip location in this component's coordinate system.
getToolTipText() - ?? ????javax.accessibility.AccessibleExtendedComponent
Returns the tool tip text
getToolTipText() - ? ????javax.swing.AbstractButton.AccessibleAbstractButton
Returns the tool tip text
getToolTipText() - ? ????javax.swing.JComponent.AccessibleJComponent
Returns the tool tip text
getToolTipText() - ? ????javax.swing.JComponent
Returns the tooltip string that has been set with setToolTipText.
getToolTipText(MouseEvent) - ? ????javax.swing.JComponent
Returns the string to be used as the tooltip for event.
getToolTipText() - ? ????javax.swing.JLabel.AccessibleJLabel
Returns the tool tip text
getToolTipText(MouseEvent) - ? ????javax.swing.JList
Returns the tooltip text to be used for the given event.
getToolTipText(MouseEvent) - ? ????javax.swing.JTabbedPane
Returns the tooltip text for the component determined by the mouse event location.
getToolTipText(MouseEvent) - ? ????javax.swing.JTable
Overrides JComponent's getToolTipText method in order to allow the renderer's tips to be used if it has text set.
getToolTipText(MouseEvent) - ? ????javax.swing.JTree
Overrides JComponent's getToolTipText method in order to allow renderer's tips to be used if it has text set.
getToolTipText(JTextComponent, Point) - ? ????javax.swing.plaf.basic.BasicTextUI
Returns the string to be used as the tooltip at the passed in location.
getToolTipText(JTextComponent, Point) - ? ????javax.swing.plaf.multi.MultiTextUI
Invokes the getToolTipText method on each UI handled by this object.
getToolTipText(JTextComponent, Point) - ? ????javax.swing.plaf.TextUI
Returns the string to be used as the tooltip at the passed in location.
getToolTipText(MouseEvent) - ? ????javax.swing.table.JTableHeader
Allows the renderer's tips to be used if there is text set.
getToolTipText(float, float, Shape) - ? ????javax.swing.text.html.ImageView
For images the tooltip text comes from text specified with the ALT attribute.
getToolTipText(MouseEvent) - ? ????javax.swing.text.JTextComponent
Returns the string to be used as the tooltip for event.
getToolTipText(float, float, Shape) - ? ????javax.swing.text.View
Returns the tooltip text at the specified location.
getToolTipTextAt(int) - ? ????javax.swing.JTabbedPane
Returns the tab tooltip text at index.
getToPage() - ? ????java.awt.JobAttributes
Returns, for jobs using these attributes, the last page (inclusive) to be printed, if a range of pages is to be printed.
getTopComponent() - ? ????javax.swing.JSplitPane
Returns the component above, or to the left of the divider.
getTopInset() - ? ????javax.swing.text.AsyncBoxView
Get the top part of the margin around the view.
getTopInset() - ? ????javax.swing.text.CompositeView
Gets the top inset.
getTopLevelAncestor() - ? ????javax.swing.JComponent
Returns the top-level ancestor of this component (either the containing Window or Applet), or null if this component has not been added to any container.
getTotalCapacity() - ?? ????java.lang.management.BufferPoolMXBean
Returns an estimate of the total capacity of the buffers in this pool.
getTotalColumnWidth() - ? ????javax.swing.table.DefaultTableColumnModel
Returns the total combined width of all columns.
getTotalColumnWidth() - ?? ????javax.swing.table.TableColumnModel
Returns the total width of all the columns.
getTotalCompilationTime() - ?? ????java.lang.management.CompilationMXBean
Returns the approximate accumulated elapsed time (in milliseconds) spent in compilation.
getTotalIn() - ? ????java.util.zip.Deflater
Returns the total number of uncompressed bytes input so far.
getTotalIn() - ? ????java.util.zip.Inflater
Returns the total number of compressed bytes input so far.
getTotalLoadedClassCount() - ?? ????java.lang.management.ClassLoadingMXBean
Returns the total number of classes that have been loaded since the Java virtual machine has started execution.
getTotalOut() - ? ????java.util.zip.Deflater
Returns the total number of compressed bytes output so far.
getTotalOut() - ? ????java.util.zip.Inflater
Returns the total number of uncompressed bytes output so far.
getTotalSeconds() - ? ????java.time.ZoneOffset
Gets the total zone offset in seconds.
getTotalSize() - ?? ????org.w3c.dom.ls.LSProgressEvent
The total size of the document including all external resources, this number might change as a document is being parsed if references to more external resources are seen.
getTotalSpace() - ? ????java.io.File
Returns the size of the partition named by this abstract pathname.
getTotalSpace() - ? ????java.nio.file.FileStore
Returns the size, in bytes, of the file store.
getTotalStartedThreadCount() - ?? ????java.lang.management.ThreadMXBean
Returns the total number of threads created and also started since the Java virtual machine started.
getTrackBounds() - ? ????javax.swing.plaf.basic.BasicScrollBarUI
Returns the current bounds of the track, i.e. the space in between the increment and decrement buttons, less the insets.
getTrackLength() - ? ????javax.swing.plaf.metal.MetalSliderUI
Returns the longer dimension of the slide bar.
getTrackMute(int) - ?? ????javax.sound.midi.Sequencer
Obtains the current mute state for a track.
getTracks() - ? ????javax.sound.midi.Sequence
Obtains an array containing all the tracks in this sequence.
getTrackSolo(int) - ?? ????javax.sound.midi.Sequencer
Obtains the current solo state for a track.
getTrackWidth() - ? ????javax.swing.plaf.metal.MetalSliderUI
Returns the shorter dimension of the track.
getTrafficClass() - ? ????java.net.DatagramSocket
Gets traffic class or type-of-service in the IP datagram header for packets sent from this DatagramSocket.
getTrafficClass() - ? ????java.net.Socket
Gets traffic class or type-of-service in the IP header for packets sent from this Socket As the underlying network implementation may ignore the traffic class or type-of-service set using Socket.setTrafficClass(int) this method may return a different value than was previously set using the Socket.setTrafficClass(int) method on this Socket.
getTrailerField() - ? ????java.security.spec.PSSParameterSpec
Returns the value for the trailer field, i.e. bc in PKCS#1 v2.1.
getTransactionIsolation() - ?? ????java.sql.Connection
Retrieves this Connection object's current transaction isolation level.
getTransactionIsolation() - ? ????javax.sql.rowset.BaseRowSet
Returns the transaction isolation property for this RowSet object's connection.
getTransactionIsolation() - ?? ????javax.sql.RowSet
Retrieves the transaction isolation level set for this RowSet object.
getTransactionTimeout() - ?? ????javax.transaction.xa.XAResource
Obtains the current transaction timeout value set for this XAResource instance.
getTransferable() - ? ????java.awt.dnd.DragSourceContext
Returns the Transferable associated with this DragSourceContext.
getTransferable() - ? ????java.awt.dnd.DropTargetContext
get the Transferable (proxy) operand of this operation
getTransferable() - ? ????java.awt.dnd.DropTargetDragEvent
This method returns the Transferable object that represents the data associated with the current drag operation.
getTransferable() - ? ????java.awt.dnd.DropTargetDropEvent
This method returns the Transferable object associated with the drop.
getTransferable() - ? ????javax.swing.TransferHandler.TransferSupport
Returns the Transferable associated with this transfer.
getTransferData(DataFlavor) - ? ????java.awt.datatransfer.StringSelection
Returns the Transferable's data in the requested DataFlavor if possible.
getTransferData(DataFlavor) - ?? ????java.awt.datatransfer.Transferable
Returns an object which represents the data to be transferred.
getTransferData(DataFlavor) - ? ????java.awt.dnd.DropTargetContext.TransferableProxy
Returns an object which represents the data provided by the encapsulated transferable for the requested data flavor.
getTransferData(DataFlavor, DataSource) - ?? ????javax.activation.DataContentHandler
Returns an object which represents the data to be transferred.
getTransferData(DataFlavor) - ? ????javax.activation.DataHandler
Returns an object that represents the data to be transferred.
getTransferDataFlavors() - ? ????java.awt.datatransfer.StringSelection
Returns an array of flavors in which this Transferable can provide the data.
getTransferDataFlavors() - ?? ????java.awt.datatransfer.Transferable
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getTransferDataFlavors() - ? ????java.awt.dnd.DropTargetContext.TransferableProxy
Returns an array of DataFlavor objects indicating the flavors the data can be provided in by the encapsulated transferable.
getTransferDataFlavors() - ?? ????javax.activation.DataContentHandler
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getTransferDataFlavors() - ? ????javax.activation.DataHandler
Return the DataFlavors in which this data is available.
getTransferHandler() - ? ????javax.swing.JApplet
Gets the transferHandler property.
getTransferHandler() - ? ????javax.swing.JComponent
Gets the transferHandler property.
getTransferHandler() - ? ????javax.swing.JDialog
Gets the transferHandler property.
getTransferHandler() - ? ????javax.swing.JFrame
Gets the transferHandler property.
getTransferHandler() - ? ????javax.swing.JWindow
Gets the transferHandler property.
getTransferSize() - ???? ????java.sql.DataTruncation
Gets the number of bytes of data actually transferred.
getTransferType() - ? ????java.awt.image.ColorModel
Returns the transfer type of this ColorModel.
getTransferType() - ? ????java.awt.image.MultiPixelPackedSampleModel
Returns the TransferType used to transfer pixels by way of the getDataElements and setDataElements methods.
getTransferType() - ? ????java.awt.image.Raster
Returns the TransferType used to transfer pixels via the getDataElements and setDataElements methods.
getTransferType() - ? ????java.awt.image.SampleModel
Returns the TransferType used to transfer pixels via the getDataElements and setDataElements methods.
getTransform() - ? ????java.awt.font.FontRenderContext
Gets the transform that is used to scale typographical points to pixels in this FontRenderContext.
getTransform() - ? ????java.awt.Font
Returns a copy of the transform associated with this Font.
getTransform() - ? ????java.awt.font.TransformAttribute
Returns a copy of the wrapped transform.
getTransform() - ? ????java.awt.Graphics2D
Returns a copy of the current Transform in the Graphics2D context.
getTransform() - ? ????java.awt.image.AffineTransformOp
Returns the affine transform used by this transform operation.
getTransform() - ? ????java.awt.image.renderable.RenderContext
Gets the current user-to-device AffineTransform.
getTransform() - ? ????java.awt.MultipleGradientPaint
Returns a copy of the transform applied to the gradient.
getTransformer() - ?? ????javax.xml.transform.sax.TransformerHandler
Get the Transformer associated with this handler, which is needed in order to set parameters and output properties.
getTransforms() - ?? ????javax.xml.crypto.dsig.keyinfo.RetrievalMethod
Returns an unmodifiable list of Transforms of this RetrievalMethod.
getTransforms() - ?? ????javax.xml.crypto.dsig.Reference
Returns an unmodifiable list of Transforms that are contained in this Reference.
getTransformType() - ? ????java.awt.font.FontRenderContext
Returns the integer type of the affine transform for this FontRenderContext as specified by AffineTransform.getType()
getTransition(LocalDateTime) - ? ????java.time.zone.ZoneRules
Gets the offset transition applicable at the specified local date-time in these rules.
getTransitionRules() - ? ????java.time.zone.ZoneRules
Gets the list of transition rules for years beyond those defined in the transition list.
getTransitions() - ? ????java.time.zone.ZoneRules
Gets the complete list of fully defined transitions.
getTranslateInstance(double, double) - ? ??????java.awt.geom.AffineTransform
Returns a transform representing a translation transformation.
getTranslateX() - ? ????java.awt.geom.AffineTransform
Returns the X coordinate of the translation element (m02) of the 3x3 affine transformation matrix.
getTranslateY() - ? ????java.awt.geom.AffineTransform
Returns the Y coordinate of the translation element (m12) of the 3x3 affine transformation matrix.
getTransmitter() - ?? ????javax.sound.midi.MidiDevice
Obtains a MIDI OUT connection from which the MIDI device will transmit MIDI data The returned transmitter must be closed when the application has finished using it.
getTransmitter() - ? ??????javax.sound.midi.MidiSystem
Obtains a MIDI transmitter from an external MIDI port or other default source.
getTransmitters() - ?? ????javax.sound.midi.MidiDevice
Returns all currently active, non-closed transmitters connected with this MidiDevice.
getTransparency() - ? ????java.awt.Color
Returns the transparency mode for this Color.
getTransparency() - ? ????java.awt.GradientPaint
Returns the transparency mode for this GradientPaint.
getTransparency() - ? ????java.awt.image.BufferedImage
Returns the transparency.
getTransparency() - ? ????java.awt.image.ColorModel
Returns the transparency.
getTransparency() - ? ????java.awt.image.IndexColorModel
Returns the transparency.
getTransparency() - ? ????java.awt.image.VolatileImage
Returns the transparency.
getTransparency() - ? ????java.awt.MultipleGradientPaint
Returns the transparency mode for this Paint object.
getTransparency() - ? ????java.awt.TexturePaint
Returns the transparency mode for this TexturePaint.
getTransparency() - ?? ????java.awt.Transparency
Returns the type of this Transparency.
getTransparentPixel() - ? ????java.awt.image.IndexColorModel
Returns the index of a transparent pixel in this IndexColorModel or -1 if there is no pixel with an alpha value of 0.
getTrayIcons() - ? ????java.awt.SystemTray
Returns an array of all icons added to the tray by this application.
getTrayIconSize() - ? ????java.awt.SystemTray
Returns the size, in pixels, of the space that a tray icon will occupy in the system tray.
getTRC() - ? ????java.awt.color.ICC_ProfileGray
Returns the TRC as an array of shorts.
getTRC(int) - ? ????java.awt.color.ICC_ProfileRGB
Returns the TRC for a particular component as an array.
getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - ? ????javax.swing.DefaultCellEditor
Implements the TreeCellEditor interface.
getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - ? ????javax.swing.tree.DefaultTreeCellEditor
Configures the editor.
getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - ?? ????javax.swing.tree.TreeCellEditor
Sets an initial value for the editor.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - ? ????javax.swing.tree.DefaultTreeCellRenderer
Configures the renderer based on the passed in components.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - ?? ????javax.swing.tree.TreeCellRenderer
Sets the value of the current tree cell to value.
getTreeComputerIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getTreeControlIcon(boolean) - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getTreeExpansionListeners() - ? ????javax.swing.JTree
Returns an array of all the TreeExpansionListeners added to this JTree with addTreeExpansionListener().
getTreeFloppyDriveIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getTreeFolderIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getTreeHardDriveIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getTreeLeafIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getTreeLock() - ? ????java.awt.Component
Gets this component's locking object (the object that owns the thread synchronization monitor) for AWT component-tree and layout operations.
getTreeLock() - ? ????java.awt.MenuComponent
Gets this component's locking object (the object that owns the thread synchronization monitor) for AWT component-tree and layout operations.
getTreeModelListeners() - ? ????javax.swing.tree.DefaultTreeModel
Returns an array of all the tree model listeners registered on this model.
getTreePath() - ? ????javax.swing.event.TreeModelEvent
For all events, except treeStructureChanged, returns the parent of the changed nodes.
getTreeSelectionListeners() - ? ????javax.swing.JTree
Returns an array of all the TreeSelectionListeners added to this JTree with addTreeSelectionListener().
getTreeSelectionListeners() - ? ????javax.swing.tree.DefaultTreeSelectionModel
Returns an array of all the tree selection listeners registered on this model.
getTreeWillExpandListeners() - ? ????javax.swing.JTree
Returns an array of all the TreeWillExpandListeners added to this JTree with addTreeWillExpandListener().
getTrigger() - ? ????java.awt.dnd.DragSourceContext
Returns the DragGestureEvent that initially triggered the drag.
getTrigger() - ? ????javax.management.monitor.MonitorNotification
Gets the threshold/string (depending on the monitor type) that triggered off this monitor notification.
getTriggerEvent() - ? ????java.awt.dnd.DragGestureEvent
Returns the initial event that triggered the gesture.
getTriggerEvent() - ? ????java.awt.dnd.DragGestureRecognizer
This method returns the first event in the series of events that initiated the Drag and Drop operation.
getTrustAnchor() - ? ????java.security.cert.PKIXCertPathValidatorResult
Returns the TrustAnchor describing the CA that served as a trust anchor for the certification path.
getTrustAnchors() - ? ????java.security.cert.PKIXParameters
Returns an immutable Set of the most-trusted CAs.
getTrustedCert() - ? ????java.security.cert.TrustAnchor
Returns the most-trusted CA certificate.
getTrustedCertificate() - ? ????java.security.KeyStore.TrustedCertificateEntry
Gets the trusted Certficate from this entry.
getTrustManagers() - ? ????javax.net.ssl.TrustManagerFactory
Returns one trust manager for each type of trust material.
getTTL() - ? ????java.net.DatagramSocketImpl
????
use getTimeToLive instead.
getTTL() - ? ????java.net.MulticastSocket
????
use the getTimeToLive method instead, which returns an int instead of a byte.
getType() - ? ????java.awt.color.ColorSpace
Returns the color space type of this ColorSpace (for example TYPE_RGB, TYPE_XYZ, ...).
getType() - ? ????java.awt.Cursor
Returns the type for this cursor.
getType() - ? ????java.awt.font.GlyphMetrics
Returns the raw glyph type code.
getType() - ? ????java.awt.geom.AffineTransform
Retrieves the flag bits describing the conversion properties of this transform.
getType() - ? ????java.awt.GraphicsDevice
Returns the type of this GraphicsDevice.
getType() - ? ????java.awt.image.BufferedImage
Returns the image type.
getType() - ? ????java.awt.Window
Returns the type of the window.
getType() - ? ????java.io.ObjectStreamField
Get the type of the field.
getType(char) - ? ??????java.lang.Character
Returns a value indicating a character's general category.
getType(int) - ? ??????java.lang.Character
Returns a value indicating a character's general category.
getType() - ?? ????java.lang.management.MemoryPoolMXBean
Returns the type of this memory pool.
getType() - ?? ????java.lang.reflect.AnnotatedType
Returns the underlying type that this annotated type represents.
getType() - ? ????java.lang.reflect.Field
Returns a Class object that identifies the declared type for the field represented by this Field object.
getType() - ? ????java.lang.reflect.Parameter
Returns a Class object that identifies the declared type for the parameter represented by this Parameter object.
getType() - ? ????java.security.cert.Certificate
Returns the type of this certificate.
getType() - ? ????java.security.cert.CertificateFactory
Returns the name of the certificate type associated with this certificate factory.
getType() - ? ????java.security.cert.CertPath
Returns the type of Certificates in this certification path.
getType() - ? ????java.security.cert.CertStore
Returns the type of this CertStore.
getType() - ? ????java.security.cert.CRL
Returns the type of this CRL.
getType() - ? ????java.security.KeyStore
Returns the type of this keystore.
getType() - ? ????java.security.Policy
Return the type of this Policy.
getType() - ? ????java.security.Provider.Service
Get the type of this service.
getType() - ?? ????java.sql.ResultSet
Retrieves the type of this ResultSet object.
getType() - ?? ????javax.accessibility.AccessibleTableModelChange
Returns the type of event.
getType() - ? ????javax.management.MBeanAttributeInfo
Returns the class name of the attribute.
getType() - ? ????javax.management.MBeanParameterInfo
Returns the type or class name of the data.
getType() - ? ????javax.management.Notification
Get the notification type.
getType(String) - ? ????javax.management.openmbean.CompositeType
Returns the open type of the item whose name is itemName, or null if this CompositeType instance does not define any item whose name is itemName.
getType() - ? ????javax.naming.event.NamingEvent
Returns the type of this event.
getType() - ? ????javax.naming.ldap.Rdn
Retrieves one of this Rdn's type.
getType() - ? ????javax.naming.RefAddr
Retrieves the address type of this address.
getType() - ? ????javax.net.ssl.SNIMatcher
Returns the server name type of this SNIMatcher object.
getType() - ? ????javax.net.ssl.SNIServerName
Returns the name type of this server name.
getType() - ? ????javax.security.auth.login.Configuration
Return the type of this Configuration.
getType() - ? ????javax.sound.midi.MetaMessage
Obtains the type of the MetaMessage.
getType() - ? ????javax.sound.midi.MidiFileFormat
Obtains the MIDI file type.
getType() - ? ????javax.sound.sampled.AudioFileFormat
Obtains the audio file type, such as WAVE or AU.
getType() - ? ????javax.sound.sampled.Control
Obtains the control's type.
getType() - ? ????javax.sound.sampled.LineEvent
Obtains the event's type.
getType() - ? ????javax.sql.rowset.BaseRowSet
Returns the type of this RowSet object.
getType() - ?? ????javax.swing.event.DocumentEvent
Gets the type of event.
getType() - ? ????javax.swing.event.ListDataEvent
Returns the event type.
getType() - ? ????javax.swing.event.RowSorterEvent
Returns the type of event.
getType() - ? ????javax.swing.event.TableModelEvent
Returns the type of event - one of: INSERT, UPDATE and DELETE.
getType() - ? ????javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
 
getType() - ? ????javax.swing.text.AbstractDocument.DefaultDocumentEvent
Returns the type of event.
getType() - ? ????javax.swing.text.DefaultStyledDocument.ElementSpec
Gets the element type.
getType() - ? ????javax.swing.text.html.parser.AttributeList
 
getType() - ? ????javax.swing.text.html.parser.Element
Get type.
getType() - ? ????javax.swing.text.html.parser.Entity
Gets the type of the entity.
getType() - ?? ????javax.xml.crypto.URIReference
Returns the type of data referenced by this URI.
getType() - ?? ????org.w3c.dom.DOMError
A DOMString indicating which related data is expected in relatedData.
getType() - ?? ????org.w3c.dom.events.Event
The name of the event (case-insensitive).
getType(int) - ?? ????org.xml.sax.AttributeList
????
Return the type of an attribute in the list (by position).
getType(String) - ?? ????org.xml.sax.AttributeList
????
Return the type of an attribute in the list (by name).
getType(int) - ?? ????org.xml.sax.Attributes
Look up an attribute's type by index.
getType(String, String) - ?? ????org.xml.sax.Attributes
Look up an attribute's type by Namespace name.
getType(String) - ?? ????org.xml.sax.Attributes
Look up an attribute's type by XML qualified (prefixed) name.
getType(int) - ? ????org.xml.sax.helpers.AttributeListImpl
????
Get the type of an attribute (by position).
getType(String) - ? ????org.xml.sax.helpers.AttributeListImpl
????
Get the type of an attribute (by name).
getType(int) - ? ????org.xml.sax.helpers.AttributesImpl
Return an attribute's type by index.
getType(String, String) - ? ????org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by Namespace-qualified name.
getType(String) - ? ????org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by qualified (prefixed) name.
getTypeArguments() - ?? ????javax.lang.model.type.DeclaredType
Returns the actual type arguments of this type.
getTypeCode() - ? ????java.io.ObjectStreamField
Returns character encoding of field type.
getTypeDescription(File) - ? ????javax.swing.filechooser.FileView
A human readable description of the type of the file.
getTypeDescription(File) - ? ????javax.swing.JFileChooser
Returns the file type.
getTypeDescription(File) - ? ????javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
 
getTypeElement(CharSequence) - ?? ????javax.lang.model.util.Elements
Returns a type element given its canonical name.
getTypeInfo() - ?? ????java.sql.DatabaseMetaData
Retrieves a description of all the data types supported by this database.
getTypeInfoProvider() - ? ????javax.xml.validation.ValidatorHandler
Obtains the TypeInfoProvider implementation of this ValidatorHandler.
getTypeMap() - ?? ????java.sql.Connection
Retrieves the Map object associated with this Connection object.
getTypeMap() - ? ????javax.sql.rowset.BaseRowSet
Retrieves the type map associated with the Connection object for this RowSet object.
getTypeMap() - ?? ????javax.sql.RowSet
Retrieves the Map object associated with this RowSet object, which specifies the custom mapping of SQL user-defined types, if any.
getTypeMirror() - ???? ????javax.lang.model.type.MirroredTypeException
Returns the type mirror corresponding to the type being accessed.
getTypeMirrors() - ???? ????javax.lang.model.type.MirroredTypesException
Returns the type mirrors corresponding to the types being accessed.
getTypeName() - ? ????java.lang.Class
Return an informative string for the name of this type.
getTypeName() - ?? ????java.lang.reflect.Type
Returns a string describing this type, including information about any type parameters.
getTypeName() - ? ????javax.management.openmbean.OpenType
Returns the name of this OpenType instance.
getTypeName() - ?? ????org.w3c.dom.TypeInfo
The name of a type declared for the associated element or attribute, or null if unknown.
getTypeNamespace() - ?? ????org.w3c.dom.TypeInfo
The namespace of the type declared for the associated element or attribute or null if the element does not have declaration or if no namespace information is available.
getTypeParameters() - ? ????java.lang.Class
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeParameters() - ? ????java.lang.reflect.Constructor
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeParameters() - ? ????java.lang.reflect.Executable
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeParameters() - ?? ????java.lang.reflect.GenericDeclaration
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeParameters() - ? ????java.lang.reflect.Method
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeParameters() - ?? ????javax.lang.model.element.ExecutableElement
Returns the formal type parameters of this executable in declaration order.
getTypeParameters() - ?? ????javax.lang.model.element.Parameterizable
Returns the formal type parameters of the type element in declaration order.
getTypeParameters() - ?? ????javax.lang.model.element.TypeElement
Returns the formal type parameters of this type element in declaration order.
getTypeString() - ? ????java.io.ObjectStreamField
Return the JVM type signature.
getTypeUtils() - ?? ????javax.annotation.processing.ProcessingEnvironment
Returns an implementation of some utility methods for operating on types.
getTypeVariables() - ?? ????javax.lang.model.type.ExecutableType
Returns the type variables declared by the formal type parameters of this executable.
getUDTs(String, String, String, int[]) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of the user-defined types (UDTs) defined in a particular schema.
getUI(int, String) - ? ????javax.print.ServiceUIFactory
Get a UI object which may be cast to the requested UI type by the application and used in its user interface.
getUI() - ? ????javax.swing.AbstractButton
Returns the L&F object that renders this component.
getUI() - ? ????javax.swing.JColorChooser
Returns the L&F object that renders this component.
getUI() - ? ????javax.swing.JComboBox
Returns the L&F object that renders this component.
getUI() - ? ????javax.swing.JDesktopPane
Returns the L&F object that renders this component.
getUI() - ? ????javax.swing.JFileChooser
Gets the UI object which implements the L&F for this component.
getUI() - ? ????javax.swing.JInternalFrame
Returns the look-and-feel object that renders this component.
getUI() - ? ????javax.swing.JInternalFrame.JDesktopIcon
Returns the look-and-feel object that renders this component.
getUI() - ? ????javax.swing.JLabel
Returns the L&F object that renders this component.
getUI() - ? ????javax.swing.JLayer
Returns the LayerUI for this JLayer.
getUI() - ? ????javax.swing.JList
Returns the ListUI, the look and feel object that renders this component.
getUI() - ? ????javax.swing.JMenuBar
Returns the menubar's current UI.
getUI() - ? ????javax.swing.JOptionPane
Returns the UI object which implements the L&F for this component.
getUI() - ? ????javax.swing.JPanel
Returns the look and feel (L&amp;F) object that renders this component.
getUI() - ? ????javax.swing.JPopupMenu
Returns the look and feel (L&F) object that renders this component.
getUI() - ? ????javax.swing.JProgressBar
Returns the look-and-feel object that renders this component.
getUI() - ? ????javax.swing.JRootPane
Returns the L&F object that renders this component.
getUI() - ? ????javax.swing.JScrollBar
Returns the delegate that implements the look and feel for this component.
getUI() - ? ????javax.swing.JScrollPane
Returns the look and feel (L&F) object that renders this component.
getUI() - ? ????javax.swing.JSeparator
Returns the L&F object that renders this component.
getUI() - ? ????javax.swing.JSlider
Gets the UI object which implements the L&F for this component.
getUI() - ? ????javax.swing.JSpinner
Returns the look and feel (L&F) object that renders this component.
getUI() - ? ????javax.swing.JSplitPane
Returns the SplitPaneUI that is providing the current look and feel.
getUI() - ? ????javax.swing.JTabbedPane
Returns the UI object which implements the L&F for this component.
getUI() - ? ????javax.swing.JTable
Returns the L&F object that renders this component.
getUI() - ? ????javax.swing.JToolBar
Returns the tool bar's current UI.
getUI() - ? ????javax.swing.JToolTip
Returns the L&F object that renders this component.
getUI() - ? ????javax.swing.JTree
Returns the L&F object that renders this component.
getUI() - ? ????javax.swing.JViewport
Returns the L&F object that renders this component.
getUI() - ? ????javax.swing.table.JTableHeader
Returns the look and feel (L&F) object that renders this component.
getUI() - ? ????javax.swing.text.JTextComponent
Fetches the user-interface factory for this text-oriented editor.
getUI(JComponent) - ? ????javax.swing.UIDefaults
Creates an ComponentUI implementation for the specified component.
getUI(JComponent) - ? ??????javax.swing.UIManager
Returns the appropriate ComponentUI implementation for target.
getUIActionMap(JComponent) - ? ??????javax.swing.SwingUtilities
Returns the ActionMap provided by the UI in component component.
getUIClass(String, ClassLoader) - ? ????javax.swing.UIDefaults
The value of get(uidClassID) must be the String name of a class that implements the corresponding ComponentUI class.
getUIClass(String) - ? ????javax.swing.UIDefaults
Returns the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JButton
Returns a string that specifies the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JCheckBox
Returns a string that specifies the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JCheckBoxMenuItem
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JColorChooser
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JComboBox
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JComponent
Returns the UIDefaults key used to look up the name of the swing.plaf.ComponentUI class that defines the look and feel for this component.
getUIClassID() - ? ????javax.swing.JDesktopPane
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JEditorPane
Gets the class ID for the UI.
getUIClassID() - ? ????javax.swing.JFileChooser
Returns a string that specifies the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JFormattedTextField
Gets the class ID for a UI.
getUIClassID() - ? ????javax.swing.JInternalFrame
Returns the name of the look-and-feel class that renders this component.
getUIClassID() - ? ????javax.swing.JInternalFrame.JDesktopIcon
Returns the name of the look-and-feel class that renders this component.
getUIClassID() - ? ????javax.swing.JLabel
Returns a string that specifies the name of the l&f class that renders this component.
getUIClassID() - ? ????javax.swing.JList
Returns "ListUI", the UIDefaults key used to look up the name of the javax.swing.plaf.ListUI class that defines the look and feel for this component.
getUIClassID() - ? ????javax.swing.JMenu
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JMenuBar
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JMenuItem
Returns the suffix used to construct the name of the L&F class used to render this component.
getUIClassID() - ? ????javax.swing.JOptionPane
Returns the name of the UI class that implements the L&F for this component.
getUIClassID() - ? ????javax.swing.JPanel
Returns a string that specifies the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JPasswordField
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JPopupMenu
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JPopupMenu.Separator
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JProgressBar
Returns the name of the look-and-feel class that renders this component.
getUIClassID() - ? ????javax.swing.JRadioButton
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JRadioButtonMenuItem
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JRootPane
Returns a string that specifies the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JScrollBar
Returns the name of the LookAndFeel class for this component.
getUIClassID() - ? ????javax.swing.JScrollPane
Returns the suffix used to construct the name of the L&F class used to render this component.
getUIClassID() - ? ????javax.swing.JSeparator
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JSlider
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JSpinner
Returns the suffix used to construct the name of the look and feel (L&F) class used to render this component.
getUIClassID() - ? ????javax.swing.JSplitPane
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JTabbedPane
Returns the name of the UI class that implements the L&F for this component.
getUIClassID() - ? ????javax.swing.JTable
Returns the suffix used to construct the name of the L&F class used to render this component.
getUIClassID() - ? ????javax.swing.JTextArea
Returns the class ID for the UI.
getUIClassID() - ? ????javax.swing.JTextField
Gets the class ID for a UI.
getUIClassID() - ? ????javax.swing.JTextPane
Returns the class ID for the UI.
getUIClassID() - ? ????javax.swing.JToggleButton
Returns a string that specifies the name of the l&f class that renders this component.
getUIClassID() - ? ????javax.swing.JToolBar
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JToolBar.Separator
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JToolTip
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JTree
Returns the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.JViewport
Returns a string that specifies the name of the L&F class that renders this component.
getUIClassID() - ? ????javax.swing.table.JTableHeader
Returns the suffix used to construct the name of the look and feel (L&F) class used to render this component.
getUIClassNamesForRole(int) - ? ????javax.print.ServiceUIFactory
Given a UI role obtained from this factory obtain the UI types available from this factory which implement this role.
getUIError(String) - ? ????javax.swing.UIDefaults
If getUI() fails for any reason, it calls this method before returning null.
getUIInputMap(JComponent, int) - ? ??????javax.swing.SwingUtilities
Returns the InputMap provided by the UI for condition condition in component component.
getUIs() - ? ????javax.swing.plaf.multi.MultiButtonUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiColorChooserUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiComboBoxUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiDesktopIconUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiDesktopPaneUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiFileChooserUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiInternalFrameUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiLabelUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiListUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiMenuBarUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiMenuItemUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiOptionPaneUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiPanelUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiPopupMenuUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiProgressBarUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiRootPaneUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiScrollBarUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiScrollPaneUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiSeparatorUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiSliderUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiSpinnerUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiSplitPaneUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiTabbedPaneUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiTableHeaderUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiTableUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiTextUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiToolBarUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiToolTipUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiTreeUI
Returns the list of UIs associated with this multiplexing UI.
getUIs() - ? ????javax.swing.plaf.multi.MultiViewportUI
Returns the list of UIs associated with this multiplexing UI.
getUnallocatedSpace() - ? ????java.nio.file.FileStore
Returns the number of unallocated bytes in the file store.
getUnarrivedParties() - ? ????java.util.concurrent.Phaser
Returns the number of registered parties that have not yet arrived at the current phase of this phaser.
getUnboundInstance(File) - ? ??????javax.security.auth.kerberos.KeyTab
Returns an unbound KeyTab instance from a File object.
getUnboundInstance() - ? ??????javax.security.auth.kerberos.KeyTab
Returns the default unbound KeyTab instance.
getUncaughtExceptionHandler() - ? ????java.lang.Thread
Returns the handler invoked when this thread abruptly terminates due to an uncaught exception.
getUncaughtExceptionHandler() - ? ????java.util.concurrent.ForkJoinPool
Returns the handler for internal worker threads that terminate due to unrecoverable errors encountered while executing tasks.
getUndeclaredThrowable() - ???? ????java.lang.reflect.UndeclaredThrowableException
Returns the Throwable instance wrapped in this UndeclaredThrowableException, which may be null.
getUnderlineOffset() - ? ????java.awt.font.LineMetrics
Returns the position of the underline relative to the baseline.
getUnderlineThickness() - ? ????java.awt.font.LineMetrics
Returns the thickness of the underline.
getUndoableEditListeners() - ? ????javax.swing.text.AbstractDocument
Returns an array of all the undoable edit listeners registered on this document.
getUndoableEditListeners() - ? ????javax.swing.undo.UndoableEditSupport
Returns an array of all the UndoableEditListeners added to this UndoableEditSupport with addUndoableEditListener().
getUndoOrRedoPresentationName() - ? ????javax.swing.undo.UndoManager
Convenience method that returns either getUndoPresentationName or getRedoPresentationName.
getUndoPresentationName() - ? ????javax.swing.text.AbstractDocument.DefaultDocumentEvent
Provides a localized, human readable description of the undoable form of this edit, e.g. for use as an Undo menu item.
getUndoPresentationName() - ? ????javax.swing.undo.AbstractUndoableEdit
Retreives the value from the defaults table with key AbstractUndoableEdit.undoText and returns that value followed by a space, followed by getPresentationName.
getUndoPresentationName() - ? ????javax.swing.undo.CompoundEdit
Returns getUndoPresentationName from the last UndoableEdit added to edits.
getUndoPresentationName() - ?? ????javax.swing.undo.UndoableEdit
Returns a localized, human-readable description of the undoable form of this edit, suitable for use as an Undo menu item, for example.
getUndoPresentationName() - ? ????javax.swing.undo.UndoManager
Returns a description of the undoable form of this edit.
getUnexecutedModifications() - ???? ????javax.naming.directory.AttributeModificationException
Retrieves the unexecuted modification list.
getUnicodeLocaleAttributes() - ? ????java.util.Locale
Returns the set of unicode locale attributes associated with this locale, or the empty set if it has no attributes.
getUnicodeLocaleKeys() - ? ????java.util.Locale
Returns the set of Unicode locale keys defined by this locale, or the empty set if this locale has none.
getUnicodeLocaleType(String) - ? ????java.util.Locale
Returns the Unicode locale type associated with the specified Unicode locale key for this locale.
getUnicodeStream(int) - ?? ????java.sql.ResultSet
????
use getCharacterStream in place of getUnicodeStream
getUnicodeStream(String) - ?? ????java.sql.ResultSet
????
use getCharacterStream instead
getUnitIncrement() - ?? ????java.awt.Adjustable
Gets the unit value increment for the adjustable object.
getUnitIncrement() - ? ????java.awt.Scrollbar
Gets the unit increment for this scrollbar.
getUnitIncrement() - ? ????java.awt.ScrollPaneAdjustable
 
getUnitIncrement(int) - ? ????javax.swing.JScrollBar
Returns the amount to change the scrollbar's value by, given a unit up/down request.
getUnitIncrement() - ? ????javax.swing.JScrollBar
For backwards compatibility with java.awt.Scrollbar.
getUnitIncrement(int) - ? ????javax.swing.JScrollPane.ScrollBar
Computes the unit increment for scrolling if the viewport's view is a Scrollable object.
getUnits() - ?? ????java.time.chrono.ChronoPeriod
Gets the set of units supported by this period.
getUnits() - ? ????java.time.Duration
Gets the set of units supported by this duration.
getUnits() - ? ????java.time.Period
Gets the set of units supported by this period.
getUnits() - ?? ????java.time.temporal.TemporalAmount
Returns the list of units uniquely defining the value of this TemporalAmount.
getUnits() - ? ????javax.sound.sampled.FloatControl
Obtains the label for the units in which the control's values are expressed, such as "dB" or "frames per second."
getUnitsToScroll() - ? ????java.awt.event.MouseWheelEvent
This is a convenience method to aid in the implementation of the common-case MouseWheelListener - to scroll a ScrollPane or JScrollPane by an amount which conforms to the platform settings.
getUnknownAnnotationValue() - ???? ????javax.lang.model.element.UnknownAnnotationValueException
Returns the unknown annotation value.
getUnknownElement() - ???? ????javax.lang.model.element.UnknownElementException
Returns the unknown element.
getUnknownType() - ???? ????javax.lang.model.type.UnknownTypeException
Returns the unknown type.
getUnloadedClassCount() - ?? ????java.lang.management.ClassLoadingMXBean
Returns the total number of classes unloaded since the Java virtual machine has started execution.
getUnmarshallerHandler() - ?? ????javax.xml.bind.Unmarshaller
Get an unmarshaller handler object that can be used as a component in an XML pipeline.
getUnnormalizedComponents(float[], int, int[], int) - ? ????java.awt.image.ColorModel
Returns an array of all of the color/alpha components in unnormalized form, given a normalized component array.
getUnnormalizedComponents(float[], int, int[], int) - ? ????java.awt.image.ComponentColorModel
Returns an array of all of the color/alpha components in unnormalized form, given a normalized component array.
getUnresolvedActions() - ? ????java.security.UnresolvedPermission
Get the actions for the underlying permission that has not been resolved.
getUnresolvedCerts() - ? ????java.security.UnresolvedPermission
Get the signer certificates (without any supporting chain) for the underlying permission that has not been resolved.
getUnresolvedName() - ? ????java.security.UnresolvedPermission
Get the target name of the underlying permission that has not been resolved.
getUnresolvedType() - ? ????java.security.UnresolvedPermission
Get the type (class name) of the underlying permission that has not been resolved.
getUnsupportedAttributes() - ?? ????javax.print.AttributeException
Returns the array of printing attribute classes for which the Print Service instance does not support the attribute at all, or null if there are no such attributes.
getUnsupportedAttributes(DocFlavor, AttributeSet) - ?? ????javax.print.PrintService
Identifies the attributes that are unsupported for a print request in the context of a particular DocFlavor.
getUnsupportedFlavors() - ?? ????javax.print.FlavorException
Returns the unsupported flavors.
getUnsupportedURI() - ?? ????javax.print.URIException
Return the URI.
getUnsupportedValues() - ?? ????javax.print.AttributeException
Returns the array of printing attributes for which the Print Service instance supports the attribute but does not support that particular value of the attribute, or null if there are no such attribute values.
getUnwrappedParent(Component) - ? ??????javax.swing.SwingUtilities
Returns the first ancestor of the component which is not an instance of JLayer.
getUnwrappedView(JViewport) - ? ??????javax.swing.SwingUtilities
Returns the first JViewport's descendant which is not an instance of JLayer.
getUpdateAction() - ? ????javax.swing.plaf.basic.BasicFileChooserUI
 
getUpdateCount() - ?? ????java.sql.Statement
Retrieves the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getUpdateCounts() - ???? ????java.sql.BatchUpdateException
Retrieves the update count for each update statement in the batch update that executed successfully before this exception occurred.
getUpdateLevel() - ? ????javax.swing.undo.UndoableEditSupport
Returns the update level value.
getUpdatePeriod() - ? ????javax.sound.sampled.FloatControl
Obtains the smallest time interval, in microseconds, over which the control's value can change during a shift.
getUpdatePolicy() - ? ????javax.swing.text.DefaultCaret
Gets the caret movement policy on document updates.
getUpdateRect() - ? ????java.awt.event.PaintEvent
Returns the rectangle representing the area which needs to be repainted in response to this event.
getUpdateSelectionOnSort() - ? ????javax.swing.JTable
Returns true if the selection should be updated after sorting.
getUpdateTableInRealTime() - ? ????javax.swing.table.JTableHeader
Obsolete as of Java 2 platform v1.3.
getUpperBound() - ?? ????javax.lang.model.type.TypeVariable
Returns the upper bound of this type variable.
getUpperBounds() - ?? ????java.lang.reflect.WildcardType
Returns an array of Type objects representing the upper bound(s) of this type variable.
getUptime() - ?? ????java.lang.management.RuntimeMXBean
Returns the uptime of the Java virtual machine in milliseconds.
getURI() - ? ????java.security.URIParameter
Returns the URI.
getURI() - ? ????javax.print.attribute.URISyntax
Returns this URI attribute's URI value.
getURI() - ?? ????javax.xml.crypto.dsig.keyinfo.RetrievalMethod
Returns the URI of the referenced KeyInfo information.
getURI() - ? ????javax.xml.crypto.OctetStreamData
Returns the URI String identifying the data object represented by this OctetStreamData.
getURI() - ?? ????javax.xml.crypto.URIReference
Returns the URI of the referenced data object.
getURI() - ?? ????javax.xml.soap.Name
Returns the URI of the namespace for the XML name that this Name object represents.
getUri() - ?? ????org.w3c.dom.DOMLocator
The URI this locator is pointing to, or null if no URI is available.
getURI(int) - ?? ????org.xml.sax.Attributes
Look up an attribute's Namespace URI by index.
getURI(int) - ? ????org.xml.sax.helpers.AttributesImpl
Return an attribute's Namespace URI.
getURI(String) - ? ????org.xml.sax.helpers.NamespaceSupport
Look up a prefix and get the currently-mapped Namespace URI.
getURIDereferencer() - ? ????javax.xml.crypto.dom.DOMCryptoContext
 
getURIDereferencer() - ? ????javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
Returns a reference to the URIDereferencer that is used by default to dereference URIs in RetrievalMethod objects.
getURIDereferencer() - ? ????javax.xml.crypto.dsig.XMLSignatureFactory
Returns a reference to the URIDereferencer that is used by default to dereference URIs in Reference objects.
getURIDereferencer() - ?? ????javax.xml.crypto.XMLCryptoContext
Returns a URIDereferencer that is used to dereference URIReferences.
getURIReference() - ???? ????javax.xml.crypto.URIReferenceException
Returns the URIReference that was being dereferenced when the exception was thrown.
getURIResolver() - ? ????javax.xml.transform.Transformer
Get an object that will be used to resolve URIs used in document().
getURIResolver() - ? ????javax.xml.transform.TransformerFactory
Get the object that is used by default during the transformation to resolve URIs used in document(), xsl:import, or xsl:include.
getURIs() - ?? ????java.net.CookieStore
Get all URIs which identify the cookies in this cookie store.
getURL() - ? ????java.net.URLConnection
Returns the value of this URLConnection's URL field.
getURL(int) - ?? ????java.sql.CallableStatement
Retrieves the value of the designated JDBC DATALINK parameter as a java.net.URL object.
getURL(String) - ?? ????java.sql.CallableStatement
Retrieves the value of a JDBC DATALINK parameter as a java.net.URL object.
getURL() - ?? ????java.sql.DatabaseMetaData
Retrieves the URL for this DBMS.
getURL(int) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getURL(String) - ?? ????java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getURL() - ? ????javax.activation.URLDataSource
Return the URL used to create this DataSource.
getUrl() - ? ????javax.sql.rowset.BaseRowSet
Retrieves the JDBC URL that this RowSet object's javax.sql.Reader object uses to make a connection with a relational database using a JDBC technology-enabled driver.
getUrl() - ?? ????javax.sql.RowSet
Retrieves the url property this RowSet object will use to create a connection if it uses the DriverManager instead of a DataSource object to establish the connection.
getURL() - ? ????javax.swing.event.HyperlinkEvent
Gets the URL that the link refers to.
getURL() - ? ????javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getURL() - ?? ????javax.xml.bind.ValidationEventLocator
Return the name of the XML source as a URL if available
getURLContext(String, Hashtable<?, ?>) - ? ??????javax.naming.spi.NamingManager
Creates a context for the given URL scheme id.
getUrlDecoder() - ? ??????java.util.Base64
Returns a Base64.Decoder that decodes using the URL and Filename safe type base64 encoding scheme.
getUrlEncoder() - ? ??????java.util.Base64
Returns a Base64.Encoder that encodes using the URL and Filename safe type base64 encoding scheme.
getURLOrDefaultInitCtx(String) - ? ????javax.naming.InitialContext
Retrieves a context for resolving the string name name.
getURLOrDefaultInitCtx(Name) - ? ????javax.naming.InitialContext
Retrieves a context for resolving name.
getURLPath() - ? ????javax.management.remote.JMXServiceURL
The URL Path part of the Service URL.
getURLs() - ? ????java.net.URLClassLoader
Returns the search path of URLs for loading classes and resources.
getURLs() - ? ????javax.management.loading.MLet
Returns the search path of URLs for loading classes and resources.
getURLs() - ?? ????javax.management.loading.MLetMBean
Returns the search path of URLs for loading classes and resources.
getUsableSpace() - ? ????java.io.File
Returns the number of bytes available to this virtual machine on the partition named by this abstract pathname.
getUsableSpace() - ? ????java.nio.file.FileStore
Returns the number of bytes available to this Java virtual machine on the file store.
getUsage() - ? ????java.lang.management.MemoryNotificationInfo
Returns the memory usage of the memory pool when this notification was constructed.
getUsage() - ?? ????java.lang.management.MemoryPoolMXBean
Returns an estimate of the memory usage of this memory pool.
getUsage() - ?? ????org.ietf.jgss.GSSCredential
Returns the credential usage mode.
getUsage(Oid) - ?? ????org.ietf.jgss.GSSCredential
Returns the credential usage mode for a specific mechanism.
getUsageThreshold() - ?? ????java.lang.management.MemoryPoolMXBean
Returns the usage threshold value of this memory pool in bytes.
getUsageThresholdCount() - ?? ????java.lang.management.MemoryPoolMXBean
Returns the number of times that the memory usage has crossed the usage threshold.
getUseCache() - ? ??????javax.imageio.ImageIO
Returns the current value set by setUseCache, or true if no explicit setting has been made.
getUseCaches() - ? ????java.net.URLConnection
Returns the value of this URLConnection's useCaches field.
getUseCipherSuitesOrder() - ? ????javax.net.ssl.SSLParameters
Returns whether the local cipher suites preference should be honored.
getUseClientMode() - ? ????javax.net.ssl.SSLEngine
Returns true if the engine is set to use client mode when handshaking.
getUseClientMode() - ? ????javax.net.ssl.SSLServerSocket
Returns true if accepted connections will be in SSL client mode.
getUseClientMode() - ? ????javax.net.ssl.SSLSocket
Returns true if the socket is set to use client mode when handshaking.
getUsed() - ? ????java.lang.management.MemoryUsage
Returns the amount of used memory in bytes.
getUseParentHandlers() - ? ????java.util.logging.Logger
Discover whether or not this logger is sending its output to its parent logger.
getUserAction() - ? ????java.awt.dnd.DragSourceDragEvent
This method returns the user drop action.
getUserData(String) - ? ????javax.imageio.metadata.IIOMetadataNode
This DOM Level 3 method is not supported for IIOMetadataNode and will throw a DOMException.
getUserData() - ? ????javax.management.Notification
Get the user data.
getUserData(String) - ?? ????org.w3c.dom.Node
Retrieves the object associated to a key on a this node.
getUserDropAction() - ? ????javax.swing.TransferHandler.TransferSupport
Returns the user drop action for the drop, when this TransferSupport represents a drop.
getUserInfo() - ? ????java.net.URI
Returns the decoded user-information component of this URI.
getUserInfo() - ? ????java.net.URL
Gets the userInfo part of this URL.
getUserName() - ? ????java.awt.print.PrinterJob
Gets the name of the printing user.
getUserName() - ? ????java.net.PasswordAuthentication
Returns the user name.
getUserName() - ?? ????java.sql.DatabaseMetaData
Retrieves the user name as known to this database.
getUsername() - ? ????javax.sql.rowset.BaseRowSet
Returns the user name used to create a database connection.
getUsername() - ?? ????javax.sql.RowSet
Retrieves the username used to create a database connection for this RowSet object.
getUserObject() - ? ????javax.imageio.metadata.IIOMetadataNode
Returns the Object value associated with this node.
getUserObject() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns this node's user object.
getUserObjectPath() - ? ????javax.swing.tree.DefaultMutableTreeNode
Returns the user object path, from the root, to get to this node.
getUserPrincipal() - ? ????javax.xml.ws.spi.http.HttpExchange
Returns the Principal that represents the authenticated user for this HttpExchange.
getUserPrincipal() - ?? ????javax.xml.ws.WebServiceContext
Returns the Principal that identifies the sender of the request currently being serviced.
getUserPrincipalLookupService() - ? ????java.nio.file.FileSystem
Returns the UserPrincipalLookupService for this file system (optional operation).
getUserTextColor() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the user text color of the current theme.
getUserTextColor() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the user text color.
getUserTextFont() - ? ????javax.swing.plaf.metal.DefaultMetalTheme
Returns the user text font.
getUserTextFont() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the user text font of the current theme.
getUserTextFont() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the user text font.
getUtf16Offset() - ?? ????org.w3c.dom.DOMLocator
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646], offset into the input source this locator is pointing to or -1 if there is no UTF-16 offset available.
getVAdjustable() - ? ????java.awt.ScrollPane
Returns the ScrollPaneAdjustable object which represents the state of the vertical scrollbar.
getValidCharacters() - ? ????javax.swing.text.MaskFormatter
Returns the valid characters that can be input.
getValidOffsets(LocalDateTime) - ? ????java.time.zone.ZoneRules
Gets the offset applicable at the specified local date-time in these rules.
getValidPixels() - ? ????java.awt.image.IndexColorModel
Returns a BigInteger that indicates the valid/invalid pixels in the colormap.
getValidPolicy() - ?? ????java.security.cert.PolicyNode
Returns the valid policy represented by this node.
getValue() - ?? ????java.awt.Adjustable
Gets the current value of the adjustable object.
getValue() - ? ????java.awt.event.AdjustmentEvent
Returns the current value in the adjustment event.
getValue() - ? ????java.awt.Scrollbar
Gets the current value of this scroll bar.
getValue() - ? ????java.awt.ScrollPaneAdjustable
 
getValue() - ? ????java.beans.Expression
If the value property of this instance is not already set, this method dynamically finds the method with the specified methodName on this target with these arguments and calls it.
getValue(String) - ? ????java.beans.FeatureDescriptor
Retrieve a named attribute with this feature.
getValue() - ?? ????java.beans.PropertyEditor
Gets the property value.
getValue() - ? ????java.beans.PropertyEditorSupport
Gets the value of the property.
getValue() - ? ????java.net.HttpCookie
Returns the value of the cookie.
getValue() - ? ????java.rmi.dgc.Lease
Returns the lease duration.
getValue() - ?? ????java.security.cert.Extension
Gets the extensions's DER-encoded value.
getValue() - ?? ????java.security.KeyStore.Entry.Attribute
Returns the attribute's value.
getValue() - ? ????java.security.PKCS12Attribute
Returns the attribute's ASN.1 DER-encoded value as a string.
getValue() - ? ????java.text.Annotation
Returns the value of the attribute, which may be null.
getValue() - ?? ????java.time.chrono.Era
Gets the numeric value associated with the era as defined by the chronology.
getValue() - ?? ????java.time.chrono.HijrahEra
Gets the numeric era int value.
getValue() - ?? ????java.time.chrono.IsoEra
Gets the numeric era int value.
getValue() - ? ????java.time.chrono.JapaneseEra
Gets the numeric era int value.
getValue() - ?? ????java.time.chrono.MinguoEra
Gets the numeric era int value.
getValue() - ?? ????java.time.chrono.ThaiBuddhistEra
Gets the numeric era int value.
getValue() - ?? ????java.time.DayOfWeek
Gets the day-of-week int value.
getValue() - ?? ????java.time.Month
Gets the month-of-year int value.
getValue() - ? ????java.time.Year
Gets the year value.
getValue() - ? ????java.util.AbstractMap.SimpleEntry
Returns the value corresponding to this entry.
getValue() - ? ????java.util.AbstractMap.SimpleImmutableEntry
Returns the value corresponding to this entry.
getValue(String) - ? ????java.util.jar.Attributes
Returns the value of the specified attribute name, specified as a string, or null if the attribute was not found.
getValue(Attributes.Name) - ? ????java.util.jar.Attributes
Returns the value of the specified Attributes.Name, or null if the attribute was not found.
getValue() - ?? ????java.util.Map.Entry
Returns the value corresponding to this entry.
getValue() - ? ????java.util.zip.Adler32
Returns the checksum value.
getValue() - ?? ????java.util.zip.Checksum
Returns the current checksum value.
getValue() - ? ????java.util.zip.CRC32
Returns CRC-32 value.
getValue() - ?? ????javax.annotation.processing.Completion
Returns the text of the suggested completion.
getValue() - ? ????javax.crypto.spec.PSource.PSpecified
Returns the value of encoding input P.
getValue() - ?? ????javax.lang.model.element.AnnotationValue
Returns the value.
getValue() - ? ????javax.management.Attribute
Returns an Object that is the value of this attribute.
getValue() - ? ????javax.management.StringValueExp
Returns the string represented by the StringValueExp instance.
getValue() - ? ????javax.naming.ldap.Rdn
Retrieves one of this Rdn's value.
getValue(String) - ?? ????javax.net.ssl.SSLSession
Returns the object bound to the given name in the session's application layer data.
getValue() - ? ????javax.print.attribute.DateTimeSyntax
Returns this date-time attribute's java.util.Date value.
getValue() - ? ????javax.print.attribute.EnumSyntax
Returns this enumeration value's integer value.
getValue() - ? ????javax.print.attribute.IntegerSyntax
Returns this integer attribute's integer value.
getValue() - ? ????javax.print.attribute.TextSyntax
Returns this text attribute's text string.
getValue() - ? ????javax.sound.sampled.BooleanControl
Obtains this control's current value.
getValue() - ? ????javax.sound.sampled.EnumControl
Obtains this control's current value.
getValue() - ? ????javax.sound.sampled.FloatControl
Obtains this control's current value.
getValue(String) - ? ????javax.swing.AbstractAction
Gets the Object associated with the specified key.
getValue(String) - ?? ????javax.swing.Action
Gets one of this object's properties using the associated key.
getValue() - ?? ????javax.swing.BoundedRangeModel
Returns the model's current value.
getValue() - ? ????javax.swing.DefaultBoundedRangeModel
Returns the model's current value.
getValue() - ? ????javax.swing.JFormattedTextField
Returns the last valid value.
getValue() - ? ????javax.swing.JOptionPane
Returns the value the user has selected.
getValue() - ? ????javax.swing.JProgressBar
Returns the progress bar's current value from the BoundedRangeModel.
getValue() - ? ????javax.swing.JScrollBar
Returns the scrollbar's value.
getValue() - ? ????javax.swing.JSlider
Returns the slider's current value from the BoundedRangeModel.
getValue() - ? ????javax.swing.JSpinner
Returns the current value of the model, typically this value is displayed by the editor.
getValue(int) - ? ????javax.swing.RowFilter.Entry
Returns the value at the specified index.
getValue() - ? ????javax.swing.SpinnerDateModel
Returns the current element in this sequence of Dates.
getValue() - ? ????javax.swing.SpinnerListModel
Returns the current element of the sequence.
getValue() - ?? ????javax.swing.SpinnerModel
The current element of the sequence.
getValue() - ? ????javax.swing.SpinnerNumberModel
Returns the value of the current element of the sequence.
getValue() - ? ????javax.swing.Spring
Returns the current value of this Spring.
getValue() - ? ????javax.swing.text.html.Option
Convenience method to return the string associated with the value attribute.
getValue() - ? ????javax.swing.text.html.parser.AttributeList
 
getValue() - ? ????javax.xml.bind.JAXBElement
Return the content model and attribute values for this element.
getValue(Object) - ? ??????javax.xml.bind.JAXBIntrospector
Get the element value of a JAXB element.
getValue() - ?? ????javax.xml.crypto.dsig.XMLSignature.SignatureValue
Returns the signature value of this SignatureValue.
getValue() - ? ????javax.xml.soap.MimeHeader
Returns the value of this MimeHeader object.
getValue() - ?? ????javax.xml.soap.Node
Returns the value of this node if this is a Text node or the value of the immediate child of this node otherwise.
getValue() - ?? ????javax.xml.stream.events.Attribute
Gets the normalized value of this attribute
getValue() - ?? ????org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
getValue(int) - ?? ????org.xml.sax.AttributeList
????
Return the value of an attribute in the list (by position).
getValue(String) - ?? ????org.xml.sax.AttributeList
????
Return the value of an attribute in the list (by name).
getValue(int) - ?? ????org.xml.sax.Attributes
Look up an attribute's value by index.
getValue(String, String) - ?? ????org.xml.sax.Attributes
Look up an attribute's value by Namespace name.
getValue(String) - ?? ????org.xml.sax.Attributes
Look up an attribute's value by XML qualified (prefixed) name.
getValue(int) - ? ????org.xml.sax.helpers.AttributeListImpl
????
Get the value of an attribute (by position).
getValue(String) - ? ????org.xml.sax.helpers.AttributeListImpl
????
Get the value of an attribute (by name).
getValue(int) - ? ????org.xml.sax.helpers.AttributesImpl
Return an attribute's value by index.
getValue(String, String) - ? ????org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by Namespace-qualified name.
getValue(String) - ? ????org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by qualified (prefixed) name.
getValueAt(int, int) - ? ????javax.swing.DefaultRowSorter.ModelWrapper
Returns the value at the specified index.
getValueAt(int, int) - ? ????javax.swing.JTable
Returns the cell value at row and column.
getValueAt(int, int) - ? ????javax.swing.table.DefaultTableModel
Returns an attribute value for the cell at row and column.
getValueAt(int, int) - ?? ????javax.swing.table.TableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueClass() - ? ????javax.swing.text.DefaultFormatter
Returns that class that is used to create new Objects.
getValueContainsLiteralCharacters() - ? ????javax.swing.text.MaskFormatter
Returns true if stringToValue should return literal characters in the mask.
getValueCount() - ? ????javax.swing.RowFilter.Entry
Returns the number of values in the entry.
getValueIsAdjusting() - ? ????java.awt.event.AdjustmentEvent
Returns true if this is one of multiple adjustment events.
getValueIsAdjusting() - ? ????java.awt.Scrollbar
Returns true if the value is in the process of changing as a result of actions being taken by the user.
getValueIsAdjusting() - ? ????java.awt.ScrollPaneAdjustable
Returns true if the value is in the process of changing as a result of actions being taken by the user.
getValueIsAdjusting() - ?? ????javax.swing.BoundedRangeModel
Returns true if the current changes to the value property are part of a series of changes.
getValueIsAdjusting() - ? ????javax.swing.DefaultBoundedRangeModel
Returns true if the value is in the process of changing as a result of actions being taken by the user.
getValueIsAdjusting() - ? ????javax.swing.DefaultListSelectionModel
Returns true if the selection is undergoing a series of changes.
getValueIsAdjusting() - ? ????javax.swing.event.ListSelectionEvent
Returns whether or not this is one in a series of multiple events, where changes are still being made.
getValueIsAdjusting() - ? ????javax.swing.JList
Returns the value of the selection model's isAdjusting property.
getValueIsAdjusting() - ? ????javax.swing.JScrollBar
True if the scrollbar knob is being dragged.
getValueIsAdjusting() - ? ????javax.swing.JSlider
Returns the valueIsAdjusting property from the model.
getValueIsAdjusting() - ?? ????javax.swing.ListSelectionModel
Returns true if the selection is undergoing a series of changes.
getValueNames() - ?? ????javax.net.ssl.SSLSession
Returns an array of the names of all the application layer data objects bound into the Session.
getValues() - ? ????javax.imageio.plugins.jpeg.JPEGHuffmanTable
Returns an array of shorts containing the values arranged by increasing length of their corresponding codes.
getValues() - ? ????javax.sound.sampled.EnumControl
Returns the set of possible values for this control.
getValues() - ? ????javax.swing.text.html.parser.AttributeList
 
getVariant() - ? ????java.util.Locale
Returns the variant code for this locale.
getVariation() - ? ????java.awt.im.InputMethodHighlight
Returns the variation of the text range.
getVendor() - ?? ????java.sql.JDBCType
Returns the name of the vendor that supports this data type.
getVendor() - ?? ????java.sql.SQLType
Returns the name of the vendor that supports this data type.
getVendor() - ? ????javax.sound.midi.MidiDevice.Info
Obtains the name of the company who supplies the device.
getVendor() - ?? ????javax.sound.midi.Soundbank
Obtains a string naming the company that provides the sound bank
getVendor() - ? ????javax.sound.sampled.Mixer.Info
Obtains the vendor of the mixer.
getVendor() - ? ????javax.sql.rowset.spi.SyncProvider
Returns the vendor name of this SyncProvider instance
getVendorName() - ? ????javax.imageio.spi.IIOServiceProvider
Returns the name of the vendor responsible for creating this service provider and its associated implementation.
getVendorTypeNumber() - ?? ????java.sql.JDBCType
Returns the vendor specific type number for the data type.
getVendorTypeNumber() - ?? ????java.sql.SQLType
Returns the vendor specific type number for the data type.
getVerifyInputWhenFocusTarget() - ? ????javax.swing.JComponent
Returns the value that indicates whether the input verifier for the current focus owner will be called before this component requests focus.
getVersion() - ?? ????java.awt.font.OpenType
Returns the version of the OpenType font. 1.0 is represented as 0x00010000.
getVersion() - ?? ????java.lang.management.OperatingSystemMXBean
Returns the operating system version.
getVersion() - ? ????java.net.HttpCookie
Returns the version of the protocol this cookie complies with.
getVersion() - ? ????java.security.cert.X509Certificate
Gets the version (version number) value from the certificate.
getVersion() - ? ????java.security.cert.X509CRL
Gets the version (version number) value from the CRL.
getVersion() - ? ????java.security.Provider
Returns the version number for this provider.
getVersion() - ? ????javax.crypto.spec.RC5ParameterSpec
Returns the version.
getVersion() - ? ????javax.imageio.spi.IIOServiceProvider
Returns a string describing the version number of this service provider and its associated implementation.
getVersion() - ? ????javax.management.loading.MLetContent
Gets the value of the VERSION attribute of the MLET tag.
getVersion() - ?? ????javax.management.remote.rmi.RMIServer
The version of the RMI Connector Protocol understood by this connector server.
getVersion() - ? ????javax.management.remote.rmi.RMIServerImpl
 
getVersion() - ? ????javax.management.remote.rmi.RMIServerImpl_Stub
 
getVersion() - ? ????javax.security.cert.X509Certificate
Gets the version (version number) value from the certificate.
getVersion() - ? ????javax.sound.midi.MidiDevice.Info
Obtains the version of the device.
getVersion() - ?? ????javax.sound.midi.Soundbank
Obtains the version string for the sound bank.
getVersion() - ? ????javax.sound.sampled.Mixer.Info
Obtains the version of the mixer.
getVersion() - ? ????javax.sql.rowset.spi.SyncProvider
Returns the release version of this SyncProvider instance.
getVersion() - ?? ????javax.xml.stream.events.StartDocument
Returns the version of XML of this XML stream
getVersion() - ? ????javax.xml.stream.util.StreamReaderDelegate
 
getVersion() - ?? ????javax.xml.stream.XMLStreamReader
Get the xml version declared on the xml declaration Returns null if none was declared
getVersionColumns(String, String, String) - ?? ????java.sql.DatabaseMetaData
Retrieves a description of a table's columns that are automatically updated when any value in a row is updated.
getVersionNumber() - ? ????javax.security.auth.kerberos.KerberosKey
Returns the key version number.
getVersions(String) - ? ??????java.time.zone.ZoneRulesProvider
Gets the history of rules for the zone ID.
getVerticalAlignment() - ? ????javax.swing.AbstractButton
Returns the vertical alignment of the text and icon.
getVerticalAlignment() - ? ????javax.swing.JLabel
Returns the alignment of the label's contents along the Y axis.
getVerticalLegBuffer() - ? ????javax.swing.plaf.basic.BasicTreeUI
The vertical element of legs between nodes starts at the bottom of the parent node by default.
getVerticalScrollBar() - ? ????javax.swing.JScrollPane
Returns the vertical scroll bar that controls the viewports vertical view position.
getVerticalScrollBar() - ? ????javax.swing.ScrollPaneLayout
Returns the JScrollBar object that handles vertical scrolling.
getVerticalScrollBarPolicy() - ? ????javax.swing.JScrollPane
Returns the vertical scroll bar policy value.
getVerticalScrollBarPolicy() - ? ????javax.swing.ScrollPaneLayout
Returns the vertical scrollbar-display policy.
getVerticalSliderThumbIcon() - ? ??????javax.swing.plaf.metal.MetalIconFactory
 
getVerticalTextPosition() - ? ????javax.swing.AbstractButton
Returns the vertical position of the text relative to the icon.
getVerticalTextPosition() - ? ????javax.swing.JLabel
Returns the vertical position of the label's text, relative to its image.
getVetoableChangeListeners() - ? ????java.awt.KeyboardFocusManager
Returns an array of all the vetoable change listeners registered on this keyboard focus manager.
getVetoableChangeListeners(String) - ? ????java.awt.KeyboardFocusManager
Returns an array of all the VetoableChangeListeners associated with the named property.
getVetoableChangeListeners() - ? ????java.beans.VetoableChangeSupport
Returns an array of all the listeners that were added to the VetoableChangeSupport object with addVetoableChangeListener().
getVetoableChangeListeners(String) - ? ????java.beans.VetoableChangeSupport
Returns an array of all the listeners which have been associated with the named property.
getVetoableChangeListeners() - ? ????javax.swing.JComponent
Returns an array of all the vetoable change listeners registered on this component.
getVgap() - ? ????java.awt.BorderLayout
Returns the vertical gap between components.
getVgap() - ? ????java.awt.CardLayout
Gets the vertical gap between components.
getVgap() - ? ????java.awt.FlowLayout
Gets the vertical gap between components and between the components and the borders of the Container.
getVgap() - ? ????java.awt.GridLayout
Gets the vertical gap between components.
getView() - ? ????javax.swing.JLayer
Returns the JLayer's view component or null.
getView() - ? ????javax.swing.JViewport
Returns the JViewport's one child or null.
getView(int) - ? ????javax.swing.text.AsyncBoxView
Gets the nth child view.
getView(int) - ? ????javax.swing.text.CompositeView
Returns the n-th view in this container.
getView(int) - ? ????javax.swing.text.View
Gets the nth child view.
getView() - ?? ????org.w3c.dom.events.UIEvent
The view attribute identifies the AbstractView from which the event was generated.
getViewAtPoint(int, int, Rectangle) - ? ????javax.swing.text.BoxView
Fetches the child view at the given coordinates.
getViewAtPoint(int, int, Rectangle) - ? ????javax.swing.text.CompositeView
Fetches the child view at the given coordinates.
getViewAtPosition(int, Rectangle) - ? ????javax.swing.text.CompositeView
Fetches the child view that represents the given position in the model.
getViewAtPosition(int, Rectangle) - ? ????javax.swing.text.TableView
Fetches the child view that represents the given position in the model.
getViewAtPosition(int, Rectangle) - ? ????javax.swing.text.TableView.TableRow
Fetches the child view that represents the given position in the model.
getViewAttributes(View) - ? ????javax.swing.text.html.StyleSheet
Fetches a set of attributes to use in the view for displaying.
getViewCount() - ? ????javax.swing.text.AsyncBoxView
Returns the number of views in this view.
getViewCount() - ? ????javax.swing.text.CompositeView
Returns the number of child views of this view.
getViewCount() - ? ????javax.swing.text.View
Returns the number of views in this view.
getViewFactory() - ? ????javax.swing.text.DefaultEditorKit
Fetches a factory that is suitable for producing views of any models that are produced by this kit.
getViewFactory() - ? ????javax.swing.text.EditorKit
Fetches a factory that is suitable for producing views of any models that are produced by this kit.
getViewFactory() - ? ????javax.swing.text.html.HTMLEditorKit
Fetch a factory that is suitable for producing views of any models that are produced by this kit.
getViewFactory() - ? ????javax.swing.text.StyledEditorKit
Fetches a factory that is suitable for producing views of any models that are produced by this kit.
getViewFactory() - ? ????javax.swing.text.View
Fetches the ViewFactory implementation that is feeding the view hierarchy.
getViewIndex(int, Position.Bias) - ? ????javax.swing.text.AsyncBoxView
Returns the child view index representing the given position in the model.
getViewIndex(int, Position.Bias) - ? ????javax.swing.text.CompositeView
Returns the child view index representing the given position in the model.
getViewIndex(int, Position.Bias) - ? ????javax.swing.text.View
Returns the child view index representing the given position in the model.
getViewIndex(float, float, Shape) - ? ????javax.swing.text.View
Returns the child view index representing the given position in the view.
getViewIndexAtPoint(float, float, Shape) - ? ????javax.swing.text.AsyncBoxView.ChildLocator
Fetches the child view index at the given point.
getViewIndexAtPosition(int, Position.Bias) - ? ????javax.swing.text.AsyncBoxView
Fetches the child view index representing the given position in the model.
getViewIndexAtPosition(int) - ? ????javax.swing.text.CompositeView
Fetches the child view index representing the given position in the model.
getViewIndexAtPosition(int) - ? ????javax.swing.text.FlowView
Fetches the child view index representing the given position in the model.
getViewIndexAtPosition(int) - ? ????javax.swing.text.ZoneView
Returns the child view index representing the given position in the model.
getViewIndexAtVisualOffset(float) - ? ????javax.swing.text.AsyncBoxView.ChildLocator
Locate the view responsible for an offset into the box along the major axis.
getViewport() - ? ????javax.swing.JScrollPane
Returns the current JViewport.
getViewport() - ? ????javax.swing.ScrollPaneLayout
Returns the JViewport object that displays the scrollable contents.
getViewportBorder() - ? ????javax.swing.JScrollPane
Returns the Border object that surrounds the viewport.
getViewportBorderBounds() - ? ????javax.swing.JScrollPane
Returns the bounds of the viewport's border.
getViewportBorderBounds(JScrollPane) - ? ????javax.swing.ScrollPaneLayout
????
As of JDK version Swing1.1 replaced by JScrollPane.getViewportBorderBounds().
getViewportSize() - ? ????java.awt.ScrollPane
Returns the current size of the scroll pane's view port.
getViewPosition() - ? ????javax.swing.JViewport
Returns the view coordinates that appear in the upper left hand corner of the viewport, or 0,0 if there's no view.
getViewRect() - ? ????javax.swing.JViewport
Returns a rectangle whose origin is getViewPosition and size is getExtentSize.
getViewRowCount() - ? ????javax.swing.DefaultRowSorter
Returns the number of rows in the view.
getViewRowCount() - ? ????javax.swing.RowSorter
Returns the number of rows in the view.
getViewSize() - ? ????javax.swing.JViewport
If the view's size hasn't been explicitly set, return the preferred size, otherwise return the view's current size.
getVisible() - ? ????java.awt.Scrollbar
????
As of JDK version 1.1, replaced by getVisibleAmount().
getVisibleAdvance() - ? ????java.awt.font.TextLayout
Returns the advance of this TextLayout, minus trailing whitespace.
getVisibleAmount() - ?? ????java.awt.Adjustable
Gets the length of the proportional indicator.
getVisibleAmount() - ? ????java.awt.Scrollbar
Gets the visible amount of this scroll bar.
getVisibleAmount() - ? ????java.awt.ScrollPaneAdjustable
 
getVisibleAmount() - ? ????javax.swing.JScrollBar
Returns the scrollbar's extent, aka its "visibleAmount".
getVisibleChildCount(TreePath) - ? ????javax.swing.tree.AbstractLayoutCache
Returns the number of visible children for row.
getVisibleChildCount(TreePath) - ? ????javax.swing.tree.FixedHeightLayoutCache
Returns the number of visible children for row.
getVisibleChildCount(TreePath) - ? ????javax.swing.tree.VariableHeightLayoutCache
Returns the number of visible children for path.
getVisibleComponent() - ? ????javax.swing.plaf.basic.BasicTabbedPaneUI
 
getVisibleEditorRect() - ? ????javax.swing.plaf.basic.BasicTextUI
Gets the allocation to give the root View.
getVisibleIndex() - ? ????java.awt.List
Gets the index of the item that was last made visible by the method makeVisible.
getVisibleNamespacePrefixes() - ?? ????javax.xml.soap.SOAPElement
Returns an Iterator over the namespace prefix Strings visible to this element.
getVisiblePathsFrom(TreePath) - ? ????javax.swing.tree.AbstractLayoutCache
Returns an Enumerator that increments over the visible paths starting at the passed in location.
getVisiblePathsFrom(TreePath) - ? ????javax.swing.tree.FixedHeightLayoutCache
Returns an Enumerator that increments over the visible paths starting at the passed in location.
getVisiblePathsFrom(TreePath) - ? ????javax.swing.tree.VariableHeightLayoutCache
Returns an Enumerator that increments over the visible paths starting at the passed in location.
getVisiblePosition() - ? ????java.awt.event.InputMethodEvent
Gets the position that's most important to be visible.
getVisibleRect() - ? ????javax.swing.JComponent
Returns the Component's "visible rectangle" - the intersection of this component's visible rectangle, new Rectangle(0, 0, getWidth(), getHeight()), and all of its ancestors' visible rectangles.
getVisibleRowCount() - ? ????javax.swing.JList
Returns the value of the visibleRowCount property.
getVisibleRowCount() - ? ????javax.swing.JTree
Returns the number of rows that are displayed in the display area.
getVisualBounds() - ? ????java.awt.font.GlyphVector
Returns the visual bounds of this GlyphVector The visual bounds is the bounding box of the outline of this GlyphVector.
getVisualHighlightShape(TextHitInfo, TextHitInfo, Rectangle2D) - ? ????java.awt.font.TextLayout
Returns a path enclosing the visual selection in the specified range, extended to bounds.
getVisualHighlightShape(TextHitInfo, TextHitInfo) - ? ????java.awt.font.TextLayout
Returns a Shape enclosing the visual selection in the specified range, extended to the bounds.
getVisualOtherHit(TextHitInfo) - ? ????java.awt.font.TextLayout
Returns the hit on the opposite side of the specified hit's caret.
getVisualRepresentation(Transferable) - ? ????javax.swing.TransferHandler
Returns an object that establishes the look of a transfer.
getVMID() - ? ????java.rmi.dgc.Lease
Returns the client VMID associated with the lease.
getVmName() - ?? ????java.lang.management.RuntimeMXBean
Returns the Java virtual machine implementation name.
getVmVendor() - ?? ????java.lang.management.RuntimeMXBean
Returns the Java virtual machine implementation vendor.
getVmVersion() - ?? ????java.lang.management.RuntimeMXBean
Returns the Java virtual machine implementation version.
getVoiceStatus() - ?? ????javax.sound.midi.Synthesizer
Obtains the current status of the voices produced by this synthesizer.
getVolatileOffscreenBuffer(Component, int, int) - ? ????javax.swing.RepaintManager
Return a volatile offscreen buffer that should be used as a double buffer with the specified component c.
getVScrollbarWidth() - ? ????java.awt.ScrollPane
Returns the width that would be occupied by a vertical scrollbar, which is independent of whether it is currently displayed by the scroll pane or not.
getW() - ?? ????java.security.interfaces.ECPublicKey
Returns the public point W.
getW() - ? ????java.security.spec.ECPublicKeySpec
Returns the public point W.
getWaitedCount() - ? ????java.lang.management.ThreadInfo
Returns the total number of times that the thread associated with this ThreadInfo waited for notification.
getWaitedTime() - ? ????java.lang.management.ThreadInfo
Returns the approximate accumulated elapsed time (in milliseconds) that the thread associated with this ThreadInfo has waited for notification since thread contention monitoring is enabled.
getWaitingConsumerCount() - ? ????java.util.concurrent.LinkedTransferQueue
 
getWaitingConsumerCount() - ?? ????java.util.concurrent.TransferQueue
Returns an estimate of the number of consumers waiting to receive elements via BlockingQueue.take() or timed poll.
getWaitingThreads() - ? ????java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Returns a collection containing those threads that may be waiting on this Condition.
getWaitingThreads(AbstractQueuedLongSynchronizer.ConditionObject) - ? ????java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a collection containing those threads that may be waiting on the given condition associated with this synchronizer.
getWaitingThreads() - ? ????java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Returns a collection containing those threads that may be waiting on this Condition.
getWaitingThreads(AbstractQueuedSynchronizer.ConditionObject) - ? ????java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a collection containing those threads that may be waiting on the given condition associated with this synchronizer.
getWaitingThreads(Condition) - ? ????java.util.concurrent.locks.ReentrantLock
Returns a collection containing those threads that may be waiting on the given condition associated with this lock.
getWaitingThreads(Condition) - ? ????java.util.concurrent.locks.ReentrantReadWriteLock
Returns a collection containing those threads that may be waiting on the given condition associated with the write lock.
getWaitQueueLength() - ? ????java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Returns an estimate of the number of threads waiting on this condition.
getWaitQueueLength(AbstractQueuedLongSynchronizer.ConditionObject) - ? ????java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns an estimate of the number of threads waiting on the given condition associated with this synchronizer.
getWaitQueueLength() - ? ????java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Returns an estimate of the number of threads waiting on this condition.
getWaitQueueLength(AbstractQueuedSynchronizer.ConditionObject) - ? ????java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns an estimate of the number of threads waiting on the given condition associated with this synchronizer.
getWaitQueueLength(Condition) - ? ????java.util.concurrent.locks.ReentrantLock
Returns an estimate of the number of threads waiting on the given condition associated with this lock.
getWaitQueueLength(Condition) - ? ????java.util.concurrent.locks.ReentrantReadWriteLock
Returns an estimate of the number of threads waiting on the given condition associated with the write lock.
getWantClientAuth() - ? ????javax.net.ssl.SSLEngine
Returns true if the engine will request client authentication.
getWantClientAuth() - ? ????javax.net.ssl.SSLParameters
Returns whether client authentication should be requested.
getWantClientAuth() - ? ????javax.net.ssl.SSLServerSocket
Returns true if client authentication will be requested on newly accepted server-mode connections.
getWantClientAuth() - ? ????javax.net.ssl.SSLSocket
Returns true if the socket will request client authentication.
getWantsInput() - ? ????javax.swing.JOptionPane
Returns the value of the wantsInput property.
getWarnings() - ?? ????java.sql.Connection
Retrieves the first warning reported by calls on this Connection object.
getWarnings() - ?? ????java.sql.ResultSet
Retrieves the first warning reported by calls on this ResultSet object.
getWarnings() - ?? ????java.sql.Statement
Retrieves the first warning reported by calls on this Statement object.
getWarningString() - ? ????java.awt.Window
Gets the warning string that is displayed with this window.
getWarningString() - ? ????javax.swing.JInternalFrame
Gets the warning string that is displayed with this internal frame.
getWeekdays() - ? ????java.text.DateFormatSymbols
Gets weekday strings.
getWeeksInWeekYear() - ? ????java.util.Calendar
Returns the number of weeks in the week year represented by this Calendar.
getWeeksInWeekYear() - ? ????java.util.GregorianCalendar
Returns the number of weeks in the week year represented by this GregorianCalendar.
getWeekYear() - ? ????java.util.Calendar
Returns the week year represented by this Calendar.
getWeekYear() - ? ????java.util.GregorianCalendar
Returns the week year represented by this GregorianCalendar.
getWeight() - ? ????java.util.Locale.LanguageRange
Returns the weight of this LanguageRange.
getWestPane() - ? ????javax.swing.plaf.basic.BasicInternalFrameUI
 
getWhatToShow() - ?? ????org.w3c.dom.ls.LSParserFilter
Tells the LSParser what types of nodes to show to the method LSParserFilter.acceptNode.
getWhatToShow() - ?? ????org.w3c.dom.ls.LSSerializerFilter
Tells the LSSerializer what types of nodes to show to the filter.
getWheelRotation() - ? ????java.awt.event.MouseWheelEvent
Returns the number of "clicks" the mouse wheel was rotated, as an integer.
getWhen() - ? ????java.awt.event.ActionEvent
Returns the timestamp of when this event occurred.
getWhen() - ? ????java.awt.event.InputEvent
Returns the difference in milliseconds between the timestamp of when this event occurred and midnight, January 1, 1970 UTC.
getWhen() - ? ????java.awt.event.InputMethodEvent
Returns the time stamp of when this event occurred.
getWhen() - ? ????java.awt.event.InvocationEvent
Returns the timestamp of when this event occurred.
getWhereClause() - ?? ????javax.sql.rowset.JoinRowSet
Return a SQL-like description of the WHERE clause being used in a JoinRowSet object.
getWhite() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the white color of the current theme.
getWhite() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the white color.
getWholeText() - ?? ????org.w3c.dom.Text
Returns all text of Text nodes logically-adjacent text nodes to this node, concatenated in document order.
getWidth() - ? ????java.awt.Component
Returns the current width of this component.
getWidth() - ? ????java.awt.Dimension
Returns the width of this Dimension in double precision.
getWidth() - ? ????java.awt.DisplayMode
Returns the width of the display, in pixels.
getWidth() - ? ????java.awt.geom.Arc2D.Double
Returns the width of the framing rectangle in double precision.
getWidth() - ? ????java.awt.geom.Arc2D.Float
Returns the width of the framing rectangle in double precision.
getWidth() - ? ????java.awt.geom.Dimension2D
Returns the width of this Dimension in double precision.
getWidth() - ? ????java.awt.geom.Ellipse2D.Double
Returns the width of the framing rectangle in double precision.
getWidth() - ? ????java.awt.geom.Ellipse2D.Float
Returns the width of the framing rectangle in double precision.
getWidth() - ? ????java.awt.geom.Rectangle2D.Double
Returns the width of the framing rectangle in double precision.
getWidth() - ? ????java.awt.geom.Rectangle2D.Float
Returns the width of the framing rectangle in double precision.
getWidth() - ? ????java.awt.geom.RectangularShape
Returns the width of the framing rectangle in double precision.
getWidth() - ? ????java.awt.geom.RoundRectangle2D.Double
Returns the width of the framing rectangle in double precision.
getWidth() - ? ????java.awt.geom.RoundRectangle2D.Float
Returns the width of the framing rectangle in double precision.
getWidth() - ? ????java.awt.image.BufferedImage
Returns the width of the BufferedImage.
getWidth(ImageObserver) - ? ????java.awt.image.BufferedImage
Returns the width of the BufferedImage.
getWidth(ImageObserver) - ? ????java.awt.Image
Determines the width of the image.
getWidth() - ? ????java.awt.image.Kernel
Returns the width of this Kernel.
getWidth() - ? ????java.awt.image.PixelGrabber
Get the width of the pixel buffer (after adjusting for image width).
getWidth() - ? ????java.awt.image.Raster
Returns the width in pixels of the Raster.
getWidth() - ?? ????java.awt.image.renderable.RenderableImage
Gets the width in user coordinate space.
getWidth() - ? ????java.awt.image.renderable.RenderableImageOp
Gets the width in user coordinate space.
getWidth() - ?? ????java.awt.image.RenderedImage
Returns the width of the RenderedImage.
getWidth() - ? ????java.awt.image.SampleModel
Returns the width in pixels.
getWidth() - ? ????java.awt.image.VolatileImage
Returns the width of the VolatileImage.
getWidth() - ? ????java.awt.print.PageFormat
Returns the width, in 1/72nds of an inch, of the page.
getWidth() - ? ????java.awt.print.Paper
Returns the width of the page in 1/72nds of an inch.
getWidth() - ? ????java.awt.Rectangle
Returns the width of the bounding Rectangle in double precision.
getWidth() - ???? ????java.util.IllegalFormatWidthException
Returns the width
getWidth(int) - ? ????javax.imageio.ImageReader
Returns the width in pixels of the given image within the input source.
getWidth(int) - ? ????javax.print.attribute.standard.MediaPrintableArea
Get the width of the printable area in the specified units.
getWidth() - ? ????javax.swing.JComponent
Returns the current width of this component.
getWidth() - ? ????javax.swing.SpringLayout.Constraints
Returns the value of the width property.
getWidth() - ? ????javax.swing.table.TableColumn
Returns the width of the TableColumn.
getWidth() - ? ????javax.swing.text.BoxView
Returns the current width of the box.
getWidthOfHighValueLabel() - ? ????javax.swing.plaf.basic.BasicSliderUI
 
getWidthOfLowValueLabel() - ? ????javax.swing.plaf.basic.BasicSliderUI
 
getWidthOfWidestLabel() - ? ????javax.swing.plaf.basic.BasicSliderUI
 
getWidths() - ? ????java.awt.FontMetrics
Gets the advance widths of the first 256 characters in the Font.
getWildcardType(TypeMirror, TypeMirror) - ?? ????javax.lang.model.util.Types
Returns a new wildcard type argument.
getWindingRule() - ? ????java.awt.geom.FlatteningPathIterator
Returns the winding rule for determining the interior of the path.
getWindingRule() - ? ????java.awt.geom.Path2D
Returns the fill style winding rule.
getWindingRule() - ?? ????java.awt.geom.PathIterator
Returns the winding rule for determining the interior of the path.
getWindow() - ? ????java.awt.event.WindowEvent
Returns the originator of the event.
getWindowAncestor(Component) - ? ??????javax.swing.SwingUtilities
Returns the first Window ancestor of c, or null if c is not contained inside a Window.
getWindowBackground() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the window background color of the current theme.
getWindowBackground() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the window background color.
getWindowDecorationStyle() - ? ????javax.swing.JRootPane
Returns a constant identifying the type of Window decorations the JRootPane is providing.
getWindowFocusListeners() - ? ????java.awt.Window
Returns an array of all the window focus listeners registered on this window.
getWindowListeners() - ? ????java.awt.Window
Returns an array of all the window listeners registered on this window.
getWindows() - ? ??????java.awt.Window
Returns an array of all Windows, both owned and ownerless, created by this application.
getWindowStateListeners() - ? ????java.awt.Window
Returns an array of all the window state listeners registered on this window.
getWindowTitleBackground() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the window title background color of the current theme.
getWindowTitleBackground() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the window title background color.
getWindowTitleFont() - ? ????javax.swing.plaf.metal.DefaultMetalTheme
Returns the window title font.
getWindowTitleFont() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the window title font of the current theme.
getWindowTitleFont() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the window title font.
getWindowTitleForeground() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the window title foreground color of the current theme.
getWindowTitleForeground() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the window title foreground color.
getWindowTitleInactiveBackground() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the window title inactive background color of the current theme.
getWindowTitleInactiveBackground() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the window title inactive background color.
getWindowTitleInactiveForeground() - ? ??????javax.swing.plaf.metal.MetalLookAndFeel
Returns the window title inactive foreground color of the current theme.
getWindowTitleInactiveForeground() - ? ????javax.swing.plaf.metal.MetalTheme
Returns the window title inactive foreground color.
getWordEnd(JTextComponent, int) - ? ??????javax.swing.text.Utilities
Determines the end of a word for the given location.
getWordInstance() - ? ??????java.text.BreakIterator
Returns a new BreakIterator instance for word breaks for the default locale.
getWordInstance(Locale) - ? ??????java.text.BreakIterator
Returns a new BreakIterator instance for word breaks for the given locale.
getWordInstance(Locale) - ? ????java.text.spi.BreakIteratorProvider
Returns a new BreakIterator instance for getWordSize() - ? ????javax.crypto.spec.RC5ParameterSpec
Returns the word size in bits.
getWordStart(JTextComponent, int) - ? ??????javax.swing.text.Utilities
Determines the start of a word for the given model location.
getWrapSizeLimit(int, boolean, int) - ?? ????org.ietf.jgss.GSSContext
Used to determine limits on the size of the message that can be passed to wrap.
getWrapStyleWord() - ? ????javax.swing.JTextArea
Gets the style of wrapping used if the text area is wrapping lines.
getWritableParent() - ? ????java.awt.image.WritableRaster
Returns the parent WritableRaster (if any) of this WritableRaster, or else null.
getWritableTile(int, int) - ? ????java.awt.image.BufferedImage
Checks out a tile for writing.
getWritableTile(int, int) - ?? ????java.awt.image.WritableRenderedImage
Checks out a tile for writing.
getWritableTileIndices() - ? ????java.awt.image.BufferedImage
Returns an array of Point objects indicating which tiles are checked out for writing.
getWritableTileIndices() - ?? ????java.awt.image.WritableRenderedImage
Returns an array of Point objects indicating which tiles are checked out for writing.
getWriteHoldCount() - ? ????java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of reentrant write holds on this lock by the current thread.
getWriteMethod() - ? ????java.beans.PropertyDescriptor
Gets the method that should be used to write the property value.
getWriter() - ?? ????javax.script.ScriptContext
Returns the Writer for scripts to use when displaying output.
getWriter() - ? ????javax.script.SimpleScriptContext
Returns the Writer for scripts to use when displaying output.
getWriter() - ? ????javax.swing.text.AbstractWriter
Returns the Writer that is used to output the content.
getWriter() - ? ????javax.xml.transform.stream.StreamResult
Get the character stream that was set with setWriter.
getWriterFileSuffixes() - ? ??????javax.imageio.ImageIO
Returns an array of Strings listing all of the file suffixes associated with the formats understood by the current set of registered writers.
getWriterFormatNames() - ? ??????javax.imageio.ImageIO
Returns an array of Strings listing all of the informal format names understood by the current set of registered writers.
getWriterMIMETypes() - ? ??????javax.imageio.ImageIO
Returns an array of Strings listing all of the MIME types understood by the current set of registered writers.
getWriterServiceProviderName() - ? ????javax.imageio.spi.ImageTranscoderSpi
Returns the fully qualified class name of an ImageWriterSpi class that generates IIOMetadata objects that may be used as input to this transcoder.
getWSDLDocumentLocation() - ? ????javax.xml.ws.Service
Gets the location of the WSDL document for this Service.
getWSDLDocumentLocation() - ? ????javax.xml.ws.spi.ServiceDelegate
Gets the location of the WSDL document for this Service.
getX() - ? ????java.awt.Component
Returns the current x coordinate of the components origin.
getX() - ? ????java.awt.dnd.DragSourceEvent
This method returns the horizontal coordinate of the cursor location in screen coordinates at the moment this event occurred, or zero if the cursor location is not specified for this event.
getX() - ? ????java.awt.event.MouseEvent
Returns the horizontal x position of the event relative to the source component.
getX() - ? ????java.awt.geom.Arc2D.Double
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - ? ????java.awt.geom.Arc2D.Float
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - ? ????java.awt.geom.Ellipse2D.Double
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - ? ????java.awt.geom.Ellipse2D.Float
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - ? ????java.awt.geom.Point2D.Double
Returns the X coordinate of this Point2D in double precision.
getX() - ? ????java.awt.geom.Point2D.Float
Returns the X coordinate of this Point2D in double precision.
getX() - ? ????java.awt.geom.Point2D
Returns the X coordinate of this Point2D in double precision.
getX() - ? ????java.awt.geom.Rectangle2D.Double
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - ? ????java.awt.geom.Rectangle2D.Float
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - ? ????java.awt.geom.RectangularShape
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - ? ????java.awt.geom.RoundRectangle2D.Double
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - ? ????java.awt.geom.RoundRectangle2D.Float
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - ? ????java.awt.Point
Returns the X coordinate of this Point2D in double precision.
getX() - ? ????java.awt.Rectangle
Returns the X coordinate of the bounding Rectangle in double precision.
getX() - ?? ????java.security.interfaces.DSAPrivateKey
Returns the value of the private key, x.
getX() - ? ????java.security.spec.DSAPrivateKeySpec
Returns the private key x.
getX() - ?? ????javax.crypto.interfaces.DHPrivateKey
Returns the private value, x.
getX() - ? ????javax.crypto.spec.DHPrivateKeySpec
Returns the private value x.
getX(int) - ? ????javax.print.attribute.Size2DSyntax
Returns this two-dimensional size attribute's X dimension in the given units as a floating-point value.
getX(int) - ? ????javax.print.attribute.standard.MediaPrintableArea
Get the x location of the origin of the printable area in the specified units.
getX() - ? ????javax.swing.JComponent
Returns the current x coordinate of the component's origin.
getX() - ? ????javax.swing.SpringLayout.Constraints
Returns the value of the x property.
getX1() - ? ????java.awt.geom.CubicCurve2D.Double
Returns the X coordinate of the start point in double precision.
getX1() - ? ????java.awt.geom.CubicCurve2D.Float
Returns the X coordinate of the start point in double precision.
getX1() - ? ????java.awt.geom.CubicCurve2D
Returns the X coordinate of the start point in double precision.
getX1() - ? ????java.awt.geom.Line2D.Double
Returns the X coordinate of the start point in double precision.
getX1() - ? ????java.awt.geom.Line2D.Float
Returns the X coordinate of the start point in double precision.
getX1() - ? ????java.awt.geom.Line2D
Returns the X coordinate of the start point in double precision.
getX1() - ? ????java.awt.geom.QuadCurve2D.Double
Returns the X coordinate of the start point in double in precision.
getX1() - ? ????java.awt.geom.QuadCurve2D.Float
Returns the X coordinate of the start point in double in precision.
getX1() - ? ????java.awt.geom.QuadCurve2D
Returns the X coordinate of the start point in double in precision.
getX2() - ? ????java.awt.geom.CubicCurve2D.Double
Returns the X coordinate of the end point in double precision.
getX2() - ? ????java.awt.geom.CubicCurve2D.Float
Returns the X coordinate of the end point in double precision.
getX2() - ? ????java.awt.geom.CubicCurve2D
Returns the X coordinate of the end point in double precision.
getX2() - ? ????java.awt.geom.Line2D.Double
Returns the X coordinate of the end point in double precision.
getX2() - ? ????java.awt.geom.Line2D.Float
Returns the X coordinate of the end point in double precision.
getX2() - ? ????java.awt.geom.Line2D
Returns the X coordinate of the end point in double precision.
getX2() - ? ????java.awt.geom.QuadCurve2D.Double
Returns the X coordinate of the end point in double precision.
getX2() - ? ????java.awt.geom.QuadCurve2D.Float
Returns the X coordinate of the end point in double precision.
getX2() - ? ????java.awt.geom.QuadCurve2D
Returns the X coordinate of the end point in double precision.
getXAConnection() - ?? ????javax.sql.XADataSource
Attempts to establish a physical database connection that can be used in a distributed transaction.
getXAConnection(String, String) - ?? ????javax.sql.XADataSource
Attempts to establish a physical database connection, using the given user name and password.
getXAResource() - ?? ????javax.sql.XAConnection
Retrieves an XAResource object that the transaction manager will use to manage this XAConnection object's participation in a distributed transaction.
getXMicrometers() - ? ????javax.print.attribute.Size2DSyntax
Returns this two-dimensional size attribute's X dimension in units of micrometers (µm).
getXmlEncoding() - ?? ????org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the encoding of this document.
getXmlEncoding() - ?? ????org.w3c.dom.Entity
An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity.
getXMLEventReader() - ? ????javax.xml.transform.stax.StAXSource
Get the XMLEventReader used by this StAXSource.
getXMLEventWriter() - ? ????javax.xml.transform.stax.StAXResult
Get the XMLEventWriter used by this StAXResult.
getXMLNode(Object) - ? ????javax.xml.bind.Binder
Gets the XML element associated with the given JAXB object.
getXMLReader() - ? ????javax.xml.bind.helpers.AbstractUnmarshallerImpl
Obtains a configured XMLReader.
getXMLReader() - ? ????javax.xml.parsers.SAXParser
Returns the XMLReader that is encapsulated by the implementation of this class.
getXMLReader() - ? ????javax.xml.transform.sax.SAXSource
Get the XMLReader to be used for the Source.
getXMLReporter() - ? ????javax.xml.stream.XMLInputFactory
The reporter that will be set on any XMLStreamReader or XMLEventReader created by this factory instance.
getXMLResolver() - ? ????javax.xml.stream.XMLInputFactory
The resolver that will be set on any XMLStreamReader or XMLEventReader created by this factory instance.
getXMLSchemaType() - ? ????javax.xml.datatype.Duration
Return the name of the XML Schema date/time type that this instance maps to.
getXMLSchemaType() - ? ????javax.xml.datatype.XMLGregorianCalendar
Return the name of the XML Schema date/time type that this instance maps to.
getXmlStandalone() - ?? ????org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, whether this document is standalone.
getXMLStreamReader() - ? ????javax.xml.transform.stax.StAXSource
Get the XMLStreamReader used by this StAXSource.
getXMLStreamWriter() - ? ????javax.xml.transform.stax.StAXResult
Get the XMLStreamWriter used by this StAXResult.
getXmlVersion() - ?? ????org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the version number of this document.
getXmlVersion() - ?? ????org.w3c.dom.Entity
An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity.
getXMLVersion() - ?? ????org.xml.sax.ext.Locator2
Returns the version of XML used for the entity.
getXMLVersion() - ? ????org.xml.sax.ext.Locator2Impl
Returns the current value of the version property.
getXOnScreen() - ? ????java.awt.event.MouseEvent
Returns the absolute horizontal x position of the event.
getXOrigin() - ? ????java.awt.image.Kernel
Returns the X origin of this Kernel.
getXPath() - ? ????javax.xml.crypto.dsig.spec.XPathFilterParameterSpec
Returns the XPath expression to be evaluated.
getXPathFunctionResolver() - ?? ????javax.xml.xpath.XPath
Return the current function resolver.
getXPathList() - ? ????javax.xml.crypto.dsig.spec.XPathFilter2ParameterSpec
Returns a list of one or more XPathType objects.
getXPathVariableResolver() - ?? ????javax.xml.xpath.XPath
Return the current variable resolver.
getY() - ? ????java.awt.Component
Returns the current y coordinate of the components origin.
getY() - ? ????java.awt.dnd.DragSourceEvent
This method returns the vertical coordinate of the cursor location in screen coordinates at the moment this event occurred, or zero if the cursor location is not specified for this event.
getY() - ? ????java.awt.event.MouseEvent
Returns the vertical y position of the event relative to the source component.
getY() - ? ????java.awt.geom.Arc2D.Double
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - ? ????java.awt.geom.Arc2D.Float
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - ? ????java.awt.geom.Ellipse2D.Double
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - ? ????java.awt.geom.Ellipse2D.Float
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - ? ????java.awt.geom.Point2D.Double
Returns the Y coordinate of this Point2D in double precision.
getY() - ? ????java.awt.geom.Point2D.Float
Returns the Y coordinate of this Point2D in double precision.
getY() - ? ????java.awt.geom.Point2D
Returns the Y coordinate of this Point2D in double precision.
getY() - ? ????java.awt.geom.Rectangle2D.Double
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - ? ????java.awt.geom.Rectangle2D.Float
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - ? ????java.awt.geom.RectangularShape
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - ? ????java.awt.geom.RoundRectangle2D.Double
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - ? ????java.awt.geom.RoundRectangle2D.Float
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - ? ????java.awt.Point
Returns the Y coordinate of this Point2D in double precision.
getY() - ? ????java.awt.Rectangle
Returns the Y coordinate of the bounding Rectangle in double precision.
getY() - ?? ????java.security.interfaces.DSAPublicKey
Returns the value of the public key, y.
getY() - ? ????java.security.spec.DSAPublicKeySpec
Returns the public key y.
getY() - ?? ????javax.crypto.interfaces.DHPublicKey
Returns the public value, y.
getY() - ? ????javax.crypto.spec.DHPublicKeySpec
Returns the public value y.
getY(int) - ? ????javax.print.attribute.Size2DSyntax
Returns this two-dimensional size attribute's Y dimension in the given units as a floating-point value.
getY(int) - ? ????javax.print.attribute.standard.MediaPrintableArea
Get the y location of the origin of the printable area in the specified units.
getY() - ? ????javax.swing.JComponent
Returns the current y coordinate of the component's origin.
getY() - ? ????javax.swing.SpringLayout.Constraints
Returns the value of the y property.
getY1() - ? ????java.awt.geom.CubicCurve2D.Double
Returns the Y coordinate of the start point in double precision.
getY1() - ? ????java.awt.geom.CubicCurve2D.Float
Returns the Y coordinate of the start point in double precision.
getY1() - ? ????java.awt.geom.CubicCurve2D
Returns the Y coordinate of the start point in double precision.
getY1() - ? ????java.awt.geom.Line2D.Double
Returns the Y coordinate of the start point in double precision.
getY1() - ? ????java.awt.geom.Line2D.Float
Returns the Y coordinate of the start point in double precision.
getY1() - ? ????java.awt.geom.Line2D
Returns the Y coordinate of the start point in double precision.
getY1() - ? ????java.awt.geom.QuadCurve2D.Double
Returns the Y coordinate of the start point in double precision.
getY1() - ? ????java.awt.geom.QuadCurve2D.Float
Returns the Y coordinate of the start point in double precision.
getY1() - ? ????java.awt.geom.QuadCurve2D
Returns the Y coordinate of the start point in double precision.
getY2() - ? ????java.awt.geom.CubicCurve2D.Double
Returns the Y coordinate of the end point in double precision.
getY2() - ? ????java.awt.geom.CubicCurve2D.Float
Returns the Y coordinate of the end point in double precision.
getY2() - ? ????java.awt.geom.CubicCurve2D
Returns the Y coordinate of the end point in double precision.
getY2() - ? ????java.awt.geom.Line2D.Double
Returns the Y coordinate of the end point in double precision.
getY2() - ? ????java.awt.geom.Line2D.Float
Returns the Y coordinate of the end point in double precision.
getY2() - ? ????java.awt.geom.Line2D
Returns the Y coordinate of the end point in double precision.
getY2() - ? ????java.awt.geom.QuadCurve2D.Double
Returns the Y coordinate of the end point in double precision.
getY2() - ? ????java.awt.geom.QuadCurve2D.Float
Returns the Y coordinate of the end point in double precision.
getY2() - ? ????java.awt.geom.QuadCurve2D
Returns the Y coordinate of the end point in double precision.
getYear() - ? ????java.sql.Time
???? 
getYear() - ? ????java.time.LocalDate
Gets the year field.
getYear() - ? ????java.time.LocalDateTime
Gets the year field.
getYear() - ? ????java.time.OffsetDateTime
Gets the year field.
getYear() - ? ????java.time.YearMonth
Gets the year field.
getYear() - ? ????java.time.ZonedDateTime
Gets the year field.
getYear() - ? ????java.util.Date
????
As of JDK version 1.1, replaced by Calendar.get(Calendar.YEAR) - 1900.
getYear() - ? ????javax.xml.datatype.XMLGregorianCalendar
Return low order component for XML Schema 1.0 dateTime datatype field for year or DatatypeConstants.FIELD_UNDEFINED.
getYears() - ? ????java.time.Period
Gets the amount of years of this period.
getYears() - ? ????javax.xml.datatype.Duration
Get the years value of this Duration as an int or 0 if not present.
getYMicrometers() - ? ????javax.print.attribute.Size2DSyntax
Returns this two-dimensional size attribute's Y dimension in units of micrometers (µm).
getYOnScreen() - ? ????java.awt.event.MouseEvent
Returns the absolute vertical y position of the event.
getYOrigin() - ? ????java.awt.image.Kernel
Returns the Y origin of this Kernel.
getZeroDigit() - ? ????java.text.DecimalFormatSymbols
Gets the character used for zero.
getZeroDigit() - ? ????java.time.format.DecimalStyle
Gets the character that represents zero.
getZone() - ?? ????java.time.chrono.ChronoZonedDateTime
Gets the zone ID, such as 'Europe/Paris'.
getZone() - ? ????java.time.Clock
Gets the time-zone being used to create dates and times.
getZone() - ? ????java.time.format.DateTimeFormatter
Gets the overriding zone to be used during formatting.
getZone() - ? ????java.time.ZonedDateTime
Gets the time-zone, such as 'Europe/Paris'.
getZoneStrings() - ? ????java.text.DateFormatSymbols
Gets time zone strings.
GIF - ? ??????javax.print.DocFlavor.BYTE_ARRAY
Doc flavor with MIME type = "image/gif", print data representation class name = "[B" (byte array).
GIF - ? ??????javax.print.DocFlavor.INPUT_STREAM
Doc flavor with MIME type = "image/gif", print data representation class name = "java.io.InputStream" (byte stream).
GIF - ? ??????javax.print.DocFlavor.URL
Doc flavor with MIME type = "image/gif", print data representation class name = "java.net.URL".
GLAGOLITIC - ? ??????java.lang.Character.UnicodeBlock
Constant for the "Glagolitic" Unicode character block.
GLASS_PANE - ? ??????javax.accessibility.AccessibleRole
A pane that is guaranteed to be painted on top of all panes beneath it.
GLASS_PANE_PROPERTY - ? ??????javax.swing.JInternalFrame
Bound property name.
glassPane - ? ????javax.swing.JRootPane
The glass pane that overlays the menu bar and content pane, so it can intercept mouse movements and such.
glassPaneDispatcher - ? ????javax.swing.plaf.basic.BasicInternalFrameUI
 
GlassPaneDispatcher() - ? ????javax.swing.plaf.basic.BasicInternalFrameUI.GlassPaneDispatcher
 
global - ? ??????java.util.logging.Logger
????
Initialization of this field is prone to deadlocks. The field must be initialized by the Logger class initialization which may cause deadlocks with the LogManager class initialization. In such cases two class initialization wait for each other to complete. The preferred way to get the global logger object is via the call Logger.getGlobal(). For compatibility with old JDK versions where the Logger.getGlobal() is not available use the call Logger.getLogger(Logger.GLOBAL_LOGGER_NAME) or Logger.getLogger("global").
GLOBAL() - ? ????javax.xml.bind.annotation.XmlElementDecl.GLOBAL
 
GLOBAL_LOGGER_NAME - ? ??????java.util.logging.Logger
GLOBAL_LOGGER_NAME is a name for the global logger.
GLOBAL_SCOPE - ?? ??????javax.script.ScriptContext
GlobalScope attributes are visible to all engines created by same ScriptEngineFactory.
globalHierarchyLock - ?? ??????java.beans.beancontext.BeanContext
This global lock is used by both BeanContext and BeanContextServices implementors to serialize changes in a BeanContext hierarchy and any service requests etc.
globalScope - ? ????javax.script.SimpleScriptContext
This is the global scope bindings.
GlobalScope() - ? ????javax.xml.bind.JAXBElement.GlobalScope
 
GlyphJustificationInfo - java.awt.font???
The GlyphJustificationInfo class represents information about the justification properties of a glyph.
GlyphJustificationInfo(float, boolean, int, float, float, boolean, int, float, float) - ? ????java.awt.font.GlyphJustificationInfo
Constructs information about the justification properties of a glyph.
GlyphMetrics - java.awt.font???
The GlyphMetrics class represents information for a single glyph.
GlyphMetrics(float, Rectangle2D, byte) - ? ????java.awt.font.GlyphMetrics
Constructs a GlyphMetrics object.
GlyphMetrics(boolean, float, float, Rectangle2D, byte) - ? ????java.awt.font.GlyphMetrics
Constructs a GlyphMetrics object.
GlyphPainter() - ? ????javax.swing.text.GlyphView.GlyphPainter
 
GlyphVector - java.awt.font???
A GlyphVector object is a collection of glyphs containing geometric information for the placement of each glyph in a transformed coordinate space which corresponds to the device on which the GlyphVector is ultimately displayed.
GlyphVector() - ? ????java.awt.font.GlyphVector
 
GlyphView - javax.swing.text???
A GlyphView is a styled chunk of text that represents a view mapped over an element in the text model.
GlyphView(Element) - ? ????javax.swing.text.GlyphView
Constructs a new view wrapped on an element.
GlyphView.GlyphPainter - javax.swing.text???
A class to perform rendering of the glyphs.
GMONTH - ? ??????javax.xml.datatype.DatatypeConstants
Fully qualified name for W3C XML Schema 1.0 datatype gMonth.
GMONTHDAY - ? ??????javax.xml.datatype.DatatypeConstants
Fully qualified name for W3C XML Schema 1.0 datatype gMonthDay.
GoHomeAction() - ? ????javax.swing.plaf.basic.BasicFileChooserUI.GoHomeAction
 
GoodBreakWeight - ? ??????javax.swing.text.View
The weight to indicate a view supports breaking, but better opportunities probably exist.
GOPHER - ? ??????javax.print.attribute.standard.ReferenceUriSchemesSupported
Gopher Protocol.
GOT_FOCUS - ? ??????java.awt.Event
A component gained the focus.
gotDefault - ? ????javax.naming.InitialContext
Field indicating whether the initial context has been obtained by calling NamingManager.getInitialContext().
gotFocus(Event, Object) - ? ????java.awt.Component
????
As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
GOTHIC - ? ??????java.lang.Character.UnicodeBlock
Constant for the "Gothic" Unicode character block.
grabFocus() - ? ????javax.swing.JComponent
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
grabPixels() - ? ????java.awt.image.PixelGrabber
Request the Image or ImageProducer to start delivering pixels and wait for all of the pixels in the rectangle of interest to be delivered.
grabPixels(long) - ? ????java.awt.image.PixelGrabber
Request the Image or ImageProducer to start delivering pixels and wait for all of the pixels in the rectangle of interest to be delivered or until the specified timeout has elapsed.
GRADE_CHECK_ALL_AT_COMMIT - ? ??????javax.sql.rowset.spi.SyncProvider
Indicates a high level optimistic synchronization grade with respect to the originating data source.
GRADE_CHECK_MODIFIED_AT_COMMIT - ? ??????javax.sql.rowset.spi.SyncProvider
Indicates a low level optimistic synchronization grade with respect to the originating data source.
GRADE_LOCK_WHEN_LOADED - ? ??????javax.sql.rowset.spi.SyncProvider
Indicates the most pessimistic synchronization grade with respect to the originating data source.
GRADE_LOCK_WHEN_MODIFIED - ? ??????javax.sql.rowset.spi.SyncProvider
Indicates a pessimistic synchronization grade with respect to the originating data source.
GRADE_NONE - ? ??????javax.sql.rowset.spi.SyncProvider
Indicates that no synchronization with the originating data source is provided.
GradientPaint - java.awt???
The GradientPaint class provides a way to fill a Shape with a linear color gradient pattern.
GradientPaint(float, float, Color, float, float, Color) - ? ????java.awt.GradientPaint
Constructs a simple acyclic GradientPaint object.
GradientPaint(Point2D, Color, Point2D, Color) - ? ????java.awt.GradientPaint
Constructs a simple acyclic GradientPaint object.
GradientPaint(float, float, Color, float, float, Color, boolean) - ? ????java.awt.GradientPaint
Constructs either a cyclic or acyclic GradientPaint object depending on the boolean parameter.
GradientPaint(Point2D, Color, Point2D, Color, boolean) - ? ????java.awt.GradientPaint
Constructs either a cyclic or acyclic GradientPaint object depending on the boolean parameter.
GraphicAttribute - java.awt.font???
This class is used with the CHAR_REPLACEMENT attribute.
GraphicAttribute(int) - ? ????java.awt.font.GraphicAttribute
Constructs a GraphicAttribute.
Graphics - java.awt???
The Graphics class is the abstract base class for all graphics contexts that allow an application to draw onto components that are realized on various devices, as well as onto off-screen images.
Graphics() - ? ????java.awt.Graphics
Constructs a new Graphics object.
Graphics2D - java.awt???
This Graphics2D class extends the Graphics class to provide more sophisticated control over geometry, coordinate transformations, color management, and text layout.
Graphics2D() - ? ????java.awt.Graphics2D
Constructs a new Graphics2D object.
GraphicsConfigTemplate - java.awt???
The GraphicsConfigTemplate class is used to obtain a valid GraphicsConfiguration.
GraphicsConfigTemplate() - ? ????java.awt.GraphicsConfigTemplate
This class is an abstract class so only subclasses can be instantiated.
GraphicsConfiguration - java.awt???
The GraphicsConfiguration class describes the characteristics of a graphics destination such as a printer or monitor.
GraphicsConfiguration() - ? ????java.awt.GraphicsConfiguration
This is an abstract class that cannot be instantiated directly.
GraphicsDevice - java.awt???
The GraphicsDevice class describes the graphics devices that might be available in a particular graphics environment.
GraphicsDevice() - ? ????java.awt.GraphicsDevice
This is an abstract class that cannot be instantiated directly.
GraphicsDevice.WindowTranslucency - java.awt????
Kinds of translucency supported by the underlying system.
GraphicsEnvironment - java.awt???
The GraphicsEnvironment class describes the collection of GraphicsDevice objects and Font objects available to a Java(tm) application on a particular platform.
GraphicsEnvironment() - ? ????java.awt.GraphicsEnvironment
This is an abstract class and cannot be instantiated directly.
gray - ? ??????java.awt.Color
The color gray.
GRAY - ? ??????java.awt.Color
The color gray.
GrayFilter - javax.swing???
An image filter that "disables" an image by turning it into a grayscale image, and brightening the pixels in the image.
GrayFilter(boolean, int) - ? ????javax.swing.GrayFilter
Constructs a GrayFilter object that filters a color image to a grayscale image.
GREATER - ? ??????javax.xml.datatype.DatatypeConstants
Comparison result.
GREEK - ? ??????java.lang.Character.UnicodeBlock
Constant for the "Greek and Coptic" Unicode character block.
GREEK_EXTENDED - ? ??????java.lang.Character.UnicodeBlock
Constant for the "Greek Extended" Unicode character block.
green - ? ??????java.awt.Color
The color green.
GREEN - ? ??????java.awt.Color
The color green.
GREENCOMPONENT - ? ??????java.awt.color.ICC_ProfileRGB
Used to get a gamma value or TRC for the green component.
GregorianCalendar - java.util???
GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar system used by most of the world.
GregorianCalendar() - ? ????java.util.GregorianCalendar
Constructs a default GregorianCalendar using the current time in the default time zone with the default FORMAT locale.
GregorianCalendar(TimeZone) - ? ????java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the default FORMAT locale.
GregorianCalendar(Locale) - ? ????java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the default time zone with the given locale.
GregorianCalendar(TimeZone, Locale) - ? ????java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
GregorianCalendar(int, int, int) - ? ????java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date set in the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int) - ? ????java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int, int) - ? ????java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GridBagConstraints - java.awt???
The GridBagConstraints class specifies constraints for components that are laid out using the GridBagLayout class.
GridBagConstraints() - ? ????java.awt.GridBagConstraints
Creates a GridBagConstraint object with all of its fields set to their default value.
GridBagConstraints(int, int, int, int, double, double, int, int, Insets, int, int) - ? ????java.awt.GridBagConstraints
Creates a GridBagConstraints object with all of its fields set to the passed-in arguments.
GridBagLayout - java.awt???
The GridBagLayout class is a flexible layout manager that aligns components vertically, horizontally or along their baseline without requiring that the components be of the same size.
GridBagLayout() - ? ????java.awt.GridBagLayout
Creates a grid bag layout manager.
GridBagLayoutInfo - java.awt???
The GridBagLayoutInfo is an utility class for GridBagLayout layout manager.
gridColor - ? ????javax.swing.JTable
The color of the grid.
gridheight - ? ????java.awt.GridBagConstraints
Specifies the number of cells in a column for the component's display area.
GridLayout - java.awt???
The GridLayout class is a layout manager that lays out a container's components in a rectangular grid.
GridLayout() - ? ????java.awt.GridLayout
Creates a grid layout with a default of one column per component, in a single row.
GridLayout(int, int) - ? ????java.awt.GridLayout
Creates a grid layout with the specified number of rows and columns.
GridLayout(int, int, int, int) - ? ????java.awt.GridLayout
Creates a grid layout with the specified number of rows and columns.
gridwidth - ? ????java.awt.GridBagConstraints
Specifies the number of cells in a row for the component's display area.
gridx - ? ????java.awt.GridBagConstraints
Specifies the cell containing the leading edge of the component's display area, where the first cell in a row has gridx=0.
gridy - ? ????java.awt.GridBagConstraints
Specifies the cell at the top of the component's display area, where the topmost cell has gridy=0.
group() - ? ????java.nio.channels.MembershipKey
Returns the multicast group for which this membership key was created.
group() - ?? ????java.nio.file.attribute.PosixFileAttributes
Returns the group owner of the file.
Group - java.security.acl????
This interface is used to represent a group of principals.
group() - ? ????java.util.regex.Matcher
Returns the input subsequence matched by the previous match.
group(int) - ? ????java.util.regex.Matcher
Returns the input subsequence captured by the given group during the previous match operation.
group(String) - ? ????java.util.regex.Matcher
Returns the input subsequence captured by the given named-capturing group during the previous match operation.
group() - ?? ????java.util.regex.MatchResult
Returns the input subsequence matched by the previous match.
group(int) - ?? ????java.util.regex.MatchResult
Returns the input subsequence captured by the given group during the previous match operation.
group - ? ????javax.swing.DefaultButtonModel
The button group that the button belongs to.
GROUP_BOX - ? ??????javax.accessibility.AccessibleRole
A GROUP_BOX is a simple container that contains a border around it and contains components inside it.
groupCount() - ? ????java.util.regex.Matcher
Returns the number of capturing groups in this matcher's pattern.
groupCount() - ?? ????java.util.regex.MatchResult
Returns the number of capturing groups in this match result's pattern.
GROUPING_SEPARATOR - ? ??????java.text.NumberFormat.Field
Constant identifying the grouping separator field.
groupingBy(Function<? super T, ? extends K>) - ? ??????java.util.stream.Collectors
Returns a Collector implementing a "group by" operation on input elements of type T, grouping elements according to a classification function, and returning the results in a Map.
groupingBy(Function<? super T, ? extends K>, Collector<? super T, A, D>) - ? ??????java.util.stream.Collectors
Returns a Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
groupingBy(Function<? super T, ? extends K>, Supplier<M>, Collector<? super T, A, D>) - ? ??????java.util.stream.Collectors
Returns a Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
groupingByConcurrent(Function<? super T, ? extends K>) - ? ??????java.util.stream.Collectors
Returns a concurrent Collector implementing a "group by" operation on input elements of type T, grouping elements according to a classification function.
groupingByConcurrent(Function<? super T, ? extends K>, Collector<? super T, A, D>) - ? ??????java.util.stream.Collectors
Returns a concurrent Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
groupingByConcurrent(Function<? super T, ? extends K>, Supplier<M>, Collector<? super T, A, D>) - ? ??????java.util.stream.Collectors
Returns a concurrent Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
GroupLayout - javax.swing???
GroupLayout is a LayoutManager that hierarchically groups components in order to position them in a Container.
GroupLayout(Container) - ? ????javax.swing.GroupLayout
Creates a GroupLayout for the specified Container.
GroupLayout.Alignment - javax.swing????
Enumeration of the possible ways ParallelGroup can align its children.
GroupLayout.Group - javax.swing???
Group provides the basis for the two types of operations supported by GroupLayout: laying out components one after another (SequentialGroup) or aligned (ParallelGroup).
GroupLayout.ParallelGroup - javax.swing???
A Group that aligns and sizes it's children.
GroupLayout.SequentialGroup - javax.swing???
A Group that positions and sizes its elements sequentially, one after another.
GroupPrincipal - java.nio.file.attribute????
A UserPrincipal representing a group identity, used to determine access rights to objects in a file system.
grow(int, int) - ? ????java.awt.Rectangle
Resizes the Rectangle both horizontally and vertically.
growAbsorb - ? ????java.awt.font.GlyphJustificationInfo
If true, this glyph absorbs all extra space at this and lower priority levels when it grows.
growLeftLimit - ? ????java.awt.font.GlyphJustificationInfo
The maximum amount by which the left side of this glyph can grow.
growPriority - ? ????java.awt.font.GlyphJustificationInfo
The priority level of this glyph as it is growing.
growRightLimit - ? ????java.awt.font.GlyphJustificationInfo
The maximum amount by which the right side of this glyph can grow.
GSSContext - org.ietf.jgss????
This interface encapsulates the GSS-API security context and provides the security services that are available over the context.
GSSCredential - org.ietf.jgss????
This interface encapsulates the GSS-API credentials for an entity.
GSSException - org.ietf.jgss??????
This exception is thrown whenever a GSS-API error occurs, including any mechanism specific error.
GSSException(int) - ???? ????org.ietf.jgss.GSSException
Creates a GSSException object with a specified major code.
GSSException(int, int, String) - ???? ????org.ietf.jgss.GSSException
Creates a GSSException object with the specified major code, minor code, and minor code textual explanation.
GSSManager - org.ietf.jgss???
This class serves as a factory for other important GSS-API classes and also provides information about the mechanisms that are supported.
GSSManager() - ? ????org.ietf.jgss.GSSManager
 
GSSName - org.ietf.jgss????
This interface encapsulates a single GSS-API principal entity.
GT - ? ??????javax.management.Query
gt(ValueExp, ValueExp) - ? ??????javax.management.Query
Returns a query expression that represents a "greater than" constraint on two values.
Guard - java.security????
This interface represents a guard, which is an object that is used to protect access to another object.
GuardedObject - java.security???
A GuardedObject is an object that is used to protect access to another object.
GuardedObject(Object, Guard) - ? ????java.security.GuardedObject
Constructs a GuardedObject using the specified object and guard.
guardWithTest(MethodHandle, MethodHandle, MethodHandle) - ? ??????java.lang.invoke.MethodHandles
Makes a method handle which adapts a target method handle, by guarding it with a test, a boolean-valued method handle.
guardWithTest(MethodHandle, MethodHandle) - ? ????java.lang.invoke.SwitchPoint
Returns a method handle which always delegates either to the target or the fallback.
guessContentTypeFromName(String) - ? ??????java.net.URLConnection
Tries to determine the content type of an object, based on the specified "file" component of a URL.
guessContentTypeFromStream(InputStream) - ? ??????java.net.URLConnection
Tries to determine the type of an input stream based on the characters at the beginning of the input stream.
GUJARATI - ? ??????java.awt.font.NumericShaper
Identifies the GUJARATI range and decimal base.
GUJARATI - ? ??????java.lang.Character.UnicodeBlock
Constant for the "Gujarati" Unicode character block.
GURMUKHI - ? ??????java.awt.font.NumericShaper
Identifies the GURMUKHI range and decimal base.
GURMUKHI - ? ??????java.lang.Character.UnicodeBlock
Constant for the "Gurmukhi" Unicode character block.
GYEAR - ? ??????javax.xml.datatype.DatatypeConstants
Fully qualified name for W3C XML Schema 1.0 datatype gYear.
GYEARMONTH - ? ??????javax.xml.datatype.DatatypeConstants
Fully qualified name for W3C XML Schema 1.0 datatype gYearMonth.
GZIP - ? ??????javax.print.attribute.standard.Compression
GNU zip compression technology described in RFC 1952.
GZIP_MAGIC - ? ??????java.util.zip.GZIPInputStream
GZIP header magic number.
GZIPInputStream - java.util.zip???
This class implements a stream filter for reading compressed data in the GZIP file format.
GZIPInputStream(InputStream, int) - ? ????java.util.zip.GZIPInputStream
Creates a new input stream with the specified buffer size.
GZIPInputStream(InputStream) - ? ????java.util.zip.GZIPInputStream
Creates a new input stream with a default buffer size.
GZIPOutputStream - java.util.zip???
This class implements a stream filter for writing compressed data in the GZIP file format.
GZIPOutputStream(OutputStream, int) - ? ????java.util.zip.GZIPOutputStream
Creates a new output stream with the specified buffer size.
GZIPOutputStream(OutputStream, int, boolean) - ? ????java.util.zip.GZIPOutputStream
Creates a new output stream with the specified buffer size and flush mode.
GZIPOutputStream(OutputStream) - ? ????java.util.zip.GZIPOutputStream
Creates a new output stream with a default buffer size.
GZIPOutputStream(OutputStream, boolean) - ? ????java.util.zip.GZIPOutputStream
Creates a new output stream with a default buffer size and the specified flush mode.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
??????
Java™ Platform
Standard Ed. 8

DRAFT internal-b00

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2018, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.

DRAFT internal-b00